Sha256: f2903d092763744384c2976a64408bb9bcdec41a37465e8a10b5db14dff4f305
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
### 0.1.3 / 2024-06-19 * Improved {Ronin::Core::ClassRegistry::ClassMethods#load_class_from_file} to handle returning the class when the file has already been loaded. ### 0.1.2 / 2023-07-18 #### CLI * Changed {Ronin::Core::CLI::RubyShell#initialize} to wrap a `Module` `context:` value in an `Object` instance which includes the module. This allows the IRB session to gain access to the module's constants and instances methods, as well as correctly define and call instance methods in the IRB session. ### 0.1.1 / 2023-03-01 #### CLI * Allow {Ronin::Core::CLI::Shell} and {Ronin::Core::CLI::CommandShell} to rescue interrupts while a shell command is running, and not exit from the shell. ### 0.1.0 / 2023-02-01 * Initial release: * Provides access to the XDG directories (`~/.config/`, `~/.cache/`, `~/.local/share`). * Allows querying `~/.gitconfig` for common git settings. * Provides a common `Command` base class for all ronin libraries. * Provides a `Shell` and `CommandShell` base classes for writing interactive shells. * Provides a `Params` API for adding user configurable parameters to classes.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-core-0.1.3 | ChangeLog.md |