rconf 0.9.4 → 0.9.6

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 +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