Sha256: 09e01931ce993da585266e21a11348b7113c2e0b3629a88f2f1ae97cdf6cecdf
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib')) require 'mangopay/version' Gem::Specification.new do |s| s.name = 'mangopay' s.version = MangoPay::VERSION s.summary = "Ruby bindings for the version 2 of the MANGOPAY API" s.description = <<-EOF The mangopay Gem makes interacting with MANGOPAY Services much easier. For any questions regarding the use of MANGOPAY's Services feel free to contact us at http://www.mangopay.com/get-started-2/ You can find more documentation about MANGOPAY Services at http://docs.mangopay.com/ EOF s.authors = ['Geoffroy Lorieux', 'Sergiusz Woznicki'] s.email = 'support@mangopay.com' s.homepage = 'http://docs.mangopay.com/' s.license = 'MIT' s.required_ruby_version = '>= 1.9.2' s.add_dependency('multi_json', '>= 1.7.7') s.add_development_dependency('rake', '>= 10.1.0') s.add_development_dependency('rspec', '>= 3.0.0') s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-3.0.25 | mangopay.gemspec |
mangopay-3.0.23 | mangopay.gemspec |
mangopay-3.0.21 | mangopay.gemspec |