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 +5 -5
- data/.travis.yml +1 -3
- data/docs/migration_v3_x.md +2 -2
- data/lib/mollie/version.rb +1 -1
- metadata +22 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d2b2306f3e3c4a027d9b0eeca909f303ebe89be4
|
|
4
|
+
data.tar.gz: 0ff02d85a7fc3608abccdf5ad76e7c53e4040c31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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
|
data/docs/migration_v3_x.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Migration from v3.x
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
for a general overview of the
|
|
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
|
|
data/lib/mollie/version.rb
CHANGED
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
|
|
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-
|
|
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:
|
|
208
|
+
version: '0'
|
|
209
209
|
requirements: []
|
|
210
210
|
rubyforge_project:
|
|
211
|
-
rubygems_version: 2.
|
|
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/
|
|
217
|
-
- test/
|
|
218
|
-
- test/mollie/
|
|
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/
|
|
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/
|
|
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
|