Sha256: 5a0934fc6c010c92732d6405f8b4a7af455ccdeeeb51ccaa2488395776d95214
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 KB
Contents
$:.push File.expand_path("../lib", __FILE__) require "braintree/version" Gem::Specification.new do |s| s.name = "braintree" s.summary = "Braintree Ruby Server SDK" s.description = "Resources and tools for developers to integrate Braintree's global payments platform." s.version = Braintree::Version::String s.license = "MIT" s.author = "Braintree" s.email = "code@getbraintree.com" s.homepage = "https://www.braintreepayments.com/" s.files = Dir.glob ["README.rdoc", "LICENSE", "lib/**/*.{rb,crt}", "spec/**/*", "*.gemspec"] s.add_dependency "builder", ">= 3.2.4" s.add_dependency "rexml", ">= 3.1.9" # Use rexml version associated with minimum supported Ruby version s.required_ruby_version = ">=2.6.0" s.metadata = { "bug_tracker_uri" => "https://github.com/braintree/braintree_ruby/issues", "changelog_uri" => "https://github.com/braintree/braintree_ruby/blob/master/CHANGELOG.md", "source_code_uri" => "https://github.com/braintree/braintree_ruby", "documentation_uri" => "https://developers.braintreepayments.com/" } end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
braintree-4.5.0 | braintree.gemspec |
braintree-4.4.0 | braintree.gemspec |
braintree-4.3.0 | braintree.gemspec |
braintree-4.2.0 | braintree.gemspec |
braintree-4.1.0 | braintree.gemspec |