stripe.gemspec in stripe-1.31.0 vs stripe.gemspec in stripe-1.32.0
- old
+ new
@@ -3,9 +3,10 @@
require 'stripe/version'
spec = Gem::Specification.new do |s|
s.name = 'stripe'
s.version = Stripe::VERSION
+ s.required_ruby_version = '>= 1.9.3'
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.authors = ['Ross Boucher', 'Greg Brockman']
s.email = ['boucher@stripe.com', 'gdb@stripe.com']
s.homepage = 'https://stripe.com/api'