offsite_payments 3.0.0 → 3.0.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.
- checksums.yaml +4 -4
- data/README.md +1 -14
- data/lib/offsite_payments/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f6a0bd131074969e152ea1167518adc29141c632582b7ddc5cd2139df3cef7f
|
|
4
|
+
data.tar.gz: 42d36fabc39b23555e2b80b24e81bead4305fc9cd0772449eff2a885c149b181
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bdb944ecc3c33b6c9060f2dff6b76b2027d18ebdf514215f4868e57482c3cff407d44d98b22485bc0a325676c5d07a563c1867a9978c13f65b9f7e05ad40b3b
|
|
7
|
+
data.tar.gz: 2ff7624ee421bfacb7c7bf31efe2aa81d8fda5c8616786b1678611b7fb672f325d05615389cf1cf49dbf964459221ea77dfa112a5f9ccdbb648597b8c02139cf
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
> [!CAUTION]
|
|
1
|
+
> [!CAUTION]
|
|
2
2
|
> This gem is not actively maintained, and many of the integrations have not been updated in years. It is deprecated at Shopify, and should not be used.
|
|
3
3
|
|
|
4
4
|
# Offsite Payments
|
|
@@ -40,19 +40,6 @@ Or, if you're using Bundler, just add the following to your Gemfile:
|
|
|
40
40
|
|
|
41
41
|
gem 'offsite_payments'
|
|
42
42
|
|
|
43
|
-
### Money gem dependency
|
|
44
|
-
|
|
45
|
-
At the moment, `offsite_payments` gem depends on `Money` object, which was previously included by default. Since Shopify
|
|
46
|
-
released their own `shopify-money` gem. Because `offsite_payments` does not impose which one of those gems should be
|
|
47
|
-
included into your gem file, as long as one of them is included.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
- For [ruby money gem](https://github.com/RubyMoney/money) add `gem 'money'` to your `Gemfile`;
|
|
51
|
-
- For [Shopify money gem](https://github.com/Shopify/money) add `gem 'shopify-money', require: 'money'` in your `Gemfile`.
|
|
52
|
-
|
|
53
|
-
It's important to note that either of those Money gems would need to be added to your `Gemfile` before the `offsite_payments`
|
|
54
|
-
one.
|
|
55
|
-
|
|
56
43
|
[API documentation](http://www.rubydoc.info/github/activemerchant/offsite_payments/master).
|
|
57
44
|
|
|
58
45
|
## Supported Integrations
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: offsite_payments
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Luetke
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: shopify-money
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '2.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '2.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
307
307
|
- !ruby/object:Gem::Version
|
|
308
308
|
version: '0'
|
|
309
309
|
requirements: []
|
|
310
|
-
rubygems_version: 3.5.
|
|
310
|
+
rubygems_version: 3.5.20
|
|
311
311
|
signing_key:
|
|
312
312
|
specification_version: 4
|
|
313
313
|
summary: Framework and tools for dealing with offsite (hosted) payment pages.
|