README.md in ronin-gen-1.0.0.pre1 vs README.md in ronin-gen-1.0.0.pre2
- old
+ new
@@ -39,32 +39,28 @@
* 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.
-* Generators for creating new Ronin libraries, Overlays and Extensions.
+* Generators for creating new Ronin Repositories and Libraries.
## Synopsis
Generate a skeleton Ronin library:
$ ronin-gen library PATH [options]
Generate a skeleton Overlay:
- $ ronin-gen overlay PATH [options]
+ $ ronin-gen repository PATH [options]
-Generate a skeleton Extension:
-
- $ ronin-gen extension PATH
-
## Requirements
* [open_namespace](http://github.com/postmodern/open_namespace) ~> 0.3.0
-* [open_namespace](http://github.com/postmodern/data_paths) ~> 0.2.1
+* [data_paths](http://github.com/postmodern/data_paths) ~> 0.2.1
* [thor](http://github.com/wycats/thor) ~> 0.14.2
* [ronin-support](http://github.com/ronin-ruby/ronin-support) ~> 0.1.0
-* [ronin](http://github.com/ronin-ruby/ronin) ~> 0.4.0
+* [ronin](http://github.com/ronin-ruby/ronin) ~> 1.0.0
## Install
$ sudo gem install ronin-gen