chargify.gemspec in chargify-0.2.3 vs chargify.gemspec in chargify-0.2.4

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{chargify} - s.version = "0.2.3" + s.version = "0.2.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wynn Netherland", "Nash Kabbara"] s.date = %q{2010-05-11} s.description = %q{Ruby wrapper for the chargify.com SAAS and billing API} @@ -36,46 +36,46 @@ "test/fixtures/products.json", "test/fixtures/subscription.json", "test/fixtures/subscription_not_found.json", "test/fixtures/subscriptions.json", "test/helper.rb", - "test/test_chargify.rb" + "test/chargify_test.rb" ] s.homepage = %q{http://github.com/pengwynn/chargify} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{Ruby wrapper for the chargify.com SAAS and billing API} s.test_files = [ "test/helper.rb", - "test/test_chargify.rb" + "test/chargify_test.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<hashie>, ["~> 0.1.3"]) - s.add_runtime_dependency(%q<httparty>, ["~> 0.4.5"]) - s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"]) + s.add_runtime_dependency(%q<httparty>, ["~> 0.5.2"]) + s.add_development_dependency(%q<shoulda>, [">= 2.10.1"]) s.add_development_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"]) - s.add_development_dependency(%q<mocha>, ["= 0.9.4"]) + s.add_development_dependency(%q<mocha>, ["~> 0.9.8"]) s.add_development_dependency(%q<fakeweb>, [">= 1.2.5"]) else s.add_dependency(%q<hashie>, ["~> 0.1.3"]) - s.add_dependency(%q<httparty>, ["~> 0.4.5"]) - s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"]) + s.add_dependency(%q<httparty>, ["~> 0.5.2"]) + s.add_dependency(%q<shoulda>, [">= 2.10.1"]) s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"]) - s.add_dependency(%q<mocha>, ["= 0.9.4"]) + s.add_dependency(%q<mocha>, ["~> 0.9.8"]) s.add_dependency(%q<fakeweb>, [">= 1.2.5"]) end else s.add_dependency(%q<hashie>, ["~> 0.1.3"]) - s.add_dependency(%q<httparty>, ["~> 0.4.5"]) - s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"]) + s.add_dependency(%q<httparty>, ["~> 0.5.2"]) + s.add_dependency(%q<shoulda>, [">= 2.10.1"]) s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"]) - s.add_dependency(%q<mocha>, ["= 0.9.4"]) + s.add_dependency(%q<mocha>, ["~> 0.9.8"]) s.add_dependency(%q<fakeweb>, [">= 1.2.5"]) end end