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: 5cf3a33f1a68cf81ea818484049f8b892e46af616dbafb0255bccf0bef07e437
4
- data.tar.gz: 89e2c91e8a51a35e327f6f67fa4371d5fee5743025e70cdf79e522da9f937c9d
3
+ metadata.gz: 981935fe23ea25e542950257b472fb96aad98db428c46134031d68bfbddd0403
4
+ data.tar.gz: c06eb987a4e63ed498d808b1a2d99292fffe80b371f7d4c482f3bf2ab234ff95
5
5
  SHA512:
6
- metadata.gz: 798c31a7e9f4be411274ac0bdd8ed311f3f42a5877e8a7d3f6e83b3902b9cc6fc3398b7381d64582cbea0ffd72e4aea9455ee040995d517fe88cc925514cbcbb
7
- data.tar.gz: 8983a3d62a55e077df588aca353bfa6aceb6704604856da36ec08144937d7981039c38ac53f14d7ca3efefece3ead77d5cd4f0e56a8c350920d0872000504429
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.4.x or newer.
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)
@@ -2,6 +2,6 @@ child :available_payment_methods => :payment_methods do
2
2
  attributes :id, :name, :method_type
3
3
 
4
4
  node :gateways do |payment_method|
5
- payment_method.gateways(order: @order)
5
+ payment_method.gateways(order: @order) if @order.present?
6
6
  end
7
7
  end
@@ -2,6 +2,6 @@ child :available_payment_methods => :payment_methods do
2
2
  attributes :id, :name, :method_type
3
3
 
4
4
  node :gateways do |payment_method|
5
- payment_method.gateways(order: @order)
5
+ payment_method.gateways(order: @order) if @order.present?
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module SpreeMollieGateway
2
- VERSION = '2.1.4-alpha'
2
+ VERSION = '2.1.4'
3
3
  end
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.pre.alpha
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-10-30 00:00:00.000000000 Z
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: 1.3.1
331
+ version: '0'
332
332
  requirements: []
333
333
  rubyforge_project:
334
334
  rubygems_version: 2.7.7