Add a header on Kookfiles.

This commit is contained in:
Glenn Y. Rolland 2014-01-03 09:56:42 +01:00
parent 841cde2dc2
commit 93be352501

View file

@ -170,6 +170,8 @@ module Kook
project_file = File.join project_data.path, "Kookfile"
File.open(project_file, "w") do |file|
file.puts "# This file was generated by Kook #{VERSION}"
file.puts "# You can get it at https://github.com/glenux/kook"
file.write project_data.to_hash.to_yaml
end
end