-
Notifications
You must be signed in to change notification settings - Fork 36
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
New version that supports jruby #29
Comments
I need some help from jruby people here, are we meant to put this .jar file in our gemspec? this means that non jruby platforms will now get jruby code? Do we need to publish 2 gems here? |
I create a new gem, name only_blank, it depends on this gem. and i found this gem build not successful when add so, our rubygems released version still not include those java code, right? https://travis-ci.com/github/zw963/only_blank/jobs/507495695 |
Sorry, it seems I never saw this issue. The typical way to distribute this would be to build and package a jar and release a -java platform gem. No Java code would ship in the CRuby version and no extension-building would happen in the JRuby version. A recent example would be the digest gem which added JRuby support. |
@SamSaffron I opened #31 to address this including a bonus optimization |
I notice there was a recent pull request that added jruby support, can we have a new release with these changes?
The text was updated successfully, but these errors were encountered: