Sha256: f7435b709398c74138a36374dee2e3c2bc5d56787d5be6fc47f080c5b206fdd9
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/balanced/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Mahmoud Abdelkader"] gem.email = ["mahmoud@poundpay.com"] gem.description = %q{Balanced is the payments platform for marketplaces. Integrate a payments experience just like Amazon for your marketplace. Forget about dealing with banking systems, compliance, fraud, and security. } gem.summary = %q{Sign up on https://balancedpayments.com/} gem.homepage = "https://balancedpayments.com" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "balanced" gem.require_paths = ["lib"] gem.version = Balanced::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balanced-0.1.0 | balanced.gemspec |