History.txt in ronin-gen-0.1.1 vs History.txt in ronin-gen-0.2.0

- old
+ new

@@ -1,4 +1,18 @@ +=== 0.2.0 / 2009-09-24 + +* Require ronin >= 0.3.0. +* Require rspec >= 1.2.8. +* Require yard >= 0.2.3.5. +* Updated the project summary and 3-point description of Ronin Gen. +* Moved to YARD based documentation. +* Refactored Ronin::Generators::Generator to inherit from Thor. +* Refactored Ronin::Generators::DirGenerator. +* Refactored Ronin::Generators::Platform::Extension. +* Refactored Ronin::Generators::Platform::Overlay. +* Rewrote the Ronin::UI::CommandLine generator commands to simply inherit + from the new Thor based generator classes within Ronin::Generators. + === 0.1.1 / 2009-07-02 * Use Hoe >= 2.0.0. * Require Ronin >= 0.2.4. * Added Generator#touch.