main 4.7.5 → 4.7.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/main.rb +1 -1
- data/lib/main/program/class_methods.rb +2 -2
- data/main.gemspec +1 -1
- metadata +3 -3
data/lib/main.rb
CHANGED
@@ -317,8 +317,8 @@ module Main
|
|
317
317
|
dash = lines.shift if lines.first.to_s =~ /^---/
|
318
318
|
FileUtils.mkdir_p(File.dirname(config_path))
|
319
319
|
open(config_path, 'w') do |fd|
|
320
|
-
fd.puts
|
321
|
-
fd.puts
|
320
|
+
fd.puts "## file: #{ config_path }"
|
321
|
+
fd.puts "#"
|
322
322
|
fd.puts
|
323
323
|
fd.puts lines
|
324
324
|
end
|
data/main.gemspec
CHANGED
metadata
CHANGED