pxpay.gemspec in pxpay-0.2.3 vs pxpay.gemspec in pxpay-0.2.4

- 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 = %q{pxpay} - s.version = "0.2.3" + s.name = "pxpay" + s.version = "0.2.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = [%q{Bradley Priest}] - s.date = %q{2011-06-15} - s.description = %q{A Ruby wrapper around the DPS-hosted PxPay service} - s.email = %q{bradleypriest@gmail.com} + s.authors = ["Bradley Priest"] + s.date = "2011-11-08" + s.description = "A Ruby wrapper around the DPS-hosted PxPay service" + s.email = "bradleypriest@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ @@ -33,17 +33,17 @@ "lib/pxpay/request.rb", "lib/pxpay/response.rb", "lib/pxpay/templates/pxpay.rb", "pxpay.gemspec", "test/helper.rb", - "test/response.xml", - "test/test_pxpay.rb" + "test/pxpay_test.rb", + "test/response.xml" ] - s.homepage = %q{http://github.com/bradleypriest/pxpay} - s.licenses = [%q{MIT}] - s.require_paths = [%q{lib}] - s.rubygems_version = %q{1.8.5} - s.summary = %q{Ruby wrapper for the Payment Express' PxPay API} + s.homepage = "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" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then