Sha256: d136a2945fc4121e22815794527b997990128f44d4bc67efdbb6ac7cbdc85a7d
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 KB
Contents
## rexe -- Ruby Command Line Executor ### v0.9.0 * Change -ms (single or separate string) mode to -ml (line) mode. * Use article text for readme. ### v0.8.1 * Fix and improve help text. ### v0.8.0 * Add no-op mode to suppress execution of code (useful with -v). * Add clear mode to clear all options specified up to that point (useful to ignore REXE_OPTIONS environment variable settings). ### v0.7.0 * Remove -u option to address issue #1. ### v0.6.1 * Improve handling of nonexistent load files (-l, -u options). ### v0.6.0 * Change default input mode from :string to :no_input. * Improve readme. * Add post install message warning about change of default input mode. ### v0.5.0 * Add '!' to require and load command options to clear respective file lists. * In 'no input' mode (-mn), fix so that only output explicitly sent to stdout is output (unlike other modes). * Gemspec now parses version from text instead of loading the script. * Add tests. ### v0.4.1 * Fix -r (require) bug. ### v0.4.0 * Add -u option for loading files at current directory or above. * Fix command line option handling for disabling verbose mode previously enabled. * Improve README. ### v0.3.1 * Help text fixes. ### v0.3.0 * For consistency with requires, specifying multiple load files on the command line can be done with comma separated filespecs. ### v0.2.0 * Improve README and verbose logging. ### v0.1.0 * Add ability to handle input as a single multiline string (using -mb option). * Add -mn mode for no input at all. * Fix and improve usage examples in README. ### v0.0.2 * Fix running-as-script test. ### v0.0.1 * Initial version.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rexe-0.9.0 | CHANGELOG.md |