paypal_nvp 0.2.1 → 0.2.2
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/paypal_nvp.gemspec +2 -2
- metadata +3 -4
- data/Manifest +0 -5
data/paypal_nvp.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
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.2"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Olivier BONNAURE - Direct Interactive LLC"]
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.description = %q{Paypal NVP API Class.}
|
11
11
|
s.email = %q{o.bonnaure@directinteractive.com}
|
12
12
|
s.extra_rdoc_files = ["lib/paypal_nvp.rb", "README.rdoc"]
|
13
|
-
s.files = ["init.rb", "lib/paypal_nvp.rb", "
|
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}
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Paypal_nvp", "--main", "README.rdoc"]
|
16
16
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal_nvp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Olivier BONNAURE - Direct Interactive LLC
|
@@ -30,7 +30,6 @@ extra_rdoc_files:
|
|
30
30
|
files:
|
31
31
|
- init.rb
|
32
32
|
- lib/paypal_nvp.rb
|
33
|
-
- Manifest
|
34
33
|
- Rakefile
|
35
34
|
- README.rdoc
|
36
35
|
- paypal_nvp.gemspec
|