main 4.7.5 → 4.7.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Main
2
2
  # top level constants
3
3
  #
4
- Main::VERSION = '4.7.5' unless
4
+ Main::VERSION = '4.7.6' unless
5
5
  defined? Main::VERSION
6
6
  def self.version() Main::VERSION end
7
7
 
@@ -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 '## you may need to edit this config!'
321
- fd.puts '#'
320
+ fd.puts "## file: #{ config_path }"
321
+ fd.puts "#"
322
322
  fd.puts
323
323
  fd.puts lines
324
324
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "main"
6
- spec.version = "4.7.5"
6
+ spec.version = "4.7.6"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "main"
9
9
  spec.description = "description: main kicks the ass"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: main
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 7
9
- - 5
10
- version: 4.7.5
9
+ - 6
10
+ version: 4.7.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ara T. Howard