templates/asproject/as2/project/rakefile.rb in asproject-0.1.89 vs templates/asproject/as2/project/rakefile.rb in asproject-0.1.92

- old
+ new

@@ -58,9 +58,11 @@ end ############################################ # Compile your Application using HAMTASC +task :compile_tests => [:compile_skin] + AsProject::MTASC.new(:compile_tests) do |t| t.input = '<%= project_name %>Runner' t.version = 8 t.frame = 2 t.main = true