README.md in ronin-1.0.0.rc1 vs README.md in ronin-1.0.0.rc2

- old
+ new

@@ -69,10 +69,11 @@ * Caches exploits, payloads, scanners, etc stored within Repositories 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. * `print_info`, `print_error`, `print_warning` and `print_debug` output helper methods with color-output. @@ -126,33 +127,49 @@ $ ronin database --remove team ## Requirements * [Ruby](http://www.ruby-lang.org/) >= 1.8.7 -* [ActiveSupport](http://rubygems.org/gems/activesupport) >= 3.0.0 * [DataMapper](http://datamapper.org/): - * [dm-do-adapter](http://github.com/datamapper/dm-do-adapter) ~> 1.0.2 - * [dm-sqlite-adapter](http://github.com/datamapper/dm-sqlite-adapter) - ~> 1.0.2 + * [dm-do-adapter](http://github.com/datamapper/dm-do-adapter#readme) + ~> 1.1.0 + * [dm-sqlite-adapter](http://github.com/datamapper/dm-sqlite-adapter#readme) + ~> 1.1.0 * [libsqlite3](http://sqlite.org/) - * [dm-core](http://github.com/datamapper/dm-core) ~> 1.0.2 - * [dm-types](http://github.com/datamapper/dm-types) ~> 1.0.2 - * [dm-migrations](http://github.com/datamapper/dm-migrations) ~> 1.0.2 - * [dm-validations](http://github.com/datamapper/dm-validations) ~> 1.0.2 - * [dm-aggregates](http://github.com/datamapper/dm-aggregates) ~> 1.0.2 - * [dm-timestamps](http://github.com/datamapper/dm-timestamps) ~> 1.0.2 - * [dm-tags](http://github.com/datamapper/dm-tags) ~> 1.0.2 -* [dm-is-predefined](http://github.com/postmodern/dm-is-predefined/) - ~> 0.3.0 -* [uri-query_params](http://github.com/postmodern/uri-query_params) ~> 0.4.0 -* [open_namespace](http://github.com/postmodern/open_namespace) ~> 0.3.0 -* [parameters](http://github.com/postmodern/parameters) ~> 0.2.2 -* [data_paths](http://github.com/postmodern/data_paths) ~> 0.2.1 -* [contextify](http://github.com/postmodern/contextify/) ~> 0.1.6 -* [env](http://github.com/postmodern/env) ~> 0.1.2 -* [pullr](http://github.com/postmodern/pullr/) ~> 0.1.2 -* [thor](http://github.com/wycats/thor/) ~> 0.14.2 -* [ronin-support](http://github.com/ronin-ruby/ronin-support/) ~> 0.1.0 + * [dm-core](http://github.com/datamapper/dm-core#readme) + ~> 1.1.0 + * [dm-types](http://github.com/datamapper/dm-types#readme) + ~> 1.1.0 + * [dm-migrations](http://github.com/datamapper/dm-migrations#readme) + ~> 1.1.0 + * [dm-validations](http://github.com/datamapper/dm-validations#readme) + ~> 1.1.0 + * [dm-aggregates](http://github.com/datamapper/dm-aggregates#readme) + ~> 1.1.0 + * [dm-timestamps](http://github.com/datamapper/dm-timestamps#readme) + ~> 1.1.0 +* [dm-is-predefined](http://github.com/postmodern/dm-is-predefined#readme) + ~> 0.3.1 +* [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) + ~> 0.2, >= 0.2.3 +* [data_paths](http://github.com/postmodern/data_paths#readme) + ~> 0.2, >= 0.2.1 +* [contextify](http://github.com/postmodern/contextify#readme) + ~> 0.2 +* [env](http://github.com/postmodern/env#readme) + ~> 0.1, >= 0.1.2 +* [pullr](http://github.com/postmodern/pullr#readme) + ~> 0.1, >= 0.1.2 +* [hexdump](http://github.com/postmodern/hexdump#readme) + ~> 0.1 +* [thor](http://github.com/wycats/thor#readme) + ~> 0.14.3 +* [ronin-support](http://github.com/ronin-ruby/ronin-support#readme) + ~> 0.1.0 ## Install $ sudo gem install ronin