mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Fix homepage for Ruby docs in gemspec
This commit is contained in:
parent
6fb907b322
commit
f4f8d38643
@ -10,7 +10,7 @@ spec = Gem::Specification.new do |s|
|
||||
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/api'
|
||||
s.homepage = 'https://stripe.com/docs/api/ruby'
|
||||
s.license = 'MIT'
|
||||
|
||||
s.add_dependency('rest-client', '~> 1.4')
|
||||
|
Loading…
x
Reference in New Issue
Block a user