Skip to content

Commit

Permalink
Add metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Jun 10, 2020
1 parent 0fcf9a3 commit 269cfc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions percentage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ Gem::Specification.new do |s|
s.files = Dir.glob('lib/**/*.rb') + %w(LICENSE.txt README.md percentage.gemspec)
s.required_ruby_version = '>= 1.9.3'
s.require_path = 'lib'
s.metadata = {
'homepage' => 'https://github.com/readysteady/percentage',
'source_code_uri' => 'https://github.com/readysteady/percentage',
'bug_tracker_uri' => 'https://github.com/readysteady/percentage/issues',
'changelog_uri' => 'https://github.com/readysteady/percentage/blob/master/CHANGES.md'
}
end

0 comments on commit 269cfc3

Please sign in to comment.