Skip to content

Commit

Permalink
Merge pull request #530 from fynsta/patch-1
Browse files Browse the repository at this point in the history
Add changelog_uri to gemspec
  • Loading branch information
rafaelfranca authored Jul 31, 2024
2 parents 8a2ca8c + 600b6e5 commit e152b64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sprockets-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Gem::Specification.new do |s|
s.summary = "Sprockets Rails integration"
s.license = "MIT"

s.metadata = {
"changelog_uri" => "#{s.homepage}/releases/tag/v#{s.version}"
}

s.files = Dir["README.md", "lib/**/*.rb", "MIT-LICENSE"]

s.required_ruby_version = '>= 2.5'
Expand Down

0 comments on commit e152b64

Please sign in to comment.