diff --git a/VERSION b/VERSION index 0a276d4..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0.pre6 +0.3.0 diff --git a/jsmestad-chargify.gemspec b/jsmestad-chargify.gemspec index ab25555..4db11c8 100644 --- a/jsmestad-chargify.gemspec +++ b/jsmestad-chargify.gemspec @@ -5,11 +5,11 @@ 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", @@ -17,6 +17,7 @@ Gem::Specification.new do |s| ] s.files = [ ".gitignore", + ".rspec", "Gemfile", "LICENSE", "README.markdown", @@ -49,7 +50,6 @@ Gem::Specification.new do |s| "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", @@ -62,7 +62,7 @@ Gem::Specification.new do |s| 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", @@ -79,7 +79,7 @@ Gem::Specification.new do |s| 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, ["~> 0.6.1"]) s.add_runtime_dependency(%q, ["~> 0.1.8"]) s.add_runtime_dependency(%q, [">= 0"])