Rakefile in authentic_jobs-0.2.0 vs Rakefile in authentic_jobs-0.2.1

- old
+ new

@@ -9,15 +9,15 @@ gem.description = %Q{Ruby wrapper for the Authentic Jobs API} gem.email = "wynn.netherland@gmail.com" gem.homepage = "http://github.com/pengwynn/authentic_jobs" gem.authors = ["Wynn Netherland"] - gem.add_dependency('hashie', '~> 0.1.3') - gem.add_dependency('httparty', '~> 0.4.5') + gem.add_dependency('hashie', '~> 0.2.0') + gem.add_dependency('httparty', '~> 0.5.2') gem.add_development_dependency('shoulda', '>= 2.10.1') gem.add_development_dependency('jnunemaker-matchy', '0.4.0') - gem.add_development_dependency('mocha', '0.9.4') + gem.add_development_dependency('mocha', '~> 0.9.4') gem.add_development_dependency('fakeweb', '>= 1.2.5') end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"