rconf 0.7.1 → 0.7.2

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.
@@ -75,7 +75,7 @@ module RightConf
75
75
  report_success
76
76
  end
77
77
  report_check("Switching to gemset #{gemset}")
78
- Command.execute_in_ruby('gemset', 'use', gemset,
78
+ Command.execute('rvm', version, 'exec', 'rvm', 'gemset', 'use', gemset,
79
79
  :abort_on_failure => "Failed to switch to gemset '#{gemset}'")
80
80
  report_success
81
81
  end
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 7
16
- BUILD = 1
16
+ BUILD = 2
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.7.1
5
+ version: 0.7.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon