README.md in ronin-1.1.0 vs README.md in ronin-1.2.0

- old
+ new

@@ -70,13 +70,13 @@ into the Database. * Convenience methods provided by [ronin-support](http://github.com/ronin-ruby/ronin-support#readme). * Provides a customized Ruby Console with: * Syntax highlighting. - * Tab-completion enabled. - * Auto-indentation enabled. - * Pretty-Print loaded. + * Tab-completion. + * Auto-indentation. + * Pretty-Printing (`pp`). * `print_info`, `print_error`, `print_warning` and `print_debug` output helper methods with color-output. * Provides an extensible command-line interface based on [Thor](http://github.com/wycats/thor#readme). @@ -108,11 +108,11 @@ Update a specific Repositories: $ ronin repos --update repo-name -Uninstall an Repositories: +Uninstall a specific Repositories: $ ronin repos --uninstall repo-name List available Databases: @@ -129,26 +129,26 @@ ## Requirements * [Ruby](http://www.ruby-lang.org/) >= 1.8.7 * [DataMapper](http://datamapper.org/): * [dm-sqlite-adapter](http://github.com/datamapper/dm-sqlite-adapter#readme) - ~> 1.1.0 + ~> 1.1 * [libsqlite3](http://sqlite.org/) * [dm-core](http://github.com/datamapper/dm-core#readme) - ~> 1.1.0 + ~> 1.1 * [dm-types](http://github.com/datamapper/dm-types#readme) - ~> 1.1.0 + ~> 1.1 * [dm-migrations](http://github.com/datamapper/dm-migrations#readme) - ~> 1.1.0 + ~> 1.1 * [dm-validations](http://github.com/datamapper/dm-validations#readme) - ~> 1.1.0 + ~> 1.1 * [dm-aggregates](http://github.com/datamapper/dm-aggregates#readme) - ~> 1.1.0 + ~> 1.1 * [dm-timestamps](http://github.com/datamapper/dm-timestamps#readme) - ~> 1.1.0 + ~> 1.1 * [dm-is-predefined](http://github.com/postmodern/dm-is-predefined#readme) - ~> 0.3, >= 0.3.1 + ~> 0.4 * [uri-query_params](http://github.com/postmodern/uri-query_params#readme) ~> 0.5, >= 0.5.2 * [open_namespace](http://github.com/postmodern/open_namespace#readme) ~> 0.3 * [parameters](http://github.com/postmodern/parameters#readme) @@ -160,11 +160,11 @@ * [env](http://github.com/postmodern/env#readme) ~> 0.2 * [pullr](http://github.com/postmodern/pullr#readme) ~> 0.1, >= 0.1.2 * [ripl](https://github.com/cldwalker/ripl#readme) - ~> 0.3: + ~> 0.3 * [ripl-multi_line](https://github.com/janlelis/ripl-multi_line#readme) ~> 0.2 * [ripl-auto_indent](https://github.com/janlelis/ripl-auto_indent#readme) ~> 0.1 * [ripl-short_errors](http://rubygems.org/gems/ripl-short_errors) @@ -202,9 +202,15 @@ ### Ronin Gen [Ronin Gen](http://github.com/ronin-ruby/ronin-gen#readme) is a Ruby library for Ronin that provides various generators. + +### Ronin Scanners + +[Ronin Scanners](http://github.com/ronin-ruby/ronin-scanners#readme) +is a Ruby library for Ronin that provides Ruby interfaces to +various third-party security scanners. ### Ronin SQL [Ronin SQL](http://github.com/ronin-ruby/ronin-sql#readme) is a Ruby library for Ronin that provides support for SQL related security tasks, such as