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

resolves #99 add support for JRuby #162

Closed
wants to merge 1 commit into from

Commits on Jul 3, 2016

  1. resolves pygments#99 add support for JRuby

    When RUBY_ENGINE == 'jruby', do the following:
    
    - map popen4 function to Open.popen3
    - map Yajl to MultiJson and set MultiJson engine to json_gem
    - update gemspec to build -java gem when running under JRuby
    - drop posix/spawn and yaml dependencies and add multi_json
    
    Additionally, add rake and test-unit as development dependencies so rake
    and tests can be run via Bundler, respectively.
    mojavelinux committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    d0259bc View commit details
    Browse the repository at this point in the history