History.txt in newgem-1.3.0 vs History.txt in newgem-1.4.0
- old
+ new
@@ -1,4 +1,13 @@
+== 1.4.0 2009-05-02
+
+* install_shoulda - use "newgem -T shoulda" to use shoulda for testing instead of test_unit or rspec
+* common_steps.rb - When steps all started with 'I ...'
+* common.rb - using module instead of creating methods against global namespace; no more kittens killed [thx Ben Mabey]
+* all +require 'rubygems'+ are conditional unless ENV['NO_RUBYGEMS'] [thx David Chelimsky + Ryan Tomayko]
+* module_name supports hyphens throughout all generators (they are treated as underscores for camelize method)
+* common_steps.rb - using "(.*)" for placeholders which is now cucumber defacto standard
+
== 1.3.0 2009-03-17
* install_cucumber: using layout like Rails' cucumber generator: features/support/env.rb + features/step_definitions/common_steps.rb
== 1.2.3 2008-12-29