rconf 0.8.0 → 0.8.1

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.
@@ -133,7 +133,8 @@ module RightConf
133
133
  report_failure
134
134
  if out =~ /rvm ([^\s]+)/
135
135
  report_fatal "You have rvm #{Regexp.last_match[1]} installed which is not compatible with rconf.\n" +
136
- "Please uninstall your version of rvm and re-run rconf which will install rvm #{RVM_VERSION}."
136
+ "Please uninstall your version of rvm and re-run rconf which will install rvm #{RVM_VERSION}.\n" +
137
+ "You can uninstall rvm by running 'rvm implode' or 'rm -rf ~/.rvm'"
137
138
  else
138
139
  report_check("Installing rvm #{version}")
139
140
  rvm_src = File.join(ENV['HOME'] || '/root', '.rvm/src')
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 8
16
- BUILD = 0
16
+ BUILD = 1
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.0
5
+ version: 0.8.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon