ruby / tk

Tk interface module using tcltklib
Other
117 stars 22 forks source link

Add msys2 library dependency tag in gem metadata #10

Closed larskanis closed 7 years ago

larskanis commented 7 years ago

RubyInstaller2 supports metadata tags for installation of dependent MSYS2/MINGW libraries. The tk gem requires the mingw-w64-tk 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

hsbt commented 7 years ago

It's reasonable. Should we release new version of tk gem?

larskanis commented 7 years ago

A new release would be nice within the next weeks. Thank you!

hsbt commented 7 years ago

@larskanis Just released v0.2.0 https://github.com/ruby/tk/releases/tag/v0.2.0

larskanis commented 7 years ago

Great! Thank you!