mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-03 00:01:47 -04:00
Merge pull request #424 from JuanitoFatas/fix/gemspec-homepage
Fix homepage for Ruby docs in gemspec
This commit is contained in:
commit
3b06b2c880
@ -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