templates/static/suit/shared/test/suit_application.rb in gem_suit-0.1.0 vs templates/static/suit/shared/test/suit_application.rb in gem_suit-0.1.1

- old
+ new

@@ -9,13 +9,13 @@ # def prepare # generate_something # end - # def config_for_template(path) + # def locals_for_template(path) # case path # when "Gemfile" - # {"rails_gem_version" => "3.0.5"} + # {:rails_gem_version => "3.0.6"} # end # end private \ No newline at end of file