rconf 0.6.32 → 0.6.33

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 -1
  2. data/lib/rconf/version.rb +1 -1
  3. metadata +1 -1
data/bin/rconf CHANGED
@@ -123,7 +123,8 @@ where [options] are:
123
123
  gemsets = Command.execute('rvm', ruby, 'exec', 'rvm', 'gemset', 'list').output.split("\n")
124
124
  i = gemsets.index { |gs| gs =~ /^gemsets for #{ruby} / }
125
125
  gemsets = gemsets[i + 1..-1]
126
- gemsets.each do |gs|
126
+ gemsets.each do |gs|
127
+ gs = gs.lstrip
127
128
  report_check("Checking rconf for #{ruby}@#{gs}")
128
129
  rconf = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'list', 'rconf').output
129
130
  if rconf =~ /rconf \(#{version}/
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 32
16
+ BUILD = 33
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.32
5
+ version: 0.6.33
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon