We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db249e5 commit 069f31fCopy full SHA for 069f31f
config.gemspec
@@ -20,6 +20,11 @@ Please consider donating to our open collective to help us maintain this project
20
\n
21
Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
22
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
+ }
28
s.files = `git ls-files`.split($/)
29
s.files.select! { |file| /(^lib\/|^\w+.md$|\.gemspec$)/ =~ file }
30
0 commit comments