main 4.7.5 → 4.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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