Skip to content

Commit

Permalink
Add gem metadata (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Jul 4, 2019
1 parent 4311243 commit 50748b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions stripe.gemspec
Expand Up @@ -16,6 +16,16 @@ Gem::Specification.new do |s|
s.homepage = "https://stripe.com/docs/api/ruby"
s.license = "MIT"

s.metadata = {
"bug_tracker_uri" => "https://github.com/stripe/stripe-ruby/issues",
"changelog_uri" =>
"https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md",
"documentation_uri" => "https://stripe.com/docs/api/ruby",
"github_repo" => "ssh://github.com/stripe/stripe-ruby",
"homepage_uri" => "https://stripe.com/docs/api/ruby",
"source_code_uri" => "https://github.com/stripe/stripe-ruby",
}

s.add_dependency("faraday", "~> 0.13")
s.add_dependency("net-http-persistent", "~> 3.0")

Expand Down

0 comments on commit 50748b1

Please sign in to comment.