rconf 0.6.18 → 0.6.19

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.
@@ -146,7 +146,7 @@ module RightConf
146
146
  Platform.dispatch(ruby) { :install_ruby_prerequesites }
147
147
  report_check("Installing #{ruby} (this will take a while, please be patient)")
148
148
  Command.execute('rvm', 'install', ruby, :abort_on_failure => 'Failed to install ruby')
149
- res = Command.execute("rvm #{version}@global exec -- gem install rconf")
149
+ res = Command.execute('rvm', ruby, 'gem', 'install', 'rconf')
150
150
  report_success
151
151
  res.output
152
152
  end
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 18
16
+ BUILD = 19
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.6.18
5
+ version: 0.6.19
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-03-12 23:00:00 -08:00
13
+ date: 2011-03-14 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency