rconf 0.6.19 → 0.6.20
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/rconf +1 -1
- data/lib/rconf/version.rb +1 -1
- 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
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rconf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.6.
|
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-
|
13
|
+
date: 2011-03-15 00:00:00 -07:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|