rconf 0.9.4 → 0.9.6

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 +1 -0
  2. data/lib/rconf/version.rb +1 -1
  3. metadata +2 -2
data/bin/rconf CHANGED
@@ -135,6 +135,7 @@ where [options] are:
135
135
  def run_in_all_gemsets(&callback)
136
136
  rubies = Command.execute('rvm', 'list').output
137
137
  rubies = rubies.split("\n")[3..-1]
138
+ report_fatal 'Failed to list install rubies (is rvm in your path?)' unless rubies
138
139
  rubies.each do |ruby|
139
140
  ruby =~ /(\s+| =>)([^ ]*)\s.*/
140
141
  ruby = Regexp.last_match(2)
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 9
16
- BUILD = 4
16
+ BUILD = 6
17
17
 
18
18
  VERSION = [MAJOR, MINOR, BUILD].map(&:to_s).join('.')
19
19
 
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 4
8
+ - 6
9
9
  segments_generated: true
10
- version: 0.9.4
10
+ version: 0.9.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Raphael Simon