Skip to content

Commit 069f31f

Browse files
Add rubygems.org metadata (#349)
1 parent db249e5 commit 069f31f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.gemspec

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Please consider donating to our open collective to help us maintain this project
2020
\n
2121
Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
2222

23+
s.metadata = {
24+
'changelog_uri' => "https://github.com/rubyconfig/config/blob/master/CHANGELOG.md",
25+
'source_code_uri' => 'https://github.com/rubyconfig/config',
26+
'bug_tracker_uri' => 'https://github.com/rubyconfig/config/issues'
27+
}
2328
s.files = `git ls-files`.split($/)
2429
s.files.select! { |file| /(^lib\/|^\w+.md$|\.gemspec$)/ =~ file }
2530

0 commit comments

Comments
 (0)