]> git.r.bdr.sh - rbdr/lyricli.rb/commitdiff
Adds Gemfile
authorBen Beltran <redacted>
Fri, 14 Sep 2012 17:35:45 +0000 (12:35 -0500)
committerBen Beltran <redacted>
Fri, 14 Sep 2012 17:35:45 +0000 (12:35 -0500)
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]

diff --git a/Gemfile b/Gemfile
new file mode 100644 (file)
index 0000000..5b8fcbd
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source :rubygems
+
+gem 'nokogiri'
+gem 'multi_json'
+gem 'rdio'
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644 (file)
index 0000000..4c016b5
--- /dev/null
@@ -0,0 +1,18 @@
+GEM
+  remote: http://rubygems.org/
+  specs:
+    json (1.7.5)
+    multi_json (1.3.6)
+    nokogiri (1.5.5)
+    oauth (0.4.7)
+    rdio (0.1.0)
+      json
+      oauth (>= 0.3.0)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  multi_json
+  nokogiri
+  rdio