Rakefile in active_zuora-1.4.15 vs Rakefile in active_zuora-1.4.16

- old
+ new

@@ -10,9 +10,11 @@ gem.email = "andy.fleener@tstmedia.com" gem.homepage = "http://github.com/tstmedia/active_zuora" gem.authors = ["Andy Fleener", "Ed Lebert", "Nate Greene"] gem.files = FileList["CHANGES", "active_zuora.gemspec", "Rakefile", "README", "VERSION", "custom_fields.yml", "lib/**/*"] + gem.add_dependency "mumboe-soap4r", ">= 1.5.8" + gem.add_dependency "json_pure", ">= 1.4.6" gem.requirements = ["none"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"