Sha256: 2b81c86d74c662a3955d99a3871364963b96cc801fd7144f2743b2e2463175f4

Contents?: true

Size: 836 Bytes

Versions: 24

Compression:

Stored size: 836 Bytes

Contents

# frozen_string_literal: true

$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.1.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.13")
  s.add_dependency("net-http-persistent", "~> 3.0")

  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

24 entries across 24 versions & 1 rubygems

Version Path
stripe-4.18.0 stripe.gemspec
stripe-4.17.0 stripe.gemspec
stripe-4.16.0 stripe.gemspec
stripe-4.15.0 stripe.gemspec
stripe-4.14.0 stripe.gemspec
stripe-4.13.0 stripe.gemspec
stripe-4.12.0 stripe.gemspec
stripe-4.11.0 stripe.gemspec
stripe-4.10.0 stripe.gemspec
stripe-4.9.1 stripe.gemspec
stripe-4.9.0 stripe.gemspec
stripe-4.8.1 stripe.gemspec
stripe-4.8.0 stripe.gemspec
stripe-4.7.1 stripe.gemspec
stripe-4.7.0 stripe.gemspec
stripe-4.6.0 stripe.gemspec
stripe-4.5.0 stripe.gemspec
stripe-4.4.1 stripe.gemspec
stripe-4.4.0 stripe.gemspec
stripe-4.3.0 stripe.gemspec