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:
parent
67be653e10
commit
8520fddc14
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ Gem::Specification.new do |s|
|
||||||
s.files = `git ls-files -- bin docs ext lib tools`.split("\n") +
|
s.files = `git ls-files -- bin docs ext lib tools`.split("\n") +
|
||||||
%w[History.md LICENSE README.md]
|
%w[History.md LICENSE README.md]
|
||||||
s.homepage = "http://puma.io"
|
s.homepage = "http://puma.io"
|
||||||
|
s.metadata["changelog_uri"] = "https://github.com/puma/puma/blob/master/History.md"
|
||||||
s.license = "BSD-3-Clause"
|
s.license = "BSD-3-Clause"
|
||||||
s.required_ruby_version = Gem::Requirement.new(">= 2.2")
|
s.required_ruby_version = Gem::Requirement.new(">= 2.2")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue