Sha256: 90d96a7293acc83960b67d7856ca19555c2e22559b52b4313357d3617765e154

Contents?: true

Size: 608 Bytes

Versions: 11

Compression:

Stored size: 608 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/**/*.{rb,crt}", "spec/**/*", "*.gemspec"]
  s.add_dependency "builder", ">= 2.0.0"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
braintree-2.27.1 braintree.gemspec
braintree-2.27.0 braintree.gemspec
braintree-2.26.0 braintree.gemspec
braintree-2.25.0 braintree.gemspec
braintree-2.24.0 braintree.gemspec
braintree-2.23.0 braintree.gemspec
braintree-2.22.0 braintree.gemspec
braintree-2.21.0 braintree.gemspec
braintree-2.20.0 braintree.gemspec
braintree-2.19.0 braintree.gemspec
braintree-2.18.0 braintree.gemspec