rconf 0.8.13 → 0.8.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -87,8 +87,8 @@ module RightConf
87
87
  packages.each do |p|
88
88
  args = [ p ]
89
89
  args << opts if opts
90
- Command.execute('brew', 'install', *args)
91
- Command.sudo('brew', 'link', p)
90
+ installed = Command.execute('brew', 'install', *args).success?
91
+ Command.sudo('brew', 'link', p) if installed
92
92
  end
93
93
  end
94
94
 
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 8
16
- BUILD = 13
16
+ BUILD = 14
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.8.13
5
+ version: 0.8.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon