Sha256: fe05d294fabd7d052e1172c3bb3a7255e5b7426b33b7192aecea651ccf2fd0a5
Contents?: true
Size: 629 Bytes
Versions: 8
Compression:
Stored size: 629 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require 'braintree/version' Gem::Specification.new do |s| s.name = "braintree" s.summary = "Braintree Gateway Ruby Client Library" s.description = "Ruby library for integrating with the Braintree Gateway" s.version = Braintree::Version::String s.license = "MIT" s.author = "Braintree" s.email = "code@getbraintree.com" s.homepage = "https://www.braintreepayments.com/" s.rubyforge_project = "braintree" s.has_rdoc = false s.files = Dir.glob ["README.rdoc", "LICENSE", "lib/**/*.{rb,crt}", "spec/**/*", "*.gemspec"] s.add_dependency "builder", ">= 2.0.0" end
Version data entries
8 entries across 8 versions & 1 rubygems