1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Add changelog uri to spec metadata (#1911)

so that there is a "Changelog" link on https://rubygems.org/gems/puma
This commit is contained in:
Samuel Cochran 2019-08-15 19:02:44 +10:00 committed by Nate Berkopec
parent 67be653e10
commit 8520fddc14

View file

@ -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