README.md in ronin-1.2.0 vs README.md in ronin-1.3.0
- old
+ new
@@ -129,32 +129,30 @@
## 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
+ ~> 1.2
* [libsqlite3](http://sqlite.org/)
* [dm-core](http://github.com/datamapper/dm-core#readme)
- ~> 1.1
+ ~> 1.2
* [dm-types](http://github.com/datamapper/dm-types#readme)
- ~> 1.1
+ ~> 1.2
* [dm-migrations](http://github.com/datamapper/dm-migrations#readme)
- ~> 1.1
+ ~> 1.2
* [dm-validations](http://github.com/datamapper/dm-validations#readme)
- ~> 1.1
+ ~> 1.2
* [dm-aggregates](http://github.com/datamapper/dm-aggregates#readme)
- ~> 1.1
+ ~> 1.2
* [dm-timestamps](http://github.com/datamapper/dm-timestamps#readme)
- ~> 1.1
+ ~> 1.2
* [dm-is-predefined](http://github.com/postmodern/dm-is-predefined#readme)
~> 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)
- ~> 0.2, >= 0.2.3
* [data_paths](http://github.com/postmodern/data_paths#readme)
~> 0.3
* [object_loader](http://github.com/postmodern/object_loader#readme)
~> 1.0
* [env](http://github.com/postmodern/env#readme)
@@ -172,64 +170,39 @@
* [ripl-color_result](https://github.com/janlelis/ripl-color_result#readme)
~> 0.3
* [thor](http://github.com/wycats/thor#readme)
~> 0.14.3
* [ronin-support](http://github.com/ronin-ruby/ronin-support#readme)
- ~> 0.2
+ ~> 0.3
## Install
$ gem install ronin
## Additional Libraries
-### Ronin ASM
+### Ronin Gen
-[Ronin ASM](http://github.com/ronin-ruby/ronin-asm#readme) is a
-Ruby library for Ronin that provides dynamic Assembly (ASM) generation of
-programs or shellcode.
+[Ronin Gen](http://github.com/ronin-ruby/ronin-gen#readme) is a Ruby library
+for Ronin that provides various generators.
-### Ronin Dorks
+### Ronin Web
-[Ronin Dorks](http://github.com/ronin-ruby/ronin-dorks#readme) is a
-Ruby library for Ronin that provides support for various Google (tm) Dorks
+[Ronin Web](http://github.com/ronin-ruby/ronin-web#readme) is a Ruby library
+for Ronin that provides support for web scraping and spidering
functionality.
### Ronin Exploits
[Ronin Exploits](http://github.com/ronin-ruby/ronin-exploits#readme) is a
Ruby library for Ronin that provides exploitation and payload crafting
functionality.
-### 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
-scanning for and exploiting SQL injections.
-
-### Ronin PHP
-
-[Ronin PHP](http://github.com/ronin-ruby/ronin-php#readme) is a Ruby library
-for Ronin that provides support for PHP related security tasks, such as
-finding and exploiting Local File Inclusion (LFI) and
-Remote File Inclusion (RFI).
-
-### Ronin Web
-
-[Ronin Web](http://github.com/ronin-ruby/ronin-web#readme) is a Ruby library
-for Ronin that provides support for web scraping and spidering
-functionality.
## License
Copyright (c) 2006-2011 Hal Brodigan (postmodern.mod3 at gmail.com)