Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add msys2 library dependency tag in gem metadata #134

Merged
merged 1 commit into from
Jul 27, 2017

Conversation

larskanis
Copy link
Contributor

RubyInstaller2 supports metadata tags for installation of dependent
MSYS2/MINGW libraries. The openssl gem requires the mingw-openssl
package to be installed on the system, which the gem installer takes
care about, when this tag is set.

The feature is documented here:
https://github.com/oneclick/rubyinstaller2/wiki/For-gem-developers#msys2-library-dependency

This fixes issues like
oneclick/rubyinstaller2#54 and
oneclick/rubyinstaller2#53 .

@rhenium
Copy link
Member

rhenium commented Jul 27, 2017

Let me do rebase and style adjustment...

@rhenium rhenium changed the base branch from master to maint July 27, 2017 04:58
RubyInstaller2 supports metadata tags for installation of dependent
MSYS2/MINGW libraries. The openssl gem requires the mingw-openssl
package to be installed on the system, which the gem installer takes
care about, when this tag is set.

The feature is documented here:
https://github.com/oneclick/rubyinstaller2/wiki/For-gem-developers#msys2-library-dependency

This fixes issues like
oneclick/rubyinstaller2#54 and
oneclick/rubyinstaller2#53 .
@rhenium rhenium merged commit 579afc4 into ruby:maint Jul 27, 2017
@larskanis
Copy link
Contributor Author

Thanks for merging! And thank you for maintaining this important library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants