chargify.gemspec in chargify-0.2.0 vs chargify.gemspec in chargify-0.2.1

- old
+ new

@@ -3,15 +3,15 @@ # 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.0" + s.version = "0.2.1" 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-01-26} + s.date = %q{2010-03-19} s.description = %q{Ruby wrapper for the chargify.com SAAS and billing API} s.email = %q{wynn.netherland@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" @@ -33,17 +33,18 @@ "test/fixtures/invalid_subscription.json", "test/fixtures/new_customer.json", "test/fixtures/product.json", "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" ] s.homepage = %q{http://github.com/pengwynn/chargify} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + 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" ]