forked from mollie/mollie-api-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmollie.gemspec
More file actions
15 lines (14 loc) · 787 Bytes
/
mollie.gemspec
File metadata and controls
15 lines (14 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
s.name = 'mollie-api-ruby'
s.version = '2.0.0'
s.date = '2014-10-20'
s.summary = 'Official Mollie API Client for Ruby'
s.description = 'Accepting iDEAL, Mister Cash, Creditcard, PayPal, and paysafecard online payments without fixed monthly costs or any punishing registration procedures.'
s.authors = ['Ibrahim Abdullah', 'Rick Wong']
s.email = ['ibrahim.abdullah@outlook.com', 'info@mollie.nl']
s.files = `git ls-files`.split("\n")
s.homepage = 'https://github.com/mollie/mollie-api-ruby'
s.required_ruby_version = '>= 1.9.2'
s.license = 'BSD'
s.add_dependency 'faraday', '~> 0.9'
end