paypal-sdk-invoice 1.96.0 → 1.96.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Invoice
1
+ # Invoice SDK
2
2
 
3
- SDK for Invoice.
3
+ The PayPal Invoice SDK provides Ruby APIs to create and manage Invoices using the PayPal's Invoicing Service API.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,5 +1,4 @@
1
1
  require 'paypal-sdk-core'
2
- require 'paypal-sdk/invoice/data_types'
3
2
 
4
3
  # AUTO GENERATED code for Invoice
5
4
  module PayPal::SDK
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module Invoice
4
- VERSION = "1.96.0"
4
+ VERSION = "1.96.1"
5
5
  end
6
6
  end
7
7
  end
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.0
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-11 00:00:00.000000000 Z
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.0
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.0
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: 898902689
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: 898902689
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