bin/rconf in rconf-0.9.18 vs bin/rconf in rconf-0.9.19

- old
+ new

@@ -176,11 +176,11 @@ else report('SKIPPED (no rconf)') end end end - + # Remove rconf from all rubies/gemsets # # === Return # true:: Always return true def remove @@ -192,10 +192,10 @@ res = Command.execute('rvm', "#{ruby}@#{gs}", 'gem', 'uninstall', '-a', '-x', 'rconf') report_result(res.success?) end end end - + # Actually configure environment # # === Parameters # options[:config](String):: Configuration file # options[:output](String):: Output file, optional