History.txt in hoe-1.8.3 vs History.txt in hoe-1.9.0

- old
+ new

@@ -1,4 +1,21 @@ +=== 1.9.0 / 2009-02-26: + +* 7 minor enhancements: + + * Added flog, flay, and rdoc tasks. + * Added ~/.hoe_template and basic erb templating to sow. + * install_gem automatically installs missing dependencies. From Dr. Nic. + * Parameterized history and readme paths for github users (*sigh*). + * Added rspec support including having both tests and specs. + * Match RubyGems' RDoc behavior and removed rdoc_pattern attribute. Use + extra_rdoc_files instead. + * Added testlib and SUPPORTED_TEST_FRAMEWORKS to switch your testing library. + +* 1 bug fix: + + * Fixed rdoc title command-line parameters. + === 1.8.3 / 2009-01-20: * 1 minor enhancement: * Refactored sow's naming code to Hoe.normalize_names and wrote some