paypal_nvp 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/paypal_nvp.gemspec +3 -3
- metadata +4 -3
data/Rakefile
CHANGED
@@ -5,7 +5,7 @@ require 'echoe'
|
|
5
5
|
Echoe.new('paypal_nvp', '0.2.3') do |p|
|
6
6
|
p.description = "Paypal NVP API Class."
|
7
7
|
p.url = "http://github.com/solisoft/paypal_nvp"
|
8
|
-
p.author = "Olivier BONNAURE -
|
8
|
+
p.author = "Olivier BONNAURE - IDFuze.com"
|
9
9
|
p.email = "o.bonnaure@directinteractive.com"
|
10
10
|
p.ignore_pattern = ["tmp/*", "script/*"]
|
11
11
|
p.development_dependencies = []
|
data/paypal_nvp.gemspec
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{paypal_nvp}
|
5
|
-
s.version = "0.2.
|
5
|
+
s.version = "0.2.4"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
|
-
s.authors = ["Olivier BONNAURE -
|
8
|
+
s.authors = ["Olivier BONNAURE - IDFuze.com"]
|
9
9
|
s.date = %q{2010-05-28}
|
10
10
|
s.description = %q{Paypal NVP API Class.}
|
11
|
-
s.email = %q{
|
11
|
+
s.email = %q{ob@idfuze.com}
|
12
12
|
s.extra_rdoc_files = ["lib/paypal_nvp.rb", "README.rdoc"]
|
13
13
|
s.files = ["init.rb", "lib/paypal_nvp.rb", "Rakefile", "README.rdoc", "paypal_nvp.gemspec"]
|
14
14
|
s.homepage = %q{http://github.com/solisoft/paypal_nvp}
|
metadata
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal_nvp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Olivier BONNAURE -
|
8
|
+
- Olivier BONNAURE - IDFuze.com
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2010-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Paypal NVP API Class.
|
15
|
-
email:
|
15
|
+
email: ob@idfuze.com
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files:
|
@@ -55,3 +55,4 @@ signing_key:
|
|
55
55
|
specification_version: 3
|
56
56
|
summary: Paypal NVP API Class.
|
57
57
|
test_files: []
|
58
|
+
has_rdoc:
|