Skip to content

Commit

Permalink
Add msys2_mingw_dependencies to puma.gemspec (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumbosushi authored and nateberkopec committed Oct 10, 2017
1 parent 70f309b commit 41bd8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puma.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 41bd8d5

Please sign in to comment.