Skip to content

Commit 4855eab

Browse files
authored
Merge pull request #170 from fynsta/patch-1
Add changelog_uri to gemspec
2 parents 9eca594 + 002708c commit 4855eab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mollie-api-ruby.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Gem::Specification.new do |s|
1616
s.email = ['[email protected]']
1717
s.homepage = 'https://github.com/mollie/mollie-api-ruby'
1818
s.license = 'BSD'
19+
s.metadata = {
20+
'changelog_uri' => 'https://github.com/mollie/mollie-api-ruby/blob/master/CHANGELOG.md'
21+
}
22+
1923
s.required_ruby_version = '>= 2.3.8'
2024

2125
s.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)