offsite_payments 2.7.0 → 2.7.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 +2 -2
- data/lib/offsite_payments/integrations/payu_in.rb +1 -0
- data/lib/offsite_payments/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbe1ba1c9d0d6647be7da7adc05bbd134167d184
|
|
4
|
+
data.tar.gz: a2384c98d599392df8a4533430d8be9bc4e48342
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f14097751e0c00ec436acb61789e46cf6c17cf923b2b4deb8985f65cd90972919d747fcfd7af20da9c40bf5e81e1d3b1df354af62002a1f0b6aedfb1b968305
|
|
7
|
+
data.tar.gz: 1d6f2f4d5284145cc987a40dc99ac546519cc3bd539bd2e43b2d82c687eec10f378e2b5586c6d891428457fe1a88c99ede9ff422058f400a4a671f3ccd713223
|
data/README.md
CHANGED
|
@@ -44,8 +44,8 @@ released their own `shopify-money` gem. Because `offsite_payments` does not impo
|
|
|
44
44
|
included into your gem file, as long as one of them is included.
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
- For [ruby money gem]() add `gem 'money'` to your `Gemfile`;
|
|
48
|
-
- For [Shopify money gem]() add `gem 'shopify-money', require: 'money'` in your `Gemfile`.
|
|
47
|
+
- For [ruby money gem](https://github.com/RubyMoney/money) add `gem 'money'` to your `Gemfile`;
|
|
48
|
+
- For [Shopify money gem](https://github.com/Shopify/money) add `gem 'shopify-money', require: 'money'` in your `Gemfile`.
|
|
49
49
|
|
|
50
50
|
It's important to note that either of those Money gems would need to be added to your `Gemfile` before the `offsite_payments`
|
|
51
51
|
one.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: offsite_payments
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.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: 2018-04-
|
|
11
|
+
date: 2018-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|