Tags: rubyworks/executable
Tags
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>
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.