Sha256: 541fa4c4e3e82dad6f341543205d96eb87212c281b1ebfa5980cbfe32d5671fb

Contents?: true

Size: 747 Bytes

Versions: 20

Compression:

Stored size: 747 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "lib"))

require "stripe/version"

Gem::Specification.new do |s|
  s.name = "stripe"
  s.version = Stripe::VERSION
  s.required_ruby_version = ">= 2.0.0"
  s.summary = "Ruby bindings for the Stripe API"
  s.description = "Stripe is the easiest way to accept payments online.  See https://stripe.com for details."
  s.author = "Stripe"
  s.email = "support@stripe.com"
  s.homepage = "https://stripe.com/docs/api/ruby"
  s.license = "MIT"

  s.add_dependency("faraday", "~> 0.10")

  s.files = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
stripe-3.14.0 stripe.gemspec
stripe-3.13.1 stripe.gemspec
stripe-3.13.0 stripe.gemspec
stripe-3.12.1 stripe.gemspec
stripe-3.12.0 stripe.gemspec
stripe-3.11.0 stripe.gemspec
stripe-3.10.0 stripe.gemspec
stripe-3.9.2 stripe.gemspec
stripe-3.9.1 stripe.gemspec
stripe-3.9.0 stripe.gemspec
stripe-3.8.2 stripe.gemspec
stripe-3.8.1 stripe.gemspec
stripe-3.8.0 stripe.gemspec
stripe-3.7.0 stripe.gemspec
stripe-3.6.0 stripe.gemspec
stripe-3.5.3 stripe.gemspec
stripe-3.5.2 stripe.gemspec
stripe-3.5.1 stripe.gemspec
stripe-3.5.0 stripe.gemspec
stripe-3.4.1 stripe.gemspec