rconf 0.8.16 → 0.8.17
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.
|
@@ -14,7 +14,7 @@ module RightConf
|
|
|
14
14
|
class RubyConfigurator
|
|
15
15
|
|
|
16
16
|
# RVM version used to install rubies
|
|
17
|
-
RVM_VERSION = '1.
|
|
17
|
+
RVM_VERSION = '1.6.2'
|
|
18
18
|
|
|
19
19
|
# RVM releases URL
|
|
20
20
|
RVM_RELEASES_URL = 'https://rvm.beginrescueend.com/releases'
|
|
@@ -52,6 +52,7 @@ 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`
|
|
55
56
|
out = Command.execute('rvm', 'list').output
|
|
56
57
|
if out =~ /^=> #{version.gsub('.', '\\.')}/
|
|
57
58
|
report_success
|
data/lib/rconf/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: rconf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.8.
|
|
5
|
+
version: 0.8.17
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Raphael Simon
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-12-
|
|
13
|
+
date: 2011-12-20 00:00:00 -08:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|