paypal_nvp 0.2.2 → 0.2.3
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/lib/paypal_nvp.rb +1 -1
- data/paypal_nvp.gemspec +1 -1
- metadata +19 -38
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('paypal_nvp', '0.
|
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
8
|
p.author = "Olivier BONNAURE - Direct Interactive LLC"
|
data/lib/paypal_nvp.rb
CHANGED
@@ -52,7 +52,7 @@ class PaypalNVP
|
|
52
52
|
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
|
53
53
|
http.verify_depth = 5
|
54
54
|
else
|
55
|
-
logger.warn "[PaypalNVP] No ssl certs found. Paypal communication will be insecure. DO NOT DEPLOY"
|
55
|
+
@logger.warn "[PaypalNVP] No ssl certs found. Paypal communication will be insecure. DO NOT DEPLOY"
|
56
56
|
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
|
57
57
|
end
|
58
58
|
|
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.3"
|
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"]
|
metadata
CHANGED
@@ -1,33 +1,24 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal_nvp
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.3
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 2
|
9
|
-
- 2
|
10
|
-
version: 0.2.2
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Olivier BONNAURE - Direct Interactive LLC
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2010-05-28 00:00:00 Z
|
12
|
+
date: 2010-05-28 00:00:00.000000000 Z
|
19
13
|
dependencies: []
|
20
|
-
|
21
14
|
description: Paypal NVP API Class.
|
22
15
|
email: o.bonnaure@directinteractive.com
|
23
16
|
executables: []
|
24
|
-
|
25
17
|
extensions: []
|
26
|
-
|
27
|
-
extra_rdoc_files:
|
18
|
+
extra_rdoc_files:
|
28
19
|
- lib/paypal_nvp.rb
|
29
20
|
- README.rdoc
|
30
|
-
files:
|
21
|
+
files:
|
31
22
|
- init.rb
|
32
23
|
- lib/paypal_nvp.rb
|
33
24
|
- Rakefile
|
@@ -35,42 +26,32 @@ files:
|
|
35
26
|
- paypal_nvp.gemspec
|
36
27
|
homepage: http://github.com/solisoft/paypal_nvp
|
37
28
|
licenses: []
|
38
|
-
|
39
29
|
post_install_message:
|
40
|
-
rdoc_options:
|
30
|
+
rdoc_options:
|
41
31
|
- --line-numbers
|
42
32
|
- --inline-source
|
43
33
|
- --title
|
44
34
|
- Paypal_nvp
|
45
35
|
- --main
|
46
36
|
- README.rdoc
|
47
|
-
require_paths:
|
37
|
+
require_paths:
|
48
38
|
- lib
|
49
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
39
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
50
40
|
none: false
|
51
|
-
requirements:
|
52
|
-
- -
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
|
55
|
-
|
56
|
-
- 0
|
57
|
-
version: "0"
|
58
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - ! '>='
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: '0'
|
45
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
59
46
|
none: false
|
60
|
-
requirements:
|
61
|
-
- -
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
|
64
|
-
segments:
|
65
|
-
- 1
|
66
|
-
- 2
|
67
|
-
version: "1.2"
|
47
|
+
requirements:
|
48
|
+
- - ! '>='
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: '1.2'
|
68
51
|
requirements: []
|
69
|
-
|
70
52
|
rubyforge_project: paypal_nvp
|
71
53
|
rubygems_version: 1.8.24
|
72
54
|
signing_key:
|
73
55
|
specification_version: 3
|
74
56
|
summary: Paypal NVP API Class.
|
75
57
|
test_files: []
|
76
|
-
|