Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier BONNAURE committed Apr 22, 2015
1 parent 49a4e80 commit 4bd15e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('paypal_nvp', '0.1.3') do |p|
Echoe.new('paypal_nvp', '0.2.8') do |p|
p.description = "Paypal NVP API Class."
p.url = "http://github.com/solisoft/paypal_nvp"
p.author = "Olivier BONNAURE - Direct Interactive LLC"
Expand Down
4 changes: 2 additions & 2 deletions paypal_nvp.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{paypal_nvp}
s.version = "0.2.2"
s.version = "0.2.8"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Olivier BONNAURE - Direct Interactive LLC"]
s.date = %q{2010-05-28}
s.date = %q{2015-04-22}
s.description = %q{Paypal NVP API Class.}
s.email = %q{o.bonnaure@directinteractive.com}
s.extra_rdoc_files = ["lib/paypal_nvp.rb", "README.rdoc"]
Expand Down

0 comments on commit 4bd15e5

Please sign in to comment.