jsmestad-chargify.gemspec in jsmestad-chargify-0.3.0.pre6 vs jsmestad-chargify.gemspec in jsmestad-chargify-0.3.0

- old
+ new

@@ -3,22 +3,23 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{jsmestad-chargify} - s.version = "0.3.0.pre6" + s.version = "0.3.0" - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Wynn Netherland", "Justin Smestad"] - s.date = %q{2010-07-11} + s.date = %q{2010-07-13} s.email = %q{justin.smestad@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] s.files = [ ".gitignore", + ".rspec", "Gemfile", "LICENSE", "README.markdown", "Rakefile", "VERSION", @@ -47,11 +48,10 @@ "spec/fixtures/product.json", "spec/fixtures/products.json", "spec/fixtures/subscription.json", "spec/fixtures/subscription_not_found.json", "spec/fixtures/subscriptions.json", - "spec/spec.opts", "spec/spec_helper.rb", "spec/support/fakeweb_stubs.rb", "spec/unit/chargify/config_spec.rb", "spec/unit/chargify/customer_spec.rb", "spec/unit/chargify/parser_spec.rb", @@ -60,11 +60,11 @@ "spec/unit/chargify/transaction_spec.rb" ] s.homepage = %q{http://github.com/jsmestad/chargify} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.6} + s.rubygems_version = %q{1.3.7} s.summary = %q{Ruby wrapper for the Chargify API} s.test_files = [ "spec/spec_helper.rb", "spec/support/fakeweb_stubs.rb", "spec/unit/chargify/config_spec.rb", @@ -77,10 +77,10 @@ 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 + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<httparty>, ["~> 0.6.1"]) s.add_runtime_dependency(%q<hashie>, ["~> 0.1.8"]) s.add_runtime_dependency(%q<json>, [">= 0"]) else s.add_dependency(%q<httparty>, ["~> 0.6.1"])