Skip to content

Releases: hone/mruby-cli

v0.0.4

17 Nov 16:52
v0.0.4
Compare
Choose a tag to compare

For RubyConf and the mruby 1.2.0 release we've prepped a release that locks generated applications to mruby 1.2.0 for stability.

v0.0.3

02 Oct 00:49
v0.0.3
Compare
Choose a tag to compare

This is the third release of mruby-cli just in time for Rocky Mountain Ruby (RMR). This brings mruby-cli up to date with mruby's changes on master.

  • subdirectories can now be created in mrblib/
  • enable_test can now be used for denoting a test build

v0.0.2

21 Aug 16:57
v0.0.2
Compare
Choose a tag to compare

This second release of mruby-cli comes in time for Madison+ Ruby (EDD) with these notable changes:

  • generated mtest now actually passes. (oops)
  • generated host build now has debug on by default for stack traces
  • the 64 bit linux build now resides in mruby/build/x86_64-pc-linux-gnu/bin/

Thank you to @toch, @jkutner, and everyone for trying out the first release and providing feedback.

v0.0.1

27 Jul 22:49
Compare
Choose a tag to compare

This is the first release of mruby-cli hot, fresh, and ready for Burlington Ruby and eurucamp.

This first release enables you to generate a new mruby-cli skeleton app to bootstrap a CLI and then compile 32 & 64 bit binaries for Linux, OS X, and Windows. You'll find a mruby-cli binary for Linux, OSX, and Windows from below, as well as Docker and docker-compose.

$ mruby-cli --setup hello_world
$ cd hello_world
$ docker-compose run compile
$ docker-compose run shell
root@3da278e931fc:/home/mruby/code# mruby/build/host/bin/hello_world
Hello World

Thanks

Thank you to Matz and the rest of the mruby contributors for all your help and work.