Skip to content

Commit

Permalink
gemspec: correct msys2 metadata typo (#1436)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
luislavena authored and nateberkopec committed Oct 11, 2017
1 parent 41bd8d5 commit 47eaf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puma.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 47eaf00

Please sign in to comment.