Releases: ronin-rb/ronin-repos
Releases · ronin-rb/ronin-repos
0.2.0
- 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 emptyexploits/
,payloads/
,recon/
, andbrute/
. - Added the
ronin-repos completion
command to install shell completion files for allronin-repos
commands for Bash and Zsh shells.
0.1.1
- Fixed a bug in
Ronin::Repos::ClassDir::ClassMethods#list_files
where therepo_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.