Merge pull request #424 from JuanitoFatas/fix/gemspec-homepage

Fix homepage for Ruby docs in gemspec
This commit is contained in:
Brandur 2016-06-13 09:07:40 -07:00 committed by GitHub
commit 3b06b2c880

View File

@ -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')