rconf 0.6.20 → 0.6.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,7 @@ module RightConf
69
69
  report_check("Creating gemset #{gemset} for #{version}")
70
70
  Command.execute('rvm', version, 'gemset', 'create', gemset,
71
71
  :abort_on_failure => "Failed to create gemset '#{gemset}'")
72
+ Command.execute('rvm', "#{version}@#{gemset}", 'gem', 'install', 'rconf')
72
73
  report_success
73
74
  end
74
75
  report_check("Switching to gemset #{gemset}")
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 20
16
+ BUILD = 21
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.20
5
+ version: 0.6.21
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon