README.md in ronin-gen-1.0.1 vs README.md in ronin-gen-1.1.0.rc1

- old
+ new

@@ -14,14 +14,14 @@ Ronin allows for the rapid development and distribution of code, exploits or payloads over many common Source-Code-Management (SCM) systems. ## Features -* Provides {Ronin::Gen::FileGenerator}, a Thor based generator class that - can be used to create new generators. -* Provides {Ronin::Gen::DirGenerator}, a Thor based generator that - can be used to create new directory generators. +* Provides {Ronin::Gen::FileGenerator} +* Provides {Ronin::Gen::DirGenerator} +* Provides {Ronin::Gen::SourceCodeGenerator} +* Provides {Ronin::Gen::RubyGenerator} * Generators for creating new Ronin Repositories and Libraries. ## Synopsis Generate a skeleton Ronin library: @@ -36,19 +36,28 @@ * [open_namespace](http://github.com/postmodern/open_namespace#readme) ~> 0.3 * [data_paths](http://github.com/postmodern/data_paths#readme) ~> 0.3 -* [thor](http://github.com/wycats/thor#readme) - ~> 0.14.3 +* [parameters](http://github.com/postmodern/parameters#readme) + ~> 0.4 * [ronin-support](http://github.com/ronin-ruby/ronin-support#readme) - ~> 0.1 + ~> 0.4 * [ronin](http://github.com/ronin-ruby/ronin#readme) - ~> 1.0 + ~> 1.4 ## Install - $ sudo gem install ronin-gen +### Stable + + $ gem install ronin-gen + +### Edge + + $ git clone git://github.com/ronin-ruby/ronin-gen.git + $ cd ronin-gen/ + $ bundle install + $ ./bin/ronin-gen --help ## License Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)