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

gemspec: correct msys2 metadata typo (#1436)

To help out RubyInstaller2 and provide hints to MSYS2 about required
dependencies, `msys2_mingw_dependencies` metadata was added to the
gemspec.

This change aims to correct the typo around the new metadata field.

Ref #1434
Ref #1428
This commit is contained in:
Luis Lavena 2017-10-10 23:23:29 -03:00 committed by Nate Berkopec
parent 41bd8d5846
commit 47eaf0096c

View file

@ -13,7 +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.metadata["msys2_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"