From: Ben Beltran Date: Fri, 14 Sep 2012 17:35:45 +0000 (-0500) Subject: Adds Gemfile X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/commitdiff_plain/92d808703add1e09c1f30c78c342577ba70f09d5?ds=sidebyside;hp=622c07bb9dcae7fe84e17a2f5cb2f4c6b07d4d5d Adds Gemfile --- diff --git a/Gemfile b/Gemfile new file mode 100644 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 index 0000000..4c016b5 --- /dev/null +++ b/Gemfile.lock @@ -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