public
Description: RubiGen - generator framework for your framework
Homepage: http://rubigen.rubyforge.org
Clone URL: git://github.com/drnic/rubigen.git
Add missing template empty_log. [Winston Tsang]

git-svn-id: svn+ssh://rubyforge.org/var/svn/rubigen/trunk@25 
bdf7f5a1-e071-427e-899e-064d0b0c9aa4
nicwilliams (author)
Sat Nov 03 11:31:03 -0700 2007
commit  77c5fed4cf68008cfedbbccf96005fe9065630c1
tree    2a50b0e31cb30d78b0f9123af0a5e89af992e1f8
parent  26efa9d2c0a814056a06e55587ae2c8ec87705ff
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+== 1.0.9 2007-11-03
0
+
0
+* remove examples directory because it's redundant. See rails gem. [Winston Tsang]
0
+* Add missing template empty_log. [Winston Tsang]
0
+* Moved test_unit generator to test_unit scope (instead of global scope)
0
+
0
 == 1.0.8 2007-11-03
0
 
0
 * generator_full_paths now returns the sources in reverse order [thx hassox]
...
39
40
41
42
 
43
44
45
...
39
40
41
 
42
43
44
45
0
@@ -39,7 +39,7 @@ class RubyAppGenerator < RubiGen::Base
0
       m.template_copy_each %w(test_helper.rb.erb), "test"
0
 
0
       %w(debug).each { |file|
0
- m.file "configs/empty.log", "log/#{file}.log", :chmod => 0666
0
+ m.file "configs/empty_log", "log/#{file}.log", :chmod => 0666
0
       }
0
       
0
       m.dependency "install_rubigen_scripts", [destination_root, "rubygems"], :shebang => options[:shebang]

Comments

    No one has commented yet.