pxpay.gemspec in pxpay-0.2.0 vs pxpay.gemspec in pxpay-0.2.1
- 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.0"
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bradley Priest"]
- s.date = %q{2011-04-20}
+ s.date = %q{2011-04-27}
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"
@@ -39,18 +39,17 @@
"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.rubygems_version = %q{1.5.2}
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"])