rconf 0.6.19 → 0.6.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/rconf +1 -1
  2. data/lib/rconf/version.rb +1 -1
  3. metadata +2 -2
data/bin/rconf CHANGED
@@ -40,7 +40,7 @@ where [options] are:
40
40
  opt :force, 'Run rconf even if configuration file has not changed'
41
41
  opt :verbose, 'Print debug output'
42
42
  end
43
- if opts[:config].nil? && !opts[:configurators]
43
+ if opts[:config].nil? && !opts[:configurators] && !opts[:update]
44
44
  opts[:config] = Dir["./*#{CONFIG_EXTENSION}"]
45
45
  if opts[:config].empty?
46
46
  Trollop::die :config, "not used and could not find a '#{CONFIG_EXTENSION}' file in the working directory"
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 19
16
+ BUILD = 20
17
17
 
18
18
  VERSION = [MAJOR, MINOR, BUILD].map(&:to_s).join('.')
19
19
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rconf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.19
5
+ version: 0.6.20
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-14 00:00:00 -07:00
13
+ date: 2011-03-15 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency