Skip to content

Commit

Permalink
Add changelog uri to spec metadata (#1911)
Browse files Browse the repository at this point in the history
so that there is a "Changelog" link on https://rubygems.org/gems/puma
  • Loading branch information
sj26 authored and nateberkopec committed Aug 15, 2019
1 parent 67be653 commit 8520fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files -- bin docs ext lib tools`.split("\n") +
%w[History.md LICENSE README.md]
s.homepage = "http://puma.io"
s.metadata["changelog_uri"] = "https://github.com/puma/puma/blob/master/History.md"
s.license = "BSD-3-Clause"
s.required_ruby_version = Gem::Requirement.new(">= 2.2")
end

0 comments on commit 8520fdd

Please sign in to comment.