mollie.gemspec in mollie-api-ruby-1.4.1 vs mollie.gemspec in mollie-api-ruby-1.4.2

- old
+ new

@@ -4,18 +4,19 @@ 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, 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.' + s.description = 'Accepting iDEAL, Bancontact/Mister Cash, SOFORT Banking, Creditcard, SEPA Bank transfer, SEPA Direct debit, Bitcoin, PayPal, KBC Payment Button, CBC Payment Button, Belfius Direct Net, paysafecard and PODIUM Cadeaukaart 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.3' s.add_dependency('rest-client', '~> 1.8') s.add_dependency('json', '~> 1.8') + s.add_dependency('mime-types', '< 3') 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) } s.require_paths = ['lib']