Skip to content

Commit

Permalink
Add changelog_uri to gemspec metadata
Browse files Browse the repository at this point in the history
Makes it easier to navigate to the changelog from rubygems.org or CLI tools which use this field :)
  • Loading branch information
jaredmoody authored and panthomakos committed Nov 17, 2024
1 parent 4d7f3c2 commit 018ab9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions timezone.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Gem::Specification.new do |s|
s.description = 'Accurate current and historical timezones for Ruby with ' \
'support for Geonames and Google latitude - longitude lookups.'

s.metadata = {
'changelog_uri' => 'https://github.com/panthomakos/timezone/blob/master/CHANGES.markdown'
}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`
Expand Down

0 comments on commit 018ab9b

Please sign in to comment.