pxpay.gemspec in pxpay-0.1.8 vs pxpay.gemspec in pxpay-0.2.0

- old
+ new

@@ -2,18 +2,18 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = "pxpay" - s.version = "0.1.8" + s.name = %q{pxpay} + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bradley Priest"] - s.date = "2011-11-27" - s.description = "A Ruby wrapper around the DPS-hosted PxPay service" - s.email = "bradleypriest@gmail.com" + s.date = %q{2011-04-20} + s.description = %q{A Ruby wrapper around the DPS-hosted PxPay service} + s.email = %q{bradleypriest@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ @@ -24,33 +24,33 @@ "README.md", "Rakefile", "VERSION", "lib/pxpay.rb", "lib/pxpay/base.rb", - "lib/pxpay/init.rb", + "lib/pxpay/error.rb", "lib/pxpay/install_generator.rb", "lib/pxpay/notification.rb", "lib/pxpay/railtie.rb", "lib/pxpay/request.rb", "lib/pxpay/response.rb", - "lib/pxpay/templates/pxpay.yml", + "lib/pxpay/templates/pxpay.rb", "pxpay.gemspec", "test/helper.rb", - "test/pxpay.yml", "test/response.xml", "test/test_pxpay.rb" ] - s.homepage = "http://github.com/bradleypriest/pxpay" + s.homepage = %q{http://github.com/bradleypriest/pxpay} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" - s.summary = "Ruby wrapper for the Payment Express' PxPay API" + s.rubygems_version = %q{1.3.7} + s.summary = %q{Ruby wrapper for the Payment Express' PxPay API} s.test_files = [ "test/helper.rb", "test/test_pxpay.rb" ] if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<shoulda>, [">= 0"]) s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])