pxpay.gemspec in pxpay-0.2.2 vs pxpay.gemspec in pxpay-0.2.3

- old
+ new

@@ -3,15 +3,15 @@ # 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.2" + s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Bradley Priest"] - s.date = %q{2011-05-15} + 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.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -37,16 +37,15 @@ "test/helper.rb", "test/response.xml", "test/test_pxpay.rb" ] s.homepage = %q{http://github.com/bradleypriest/pxpay} - s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + 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} 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"])