paypal-sdk-invoice 1.106.0 → 1.117.1

Sign up to get free protection for your applications and to get access to all the features.
data/spec/spec_helper.rb CHANGED
@@ -1,6 +1,6 @@
1
- require 'bundler/setup'
2
-
3
- Bundler.require :default, :test
4
- PayPal::SDK::Core::Config.load('spec/config/paypal.yml', 'test')
5
-
6
- require 'paypal-sdk-invoice'
1
+ require 'bundler/setup'
2
+
3
+ Bundler.require :default, :test
4
+ PayPal::SDK::Core::Config.load('spec/config/paypal.yml', 'test')
5
+
6
+ require 'paypal-sdk-invoice'
metadata CHANGED
@@ -1,77 +1,72 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-sdk-invoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
5
- prerelease:
4
+ version: 1.117.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - PayPal
9
- autorequire:
8
+ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-21 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: paypal-sdk-core
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: 0.2.3
19
+ version: 0.3.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: 0.2.3
30
- description: The PayPal Invoice SDK provides Ruby APIs to create and manage Invoices
31
- using the PayPal's Invoicing Service API.
26
+ version: 0.3.0
27
+ description: "[Deprecated] The PayPal Invoice SDK provides Ruby APIs to create and
28
+ manage Invoices using the PayPal's Invoicing Service API."
32
29
  email:
33
30
  - DL-PP-Platform-Ruby-SDK@ebay.com
34
31
  executables: []
35
32
  extensions: []
36
33
  extra_rdoc_files: []
37
34
  files:
38
- - spec/config/cert_key.pem
39
- - spec/config/paypal.yml
40
- - spec/invoice_spec.rb
41
- - spec/spec_helper.rb
35
+ - Gemfile
36
+ - README.md
37
+ - Rakefile
38
+ - lib/paypal-sdk-invoice.rb
39
+ - lib/paypal-sdk/invoice.rb
42
40
  - lib/paypal-sdk/invoice/api.rb
43
41
  - lib/paypal-sdk/invoice/data_types.rb
44
42
  - lib/paypal-sdk/invoice/services.rb
45
43
  - lib/paypal-sdk/invoice/version.rb
46
- - lib/paypal-sdk/invoice.rb
47
- - lib/paypal-sdk-invoice.rb
48
- - Rakefile
49
- - README.md
50
- - Gemfile
44
+ - spec/config/cert_key.pem
45
+ - spec/config/paypal.yml
46
+ - spec/invoice_spec.rb
47
+ - spec/spec_helper.rb
51
48
  homepage: https://developer.paypal.com
52
49
  licenses: []
53
- post_install_message:
50
+ metadata: {}
51
+ post_install_message:
54
52
  rdoc_options: []
55
53
  require_paths:
56
54
  - lib
57
55
  required_ruby_version: !ruby/object:Gem::Requirement
58
- none: false
59
56
  requirements:
60
- - - ! '>='
57
+ - - ">="
61
58
  - !ruby/object:Gem::Version
62
59
  version: '0'
63
60
  required_rubygems_version: !ruby/object:Gem::Requirement
64
- none: false
65
61
  requirements:
66
- - - ! '>='
62
+ - - ">="
67
63
  - !ruby/object:Gem::Version
68
64
  version: '0'
69
65
  requirements: []
70
- rubyforge_project:
71
- rubygems_version: 1.8.24
72
- signing_key:
73
- specification_version: 3
74
- summary: PayPal Invoice SDK
66
+ rubygems_version: 3.4.10
67
+ signing_key:
68
+ specification_version: 4
69
+ summary: Deprecated.
75
70
  test_files:
76
71
  - spec/config/cert_key.pem
77
72
  - spec/config/paypal.yml