Skip to content

Commit

Permalink
Add rubygems.org metadata (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored Jan 24, 2024
1 parent db249e5 commit 069f31f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Please consider donating to our open collective to help us maintain this project
\n
Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"

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

Expand Down

0 comments on commit 069f31f

Please sign in to comment.