rconf 0.8.17 → 0.8.18

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.
@@ -52,7 +52,6 @@ module RightConf
52
52
  return true if aborting
53
53
  Command.set_ruby(version, gemset)
54
54
  report_check("Checking whether #{version} is the active ruby")
55
- puts `which rvm`
56
55
  out = Command.execute('rvm', 'list').output
57
56
  if out =~ /^=> #{version.gsub('.', '\\.')}/
58
57
  report_success
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 8
16
- BUILD = 17
16
+ BUILD = 18
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.8.17
5
+ version: 0.8.18
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon