Skip to content

Commit

Permalink
Add changelog URI to gemspec (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil authored and gauravtiwari committed Apr 29, 2018
1 parent cc190e1 commit 607ecfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpacker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/rails/webpacker"
s.license = "MIT"

s.metadata = {
"source_code_uri" => "https://github.com/rails/webpacker/tree/v#{Webpacker::VERSION}",
"changelog_uri" => "https://github.com/rails/webpacker/blob/v#{Webpacker::VERSION}/CHANGELOG.md"
}

s.required_ruby_version = ">= 2.2.0"

s.add_dependency "activesupport", ">= 4.2"
Expand Down

0 comments on commit 607ecfa

Please sign in to comment.