Sha256: 2a11755d8ea70a91cd4f56e9e469ca9a6f6740737d519f5713f28db1277d42e1
Contents?: true
Size: 1020 Bytes
Versions: 4
Compression:
Stored size: 1020 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) require 'mollie/api/client/version' Gem::Specification.new do |s| s.name = 'mollie-api-ruby' s.version = Mollie::API::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, 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 = ['Mollie B.V.'] s.email = ['info@mollie.nl'] s.homepage = 'https://github.com/mollie/mollie-api-ruby' s.license = 'BSD' s.required_ruby_version = '>= 2.0.0' s.files = `git ls-files`.split("\n") s.test_files = Dir['test/**/*'] s.add_development_dependency("rake") s.add_development_dependency("test-unit") s.add_development_dependency("webmock") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mollie-api-ruby-2.2.0 | mollie.gemspec |
mollie-api-ruby-2.1.0 | mollie.gemspec |
mollie-api-ruby-2.0.1 | mollie.gemspec |
mollie-api-ruby-2.0.0 | mollie.gemspec |