Sha256: 3f0fc491dcf4bfecdba06f41f466f8768d80a8eb129792daac4b0c106426580c

Contents?: true

Size: 612 Bytes

Versions: 9

Compression:

Stored size: 612 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.author = "Braintree"
  s.email = "code@getbraintree.com"
  s.homepage = "http://www.braintreepayments.com/"
  s.rubyforge_project = "braintree"
  s.has_rdoc = false
  s.files = Dir.glob ["README.rdoc", "LICENSE", "{lib,spec}/**/*.rb", "lib/**/*.crt", "*.gemspec"]
  s.add_dependency "builder", ">= 2.0.0"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
braintree-2.17.0 braintree.gemspec
braintree-2.16.0 braintree.gemspec
braintree-2.15.0 braintree.gemspec
braintree-2.14.0 braintree.gemspec
braintree-2.13.4 braintree.gemspec
braintree-2.13.3 braintree.gemspec
braintree-2.13.2 braintree.gemspec
braintree-2.13.1 braintree.gemspec
braintree-2.13.0 braintree.gemspec