rconf 0.6.34 → 0.6.35

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 +4 -2
  2. data/lib/rconf/version.rb +1 -1
  3. metadata +1 -1
data/bin/rconf CHANGED
@@ -133,8 +133,10 @@ where [options] are:
133
133
  else
134
134
  report_failure
135
135
  report_check("Updating rconf for #{ruby}@#{gs}")
136
- res = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'install', 'rconf', '--no-ri', '--no-rdoc')
137
- report_result(res.success?)
136
+ res = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'install',
137
+ 'rconf', '-v', version, '--no-ri', '--no-rdoc',
138
+ :abort_on_failure => "Failed to install rconf #{version}")
139
+ report_success
138
140
  end
139
141
  end
140
142
  end
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 34
16
+ BUILD = 35
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.34
5
+ version: 0.6.35
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon