Skip to content

Tags: rubyworks/executable

Tags

v1.3.0

Toggle v1.3.0's commit message
Maintenance release v1.3.0 — modernize project tooling

Replace custom Indexer system with standard gemspec, Travis CI with
GitHub Actions, and update Rakefile. Fix typo in version.rb module name.
Switch tests to minitest. Update URLs to HTTPS, clean up obsolete files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

1.2.1

Toggle 1.2.1's commit message
This release imporves the help output and manpage lookup

as well as a few helpful additions the the API.

1.2.0

Toggle 1.2.0's commit message
Version 1.2.0 is complete rewrite of Executable. Actually it was deci…

…ded that

the old design was too simplistic in it design concept, so another library
that was in the works, called Executioner, and briefly CLI::Base, was
ported over. And with some API changes, it is now the new Executable project.
The idea of the project is generally the same, but Executable now offers
more features, such as good help output and namespace-based subcomamnds.
Of course, to accommodate all this the API had to change some over
the previous version, so be sure to read the API documentation.

1.0.0

Toggle 1.0.0's commit message
This is the initialize release of Executable (as a stand alone project).

Executable is a mixin that can turn any class into an commandline interface.