paypal-sdk-rest 1.7.4 → 1.7.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 +5 -5
- data/README.md +4 -0
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz: '
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9515894cf88eb5c0c31a04a4cbe196a7a42acad07af1adf19b92d0fb677ce068
|
4
|
+
data.tar.gz: '09e8c8330ebb62ba079e572517cd2b4398ebb2cfc3be3f6704956a8d3913d7e8'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59dc7bb58480e1da15b1afae4dd3d8a8744c9d3b92d02fbbe3720cf1f2f368108120fba73a910559775f22203d15de63ef0900aeb3c4e6dc40a1b830ade05f47
|
7
|
+
data.tar.gz: 8c47c5e43e73b78b991dc802c3d9253a394883ebe288fcca8f20ecfb695056f376f25560ff50f641f4ec856aa1a7563a258950ade9ee898cca3989f2b650fad2
|
data/README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
# Deprecation Notice:
|
2
|
+
This SDK is deprecated. You can continue to use it, but no new features or support requests will be accepted.
|
3
|
+
For alternatives, please visit [the current SDK homepage on the PayPal Developer Portal](https://developer.paypal.com/docs/api/rest-sdks/)
|
4
|
+
|
1
5
|
## PayPal REST API Ruby SDK [](https://travis-ci.org/paypal/PayPal-Ruby-SDK) [](https://coveralls.io/github/paypal/PayPal-Ruby-SDK?branch=master)
|
2
6
|
|
3
7
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal-sdk-rest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PayPal
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coveralls
|
@@ -52,8 +52,8 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.0'
|
55
|
-
description: The PayPal REST SDK provides Ruby APIs to create, process
|
56
|
-
payment.
|
55
|
+
description: "[Deprecated] The PayPal REST SDK provides Ruby APIs to create, process
|
56
|
+
and manage payment. It is recommended to use paypal-server-sdk instead"
|
57
57
|
email:
|
58
58
|
- DL-PP-RUBY-SDK@paypal.com
|
59
59
|
executables: []
|
@@ -132,7 +132,7 @@ homepage: https://developer.paypal.com
|
|
132
132
|
licenses:
|
133
133
|
- PayPal SDK License
|
134
134
|
metadata: {}
|
135
|
-
post_install_message:
|
135
|
+
post_install_message:
|
136
136
|
rdoc_options: []
|
137
137
|
require_paths:
|
138
138
|
- lib
|
@@ -147,11 +147,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
- !ruby/object:Gem::Version
|
148
148
|
version: '0'
|
149
149
|
requirements: []
|
150
|
-
|
151
|
-
|
152
|
-
signing_key:
|
150
|
+
rubygems_version: 3.5.23
|
151
|
+
signing_key:
|
153
152
|
specification_version: 4
|
154
|
-
summary: The PayPal REST SDK provides Ruby APIs to create, process and
|
153
|
+
summary: "[Deprecated] The PayPal REST SDK provides Ruby APIs to create, process and
|
154
|
+
manage payment. It is recommended to use paypal-server-sdk instead"
|
155
155
|
test_files:
|
156
156
|
- spec/README.md
|
157
157
|
- spec/config/cacert.pem
|