History.txt in newgem-1.0.7 vs History.txt in newgem-1.1.0
- old
+ new
@@ -1,4 +1,12 @@
+== 1.1.0 2008-11-11
+
+* Support for ~/.newgem.yml file for default CLI arguments
+ * Example content: `default: -T rspec -i cucumber`
+* executable and extconf generators will create specs or tests depending on what you are using in your RubyGems
+* executable generator: test/spec files give more useful starting point with a StringIO passed into CLI.execute(stdout, args)
+* 'rake manifest' instead of 'rake manifest:refresh' [was actually released in 1.0.7]
+
== 1.0.7 2008-11-08
* Removed 'rake local_deploy' and changed website to reference 'rake install_gem' for same purpose [fixed #9]
* Fixed --version option (+ added cucumber scenario) [fixed #8]
* Cleaned up the common.rb steps