Skip to content

Commit 4ae881b

Browse files
Merge pull request stripe-ruby-mock#693 from mtmail/changelog-into-gemspec
gemspec: add change,issue,source_code URL
2 parents 0e167a6 + fa34d8c commit 4ae881b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

stripe-ruby-mock.gemspec

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ Gem::Specification.new do |gem|
1010
gem.license = "MIT"
1111
gem.authors = ["Gilbert"]
1212
gem.email = "[email protected]"
13-
gem.homepage = "https://github.com/rebelidealist/stripe-ruby-mock"
13+
gem.homepage = "https://github.com/stripe-ruby-mock/stripe-ruby-mock"
14+
gem.metadata = {
15+
"bug_tracker_uri" => "https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues",
16+
"changelog_uri" => "https://github.com/stripe-ruby-mock/stripe-ruby-mock/blob/master/CHANGELOG.md",
17+
"source_code_uri" => "https://github.com/stripe-ruby-mock/stripe-ruby-mock"
18+
}
1419

1520
gem.files = `git ls-files`.split($/)
1621
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)