Releases: chadowo/gosu-mruby-wrapper
Releases · chadowo/gosu-mruby-wrapper
v0.0.6
v0.0.5
v0.0.4
Summary
Commit 2f43f5e.
- Gosu v1.4.3
- MRuby v3.2.0
The executables available are now striped, so the size is significantly reduced.
Added
- Argument forwarding: now you can pass command line arguments that will be
forwarded to your script (inARGV).
Changed
- MRuby is built with the wrapper, now you only need to build Gosu separately.
Fixed
- Fused
requireandloadwould raise an invalid path error on paths that
are valid.
v0.0.3
Summary
Commit 19bd38c.
- Gosu v1.4.3
- MRuby v3.2.0
Added
requireandloadfunctionality when in fused mode.- Added mruby-env mrbgem.
- Added mruby-logger mrbgem.
Changed
- The name of the executable is now in
kebab-case(gosu-mruby) instead ofPascalCase
(GosuMRuby), since this seems to be convention for command line utilities. - The name for the file used as entry is now "boot" instead of "entrypoint", I find
it more fitting and less verbose.