spree_mollie_gateway 2.1.4.pre.alpha → 2.1.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 981935fe23ea25e542950257b472fb96aad98db428c46134031d68bfbddd0403
|
|
4
|
+
data.tar.gz: c06eb987a4e63ed498d808b1a2d99292fffe80b371f7d4c482f3bf2ab234ff95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4e98cee87517c22aed9f807f35cdaf6daf6bc35c038c6dc71cfa77c576e0b7cb9cdfa17d6aaffc38317b334e2c998ece51c66d2c96c7e6a888ca56bb3feabe9
|
|
7
|
+
data.tar.gz: '084075e05c87dae8d717b0701efb0663a01a1db36bfb05121ad5eea0718ba5daf1884d1bf0f36e4016b79259d3af75d882a948a70ca006af40e48e6daa56df34'
|
data/README.md
CHANGED
|
@@ -34,8 +34,7 @@ Please go to the [signup page](https://www.mollie.com/signup) to create a new Mo
|
|
|
34
34
|
* Allow returning customers to <a href="https://www.mollie.com/en/features/checkout" title="One-click payments">use their previous payment details</a> and pay instantly.
|
|
35
35
|
|
|
36
36
|
## Requirements
|
|
37
|
-
- Spree 3.
|
|
38
|
-
- Rails 5.1.x or newer.
|
|
37
|
+
- Spree 3.1.0 or newer.
|
|
39
38
|
|
|
40
39
|
## Installation
|
|
41
40
|
|
|
@@ -101,4 +100,4 @@ Contact: [www.mollie.com](https://www.mollie.com) — info@mollie.com — +31 20
|
|
|
101
100
|
+ [More information about ING Home’Pay via Mollie](https://www.mollie.com/en/payments/ing-homepay/)
|
|
102
101
|
+ [More information about Gift cards via Mollie](https://www.mollie.com/en/payments/gift-cards)
|
|
103
102
|
+ [More information about EPS via Mollie](https://www.mollie.com/en/payments/eps)
|
|
104
|
-
+ [More information about Giropay via Mollie](https://www.mollie.com/en/payments/giropay)
|
|
103
|
+
+ [More information about Giropay via Mollie](https://www.mollie.com/en/payments/giropay)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_mollie_gateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.4
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vernon de Goede
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: spree_core
|
|
@@ -326,9 +326,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
version: '0'
|
|
327
327
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
328
328
|
requirements:
|
|
329
|
-
- - "
|
|
329
|
+
- - ">="
|
|
330
330
|
- !ruby/object:Gem::Version
|
|
331
|
-
version:
|
|
331
|
+
version: '0'
|
|
332
332
|
requirements: []
|
|
333
333
|
rubyforge_project:
|
|
334
334
|
rubygems_version: 2.7.7
|