mollie-api-ruby 1.1.5 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ spec = Gem::Specification.new do |s|
6
6
  s.name = 'mollie-api-ruby'
7
7
  s.version = Mollie::API::Client::CLIENT_VERSION
8
8
  s.summary = 'Official Mollie API Client for Ruby'
9
- s.description = 'Accepting iDEAL, Mister Cash, Creditcard, PayPal, Bank Transfer, Bitcoin, SOFORT Banking and paysafecard online payments without fixed monthly costs or any punishing registration procedures.'
9
+ s.description = 'Accepting iDEAL, Bancontact/Mister Cash, SOFORT Banking, Creditcard, SEPA Bank transfer, SEPA Direct debit, Bitcoin, PayPal, Belfius Direct Net, paysafecard and PODIUM Cadeaukaart online payments without fixed monthly costs or any punishing registration procedures.'
10
10
  s.authors = ['Rick Wong']
11
11
  s.email = ['info@mollie.nl']
12
12
  s.homepage = 'https://github.com/mollie/mollie-api-ruby'
metadata CHANGED
@@ -1,53 +1,54 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mollie-api-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Wong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-02 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.8'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.8'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.8'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.8'
41
- description: Accepting iDEAL, Mister Cash, Creditcard, PayPal, Bank Transfer, Bitcoin,
42
- SOFORT Banking and paysafecard online payments without fixed monthly costs or any
43
- punishing registration procedures.
41
+ description: Accepting iDEAL, Bancontact/Mister Cash, SOFORT Banking, Creditcard,
42
+ SEPA Bank transfer, SEPA Direct debit, Bitcoin, PayPal, Belfius Direct Net, paysafecard
43
+ and PODIUM Cadeaukaart online payments without fixed monthly costs or any punishing
44
+ registration procedures.
44
45
  email:
45
46
  - info@mollie.nl
46
47
  executables: []
47
48
  extensions: []
48
49
  extra_rdoc_files: []
49
50
  files:
50
- - ".gitignore"
51
+ - .gitignore
51
52
  - Gemfile
52
53
  - LICENSE
53
54
  - README.mdown
@@ -64,12 +65,15 @@ files:
64
65
  - lib/Mollie/API/Client/Version.rb
65
66
  - lib/Mollie/API/Exception.rb
66
67
  - lib/Mollie/API/Object/Base.rb
68
+ - lib/Mollie/API/Object/Customer.rb
67
69
  - lib/Mollie/API/Object/Issuer.rb
68
70
  - lib/Mollie/API/Object/List.rb
69
71
  - lib/Mollie/API/Object/Method.rb
70
72
  - lib/Mollie/API/Object/Payment.rb
71
73
  - lib/Mollie/API/Object/Payment/Refund.rb
72
74
  - lib/Mollie/API/Resource/Base.rb
75
+ - lib/Mollie/API/Resource/Customers.rb
76
+ - lib/Mollie/API/Resource/Customers/Payments.rb
73
77
  - lib/Mollie/API/Resource/Issuers.rb
74
78
  - lib/Mollie/API/Resource/Methods.rb
75
79
  - lib/Mollie/API/Resource/Payments.rb
@@ -86,17 +90,17 @@ require_paths:
86
90
  - lib
87
91
  required_ruby_version: !ruby/object:Gem::Requirement
88
92
  requirements:
89
- - - ">="
93
+ - - '>='
90
94
  - !ruby/object:Gem::Version
91
95
  version: 1.9.3
92
96
  required_rubygems_version: !ruby/object:Gem::Requirement
93
97
  requirements:
94
- - - ">="
98
+ - - '>='
95
99
  - !ruby/object:Gem::Version
96
100
  version: '0'
97
101
  requirements: []
98
102
  rubyforge_project:
99
- rubygems_version: 2.4.5
103
+ rubygems_version: 2.0.14
100
104
  signing_key:
101
105
  specification_version: 4
102
106
  summary: Official Mollie API Client for Ruby