README.md in ronin-gen-1.1.1 vs README.md in ronin-gen-1.2.0.rc1
- old
+ new
@@ -1,10 +1,10 @@
# Ronin Gen
-* [Source](http://github.com/ronin-ruby/ronin-gen)
-* [Issues](http://github.com/ronin-ruby/ronin-gen/issues)
-* [Documentation](http://rubydoc.info/github/ronin-ruby/ronin-gen/frames)
+* [Source](https://github.com/ronin-ruby/ronin-gen)
+* [Issues](https://github.com/ronin-ruby/ronin-gen/issues)
+* [Documentation](http://ronin-ruby.github.com/docs/ronin-gen/frames)
* [Mailing List](http://groups.google.com/group/ronin-ruby)
* [irc.freenode.net #ronin](http://webchat.freenode.net/?channels=ronin&uio=Mj10cnVldd)
## Description
@@ -18,11 +18,13 @@
* Provides {Ronin::Gen::FileGenerator}
* Provides {Ronin::Gen::DirGenerator}
* Provides {Ronin::Gen::SourceCodeGenerator}
* Provides {Ronin::Gen::RubyGenerator}
-* Generators for creating new Ronin Repositories and Libraries.
+* Generators for creating new Ronin
+ {Ronin::Gen::Generators::Repository Repositories} and
+ {Ronin::Gen::Generators::Library Libraries}.
## Synopsis
Generate a skeleton Ronin library:
@@ -30,21 +32,25 @@
Generate a skeleton Overlay:
$ ronin-gen repository PATH [options]
+List available generators:
+
+ $ ronin-gen
+
## Requirements
-* [open_namespace](http://github.com/postmodern/open_namespace#readme)
+* [open_namespace](https://github.com/postmodern/open_namespace#readme)
~> 0.3
-* [data_paths](http://github.com/postmodern/data_paths#readme)
+* [data_paths](https://github.com/postmodern/data_paths#readme)
~> 0.3
-* [parameters](http://github.com/postmodern/parameters#readme)
+* [parameters](https://github.com/postmodern/parameters#readme)
~> 0.4
-* [ronin-support](http://github.com/ronin-ruby/ronin-support#readme)
- ~> 0.4
-* [ronin](http://github.com/ronin-ruby/ronin#readme)
- ~> 1.4
+* [ronin-support](https://github.com/ronin-ruby/ronin-support#readme)
+ ~> 0.5
+* [ronin](https://github.com/ronin-ruby/ronin#readme)
+ ~> 1.5
## Install
### Stable