rconf 0.8.4 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -132,7 +132,7 @@ module RightConf
132
132
  sha = Profile.configurator_signature(key)
133
133
  sig = signature
134
134
  if Profile.force_reconfigure? ||
135
- (Profile.force_check? || sha != sig && (only_if.nil? || instance_eval(only_if))) && !check
135
+ (Profile.force_check? || sha != sig && (only_if.nil? || instance_eval(only_if)) && !check)
136
136
  Platform.dispatch(*args) { :run }
137
137
  Profile.set_configurator_signature(key, sig)
138
138
  end
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 8
16
- BUILD = 4
16
+ BUILD = 5
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.8.4
5
+ version: 0.8.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon