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

JRuby support #21

Merged
merged 1 commit into from Jul 20, 2020
Merged

JRuby support #21

merged 1 commit into from Jul 20, 2020

Commits on Jul 18, 2020

  1. JRuby support

    This commit has no build smarts. Here's the process:
    
    ```
    $ javac -cp ../jruby/lib/jruby.jar -d ext/java ext/java/com/headius/jruby/fast_blank/FastBlankLibrary.java
    
    $ jar cvf lib/fast_blank.jar -C ext/java/ com
    
    $ jruby -Ilib -e 'require "fast_blank"; p "".blank?'
    true
    ```
    
    Proper support will use `rake-compiler` to build the jar.
    headius committed Jul 18, 2020
    Copy the full SHA
    a944271 View commit details
    Browse the repository at this point in the history