app_generators/rtml/rtml_generator.rb in rtml-1.2.2 vs app_generators/rtml/rtml_generator.rb in rtml-2.0.0.alpha.1

- old
+ new

@@ -30,11 +30,11 @@ elsif File.file?(source) m.file File.join('rtml', source.sub(/^#{Regexp::escape src}/, '')), destination end end - m.file "rails_template.rb", "rails_template.rb" + m.file "rtml_template.rb", "rtml_template.rb" # m.dependency "install_rubigen_scripts", [destination_root, 'rtml'], # :shebang => options[:shebang], :collision => :force end end @@ -73,6 +73,6 @@ log script test tmp ) -end \ No newline at end of file +end