Sha256: 907d594c160c1f3605ed10a62ee7d2851c7b3f4264965d2f9e814f10bc8bd090
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
### Unreleased * Upcoming features * whitelist for allowable namespaces ### 1.1.1 * Documentation updates * Add example code in README.md to include clarification on command namespacing, and how to autoload command classes to avoid NameError exceptions when SimpleCommand::Dispatcher.call(...) is call due to uninitialized command constants. ### 1.1.0 * Bug fix lib/core_extensions/string.rb not included in SimpleCommand::Dispatcher, causing exception. ### 1.0.0 * Limit support to ruby >= 2.2.2 ### 0.2.0 * Yanked ### 0.1.3 * Documentation updates * Add `SimpleCommand::KlassTransform` rake task sandbox to test the below listed `SimpleCommand::KlassTransform` members; run the rake tasks for usage; these rake tasks are simply a playground to see how simple_command_dispatcher transforms parameters into output when calling SimpleCommand::Dispatcher.call(...): * `SimpleCommand::KlassTransform#to_class_string` * $ rake to_class_string * `SimpleCommand::KlassTransform#to_modules_string` * $ rake to_modules_string * `SimpleCommand::KlassTransform#to_constantized_class_string` * $ rake to_constantized_class_string ### 0.1.2 * Documentation updates ### 0.1.1 * Documentation updates
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_command_dispatcher-1.1.1 | CHANGELOG.mb |