paypal-checkout-sdk 1.0.4 → 1.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e66948a17c83135d695c37efc337675100ba6660ba89a59213dd290a68b9a1ee
4
- data.tar.gz: 9033f7679dde88dbbe1ff0cd853f412a822d3896c6d4b815302ba61a4766004f
3
+ metadata.gz: d2d7b5f84ee6c6b0972f819aeca35166784e2308c21560e37013dbb6fdbc8af2
4
+ data.tar.gz: 253785944a4c35890bcd4f95fa5ca1787d974ae6ce583c357d0a6464b2e8bba0
5
5
  SHA512:
6
- metadata.gz: 3613f0ca1aea5b1ddfba8f4b6fe314ae29b847a64c04255b8d112d30d6751319ce02813068343d5331d6db3e538be6d4ae521fc26469a3b8de049902ef2b5364
7
- data.tar.gz: 8f001507b1cdfcf388baeccaec9102038115ead93f6f57408206aaf53c469550d648e8eceab981c097df61024fda23c86c46edcb2829e74c089503e7670328e2
6
+ metadata.gz: 465adc2993173bbf9b35fad4c6fe9a74bf7b6ff93f74f02bad4f54ad75279a272bc39e749d921b0f4d91193a692db5558f0994c0fe6a674787c33102a0dca5f4
7
+ data.tar.gz: b9df35b35085a02003f98b3a330667b5378719985cab872b5a78a3e089febdd21349c8d3e1c50754b1721d1b48725af6e5a3b1b4dcc7715dcf5fd752e3b734ae
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # REST API SDK for Ruby V2
1
+ # Deprecation Notice:
2
+ This SDK is deprecated; you can continue to use it, but no new features or support requests will be accepted. A direct [REST API integration](https://developer.paypal.com/docs/api/orders/v2/) is recommended. Review the [docs on authorization](https://developer.paypal.com/api/rest/authentication/) for authenticating requests with the REST API.
3
+
4
+ ## REST API SDK for Ruby V2
2
5
 
3
6
  ![Home Image](homepage.jpg)
4
7
 
@@ -4,9 +4,9 @@ require 'core/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'paypal-checkout-sdk'
7
- spec.version = PayPal::VERSION
8
- spec.summary = "This repository contains PayPal's Ruby SDK for Checkout REST API"
9
- spec.description = "This repository contains PayPal's Ruby SDK for Checkout REST API"
7
+ spec.version = '1.0.6'
8
+ spec.summary = "[Deprecated] It is recommended to use paypal-server-sdk instead"
9
+ spec.description = "[Deprecated] This repository contains PayPal's Ruby SDK for Checkout REST API. It is recommended to use paypal-server-sdk instead"
10
10
  spec.authors = ["http://developer.paypal.com"]
11
11
  spec.email = 'dl-paypal-checkout-api@paypal.com'
12
12
  spec.homepage = 'https://github.com/paypal/Checkout-Ruby-SDK'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-checkout-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - http://developer.paypal.com
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-21 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paypalhttp
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: This repository contains PayPal's Ruby SDK for Checkout REST API
69
+ description: "[Deprecated] This repository contains PayPal's Ruby SDK for Checkout
70
+ REST API. It is recommended to use paypal-server-sdk instead"
70
71
  email: dl-paypal-checkout-api@paypal.com
71
72
  executables: []
72
73
  extensions: []
@@ -131,8 +132,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
132
  - !ruby/object:Gem::Version
132
133
  version: '0'
133
134
  requirements: []
134
- rubygems_version: 3.0.9
135
+ rubygems_version: 3.5.23
135
136
  signing_key:
136
137
  specification_version: 4
137
- summary: This repository contains PayPal's Ruby SDK for Checkout REST API
138
+ summary: "[Deprecated] It is recommended to use paypal-server-sdk instead"
138
139
  test_files: []