Sha256: 2529d6e75b586e9199c3028a0e6475b16b6cd95e713ae86c43a13ff05f221a69
Contents?: true
Size: 934 Bytes
Versions: 1
Compression:
Stored size: 934 Bytes
Contents
$:.unshift(File.join(File.dirname(__FILE__), 'lib')) require 'Mollie/API/Client' 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, 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.3' 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) } s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mollie-api-ruby-1.1.4 | mollie.gemspec |