History.txt in hoe-1.11.0 vs History.txt in hoe-1.12.0
- old
+ new
@@ -1,4 +1,19 @@
+=== 1.12.0 / 2009-03-31
+
+* 6 minor enhancements:
+
+ * Added Rake.undo.
+ * Added from vlad: Rake.application.all_tasks and Rake.clear_tasks.
+ * Added log files to default excludes. (technonancy)
+ * Refactored gem install code and extended to work with jruby
+ * Refactored run_tests into make_test_cmd, enabling use in tasks. (jbarnette)
+ * Use RDoc::Task instead of Rake::RDocTask, if available.
+
+* 1 bug fix:
+
+ * Fixed incorrect usage. (jmhodges)
+
=== 1.11.0 / 2009-03-16
* 2 minor enhancements:
* Added timebomb method. Set flay/flog thresholds to degrade over time.