Project

mjruby

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
This is a rewrite of the JRuby launcher. It uses mruby-cli to build binary executables of the jruby command.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 10.0
 Project Readme

mjruby Build Status

This is a rewrite of the JRuby launcher. It uses mruby-cli to build binary executables of the jruby command.

This is very much in beta, and needs your help!

Usage

  1. Run gem install mjruby
  2. Run JRuby by using mjruby instead of jruby.

Everything that works with the jruby command is supposed to work with the mjruby command. Please create an issue if you find a difference.

If you really want to push it's limits, delete the jruby executable in your JRUBY_HOME/bin directory and rename the mjruby executable to jruby.

Development

  1. Install Docker
  2. Install Docker-Compose
  3. Run docker-compose run compile

And to run the tests:

  1. Run docker-compose run mtest

License

MIT