Rakefile in 2Performant-0.0.6 vs Rakefile in 2Performant-0.0.7

- old
+ new

@@ -9,9 +9,10 @@ gem.description = %Q{Library for the 2Performant API} gem.email = "andrei@2performant.com" gem.homepage = "http://github.com/2performant/2Performant" gem.authors = ["2Performant"] gem.add_dependency "httparty" + gem.add_dependency "oauth" gem.add_development_dependency "shoulda", ">= 0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError