mollie.gemspec in mollie-api-ruby-1.1.3 vs mollie.gemspec in mollie-api-ruby-1.1.4
- old
+ new
@@ -9,12 +9,12 @@
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.required_ruby_version = '>= 1.9.3'
- s.add_dependency('rest-client', '~> 1.6')
+ s.add_dependency('rest-client', '~> 1.8')
s.add_dependency('json', '~> 1.8')
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }