mollie.gemspec in mollie-api-ruby-1.1.1 vs mollie.gemspec in mollie-api-ruby-1.1.2
- old
+ new
@@ -4,14 +4,15 @@
spec = Gem::Specification.new do |s|
s.name = 'mollie-api-ruby'
s.version = Mollie::API::Client::CLIENT_VERSION
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.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.'
s.authors = ['Rick Wong']
s.email = ['info@mollie.nl']
s.homepage = 'https://github.com/mollie/mollie-api-ruby'
s.license = 'BSD'
+ s.required_ruby_version = '>= 1.9.2'
s.add_dependency('rest-client', '~> 1.6')
s.add_dependency('json', '~> 1.8')
s.files = `git ls-files`.split("\n")
\ No newline at end of file