rconf 0.6.24 → 0.6.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/bin/rconf +2 -2
  2. data/lib/rconf/version.rb +1 -1
  3. metadata +1 -1
data/bin/rconf CHANGED
@@ -125,14 +125,14 @@ where [options] are:
125
125
  gemsets = gemsets[i + 1..-1]
126
126
  gemsets.each do |gs|
127
127
  report_check("Checking rconf for #{ruby}@#{gs}")
128
- rconf = Command.execute('rvm', "#{ruby}@#{gs}", 'exec', 'gem', 'list', 'rconf').output
128
+ rconf = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'list', 'rconf').output
129
129
  if rconf =~ /rconf \(#{version}/
130
130
  report_success
131
131
  next
132
132
  else
133
133
  report_failure
134
134
  report_check("Updating rconf for #{ruby}@#{gs}")
135
- res = Command.execute('rvm', "#{ruby}@#{gs}", 'exec', 'gem', 'install', 'rconf')
135
+ res = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'install', 'rconf', '--no-ri', '--no-rdoc')
136
136
  report_result(res.success?)
137
137
  end
138
138
  end
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 24
16
+ BUILD = 25
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.24
5
+ version: 0.6.25
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon