1
0
Fork 0
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:
Atsushi Yamamoto 2017-10-10 15:03:43 -07:00 committed by Nate Berkopec
parent 70f309b026
commit 41bd8d5846

View file

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