rconf 0.6.17 → 0.6.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,7 +83,7 @@ module RightConf
83
83
  end
84
84
  options = [ 'gem','install' ]
85
85
  options += bundler_file
86
- options += [ '--no-ri', '--no-rdoc', :abort_on_failure => 'Failed to install bundler' ]
86
+ options += [ '--no-ri', '--no-rdoc', { :abort_on_failure => 'Failed to install bundler' } ]
87
87
  res = Command.execute(*options)
88
88
  report_success
89
89
  true
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 17
16
+ BUILD = 18
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.17
5
+ version: 0.6.18
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon