paypal-sdk-invoice 1.96.0 → 1.96.1
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/README.md +2 -2
- data/lib/paypal-sdk/invoice/services.rb +0 -1
- data/lib/paypal-sdk/invoice/version.rb +1 -1
- metadata +9 -8
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paypal-sdk-invoice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.96.
|
|
4
|
+
version: 1.96.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-12-
|
|
12
|
+
date: 2012-12-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: paypal-sdk-core
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.1.
|
|
21
|
+
version: 0.1.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,8 +26,9 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.1.
|
|
30
|
-
description: Invoice SDK
|
|
29
|
+
version: 0.1.2
|
|
30
|
+
description: The PayPal Invoice SDK provides Ruby APIs to create and manage Invoices
|
|
31
|
+
using the PayPal's Invoicing Service API.
|
|
31
32
|
email:
|
|
32
33
|
- DL-PP-Platform-Ruby-SDK@ebay.com
|
|
33
34
|
executables: []
|
|
@@ -61,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
61
62
|
version: '0'
|
|
62
63
|
segments:
|
|
63
64
|
- 0
|
|
64
|
-
hash:
|
|
65
|
+
hash: 569728605
|
|
65
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
67
|
none: false
|
|
67
68
|
requirements:
|
|
@@ -70,13 +71,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
71
|
version: '0'
|
|
71
72
|
segments:
|
|
72
73
|
- 0
|
|
73
|
-
hash:
|
|
74
|
+
hash: 569728605
|
|
74
75
|
requirements: []
|
|
75
76
|
rubyforge_project:
|
|
76
77
|
rubygems_version: 1.8.24
|
|
77
78
|
signing_key:
|
|
78
79
|
specification_version: 3
|
|
79
|
-
summary: Invoice SDK
|
|
80
|
+
summary: PayPal Invoice SDK
|
|
80
81
|
test_files:
|
|
81
82
|
- spec/invoice_spec.rb
|
|
82
83
|
- spec/spec_helper.rb
|