Skip to content

Releases: ronin-rb/ronin-repos

0.2.0

22 Jul 18:48
v0.2.0
Compare
Choose a tag to compare
  • Added Ronin::Repos::Repository#url.
  • Added Ronin::Repos::Repository#last_updated_at.
  • Added Ronin::Repos.cache_dir.

CLI

  • Added the ronin-repos show command.
  • Changed ronin-repos list to fuzzy match repo names.
  • Changed ronin-repos new to also create empty exploits/, payloads/, recon/, and brute/.
  • Added the ronin-repos completion command to install shell completion files for all ronin-repos commands for Bash and Zsh shells.

0.1.1

10 Jun 00:17
v0.1.1
Compare
Choose a tag to compare
  • Fixed a bug in Ronin::Repos::ClassDir::ClassMethods#list_files where the repo_class_dir was not
    being removed from paths.
  • Documentation fixes and improvements.

CLI

  • Multiple bug fixes to the ronin-repos install command.
  • Add missing man-page for the ronin-repos new command.

0.1.0

10 Jun 00:17
v0.1.0
Compare
Choose a tag to compare
  • Initial release:
    • Supports installing any Git repository.
    • Manages installed repositories.