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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a045a98fd10c22d309a48cf2ecf4d9d6fc612d28adac50bd3896d6a2db34f49
4
- data.tar.gz: a6982ef987e443c0eae1d1f78bfc35bba6bdecea24f8a2ca177b36509225cab1
3
+ metadata.gz: 0f6a0bd131074969e152ea1167518adc29141c632582b7ddc5cd2139df3cef7f
4
+ data.tar.gz: 42d36fabc39b23555e2b80b24e81bead4305fc9cd0772449eff2a885c149b181
5
5
  SHA512:
6
- metadata.gz: 4cc1411ae98b5e8c9ede9f4c4e7ef759186a779b95917c2e2e18ad160077dbd5baa83d1e4354b8deeffc4a1f7fa10ae2f7858dca46c46989b2263b513d047904
7
- data.tar.gz: ad859cda068445f86b5afe022305c0766bae7045b34278c3ece6dafc894bc4eb945bc8ddf1e527804c97137b15f64dbcab7844208fc1b679b13b0d324c152ec2
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
@@ -1,3 +1,3 @@
1
1
  module OffsitePayments
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
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.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-09-26 00:00:00.000000000 Z
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.18
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.