History.txt in newgem-0.10.1 vs History.txt in newgem-0.10.2
- old
+ new
@@ -1,5 +1,15 @@
+== 0.10.2 2007-05-25
+
+* 3 major enhancements
+ * Generated Rakefile only attempts to discover username from ~/.rubyforge/user-config.yml when its required [thx Jeroen Janssen]
+ * Helpful error message produced if 'rubyforge setup' never run
+ * Fixed the REV algorithm for subversion [thx Robert Berger]
+* 2 minor enhancement
+ * Copied index.txt into README.txt - it looks crap, but at least there is content
+ * Generated Rakefile was missing a \
+
== 0.10.1 2007-05-24
* 4 minor enhancements
* Fixed the generation of test files in the manifest
* Generated rakefile#deploy prompts user to do svn tag
@@ -58,17 +68,17 @@
* test files ordered correctly in generated Manifest.txt
* no blank line in Manifest.txt if no bin apps
== 0.8.1
- - Generated test file's class name now prefixed with Test, instead of suffixed
+* Generated test file's class name now prefixed with Test, instead of suffixed
== 0.8.0
- - Uses hoe itself - less hypocritical
- - Generated test files use name 'test_<gemname>.rb' instead of '<gemname>_test.rb' to support
- ZenTest's autotest expectations of naming. Manifest updated too.
+* Uses hoe itself - less hypocritical
+* Generated test files use name 'test_<gemname>.rb' instead of '<gemname>_test.rb' to support
+* ZenTest's autotest expectations of naming. Manifest updated too.
== 0.7.1
- - Installed gems now don't require 'hoe' (based on comments at http://blog.evanweaver.com/articles/2007/01/10/if-you-dont-want-to-hoe-echoe)
+* Installed gems now don't require 'hoe' (based on comments at http://blog.evanweaver.com/articles/2007/01/10/if-you-dont-want-to-hoe-echoe)