rconf 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ module RightConf
39
39
  report_result(success)
40
40
  install_bundler unless success
41
41
  report_check('Installing gems')
42
- options = [ 'install' ]
42
+ options = [ 'install', "_#{version}_" ]
43
43
  options << "--without=#{exclusions}" unless exclusions.nil?
44
44
  options << "--path #{bundle_path}" unless bundle_path.nil?
45
45
  options << { :abort_on_failure => 'Failed to install gems' }
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 4
16
+ BUILD = 5
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.4
5
+ version: 0.6.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon