Rakefile in js-get-0.1.4 vs Rakefile in js-get-0.1.5

- old
+ new

@@ -9,9 +9,13 @@ gem.description = %Q{command line interface to install js libraries} gem.email = "tom@jackhq.com" gem.homepage = "http://github.com/twilson63/js-get" gem.authors = ["Tom Wilson"] gem.add_development_dependency "thoughtbot-shoulda", ">= 0" + gem.add_dependency('rest_client', '>= 1.0.3') + gem.add_dependency('crack', '>= 0.1.2') + + # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end