mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add msys2_mingw_dependencies to puma.gemspec (#1434)
This commit is contained in:
parent
70f309b026
commit
41bd8d5846
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ Gem::Specification.new do |s|
|
|||
s.email = ["evan@phx.io"]
|
||||
s.executables = ["puma", "pumactl"]
|
||||
s.extensions = ["ext/puma_http11/extconf.rb"]
|
||||
s.metadata["msys5_mingw_dependencies"] = "openssl"
|
||||
s.files = `git ls-files -- bin docs ext lib tools`.split("\n") +
|
||||
%w[History.md LICENSE README.md]
|
||||
s.homepage = "http://puma.io"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue