Skip to content

Commit

Permalink
Add changelog_uri to gemspec (#64)
Browse files Browse the repository at this point in the history
* Add changelog_uri to gemspec

Supported here: https://guides.rubygems.org/specification-reference/#metadata
Useful for running https://github.com/MaximeD/gem_updater

* Fix variable name
  • Loading branch information
fynsta authored Jun 24, 2024
1 parent 7677db6 commit 6f12d4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db-query-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/brigade/db-query-matchers'
spec.license = 'MIT'

spec.metadata = {
'changelog_uri' => 'https://github.com/sds/db-query-matchers/blob/main/CHANGELOG.md'
}

spec.files = Dir['lib/**/*.rb']
spec.require_paths = ['lib']

Expand Down

0 comments on commit 6f12d4f

Please sign in to comment.