Need a new Java Release
CodingAnarchy opened this issue · 8 comments
A patch was made for JRuby deregister
errors in #217, but it wasn't released in a new gem version. As puma
is using nio4r
now, it would really help for that to be released for those of us using JRuby and Puma.
It is done.
Gentlemen, nio4r 2.5.1 was pushed today but no associated 2.5.1-java gem release so the gem currently fails to install on jruby.
@ioquatix unfortunately every release needs a corresponding -java
release, even if the JRuby backend is unchanged. RubyGems handling of platforms is weird that way.
Oh my bad that’s my fault. I didn’t imagine it worked like that since 2.5.0 release was okay. Thanks for explaining it, I’ll fix it now.
Before we go and reinvent the wheel, is there any existing rake task/library that handles the MRI/JRuby release, e.g.
rake all_platforms:release
For lack of a better place to put it, I threw some notes/instructions here.