mollie-api-ruby 4.0.0.pre.alpha.2 → 4.0.0

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
- SHA256:
3
- metadata.gz: e8d6d7e5b8a4f4c3a642c412398ea3cce752bb04f5242f1aecb6108386a0125e
4
- data.tar.gz: cfe5791ee179eee4af8ac822d598e1a958268b1c9018d694e280c4f945c9abb4
2
+ SHA1:
3
+ metadata.gz: d2b2306f3e3c4a027d9b0eeca909f303ebe89be4
4
+ data.tar.gz: 0ff02d85a7fc3608abccdf5ad76e7c53e4040c31
5
5
  SHA512:
6
- metadata.gz: 64cd0a082a1ae35e1330335bd5092463b35aa0082e2a587a89fa983a9d85b128635a17fb68a8ceb61d1b137f350ce249bee86a4a129a050e207c3f7c2a48d3a1
7
- data.tar.gz: 0063968ae0d2107c77b0f858c0b94f0672637d3f032a5495a9053a7e5235d94e2adda2233da439da928350a0f28da393c38c6115a49a7f980a398dfdef8422f7
6
+ metadata.gz: 372a9ac1d7c37a4f0009210ca2afebf55b63d255ef548a2acaad85dec36ada88697d4460bca79daa5490d7b7722a2702c9bd7115af6b7e4cfeeb67a1f1bab28c
7
+ data.tar.gz: ab9251c647ae11dddfa13bb064f5e36cedc08087e1840730fd89c9fd62798d6ba5b08dc3b244852e2ca9527cb76bd14a60134388b45ecd689258cab3313827ea
data/.travis.yml CHANGED
@@ -6,11 +6,9 @@ rvm:
6
6
  - 2.3.0
7
7
  matrix:
8
8
  deploy:
9
- gem: mollie-api-ruby
10
9
  provider: rubygems
11
10
  api_key:
12
- secure: "JdYKjK+AZNNviyAW92ta16Kk/u1gLTyvUVjoiSrGchsMmx8pN107MERpn5klFzOTKcnmMn+h3eA0RzhsuA+eFBfd5X58kNlXzXzKzKvOKmjrH69jiUWAJ5PmepacvsKMCAovOOtkskFzifKUUkrkPv87KO1J97wsZ4ASX6q3MRs="
11
+ secure: eBq3/esJILG/1rs9mYwD/6QEybpiElDihqRO6sPH17D9e+lMYVXsaBxrBQutWLB9i7V176mbN/z/VR/fHbj8/xDYEuKzTnFwaROZpckX0dmwp8SRdBA1Lleq/zeQwhjeOLSSAJBxZXTSJcKQ5YQaUvojVIh1ky+rAz20QxyYHV8=
13
12
  on:
14
13
  tags: true
15
- repo: mollie/mollie-api-ruby
16
14
  rvm: 2.3.0
@@ -1,7 +1,7 @@
1
1
  # Migration from v3.x
2
2
 
3
- Version 4.x of the Ruby client uses the v2 Mollie API. Please refer to [Migrating from v1 to v2](https://docs.mollie.com/migrating-v1-to-v2)
4
- for a general overview of the changes introduced by the new Mollie API.
3
+ Please refer to [Migrating from v1 to v2](https://docs.mollie.com/migrating-v1-to-v2)
4
+ for a general overview of the switch to Mollie v2 API.
5
5
 
6
6
  Code examples can be found in the [/examples](/examples) folder.
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Mollie
2
- VERSION = "4.0.0-alpha.2"
2
+ VERSION = "4.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mollie-api-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.pre.alpha.2
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mollie B.V.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-24 00:00:00.000000000 Z
11
+ date: 2018-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -203,38 +203,38 @@ required_ruby_version: !ruby/object:Gem::Requirement
203
203
  version: 2.0.0
204
204
  required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  requirements:
206
- - - ">"
206
+ - - ">="
207
207
  - !ruby/object:Gem::Version
208
- version: 1.3.1
208
+ version: '0'
209
209
  requirements: []
210
210
  rubyforge_project:
211
- rubygems_version: 2.7.7
211
+ rubygems_version: 2.6.14
212
212
  signing_key:
213
213
  specification_version: 4
214
214
  summary: Official Mollie API Client for Ruby
215
215
  test_files:
216
- - test/mollie/invoice_test.rb
217
- - test/mollie/base_test.rb
218
- - test/mollie/settlement/payment_test.rb
216
+ - test/run-test.rb
217
+ - test/helper.rb
218
+ - test/mollie/client_test.rb
219
+ - test/mollie/permission_test.rb
220
+ - test/mollie/list_test.rb
219
221
  - test/mollie/settlement/chargeback_test.rb
222
+ - test/mollie/settlement/payment_test.rb
220
223
  - test/mollie/settlement/refund_test.rb
221
- - test/mollie/amount_test.rb
224
+ - test/mollie/chargeback_test.rb
225
+ - test/mollie/payment/chargeback_test.rb
226
+ - test/mollie/payment/refund_test.rb
227
+ - test/mollie/settlement_test.rb
222
228
  - test/mollie/payment_test.rb
223
- - test/mollie/profile_test.rb
224
- - test/mollie/method_test.rb
225
229
  - test/mollie/organization_test.rb
226
- - test/mollie/settlement_test.rb
227
- - test/mollie/util_test.rb
228
- - test/mollie/client_test.rb
229
- - test/mollie/chargeback_test.rb
230
- - test/mollie/permission_test.rb
231
230
  - test/mollie/customer_test.rb
232
- - test/mollie/customer/subscription_test.rb
231
+ - test/mollie/amount_test.rb
232
+ - test/mollie/util_test.rb
233
+ - test/mollie/method_test.rb
234
+ - test/mollie/invoice_test.rb
235
+ - test/mollie/profile_test.rb
236
+ - test/mollie/base_test.rb
233
237
  - test/mollie/customer/payment_test.rb
234
238
  - test/mollie/customer/mandate_test.rb
239
+ - test/mollie/customer/subscription_test.rb
235
240
  - test/mollie/refund_test.rb
236
- - test/mollie/list_test.rb
237
- - test/mollie/payment/chargeback_test.rb
238
- - test/mollie/payment/refund_test.rb
239
- - test/run-test.rb
240
- - test/helper.rb