boxen 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "boxen"
5
- gem.version = "0.5.1"
5
+ gem.version = "0.5.2"
6
6
  gem.authors = ["John Barnette", "Will Farrington"]
7
7
  gem.email = ["jbarnette@github.com", "wfarr@github.com"]
8
8
  gem.description = "Manage Mac development boxes with love (and Puppet)."
@@ -30,7 +30,7 @@ module Boxen
30
30
  end
31
31
  end
32
32
 
33
- cmd = "security find-generic-password " +
33
+ cmd = "/usr/bin/security find-generic-password " +
34
34
  "-a #{config.user} -s '#{KEYCHAIN_SERVICE}' -w 2>/dev/null"
35
35
 
36
36
  password = `#{cmd}`.strip
@@ -4,6 +4,4 @@
4
4
  cd "$(dirname $0)"/..
5
5
 
6
6
  rm -f .bundle/config
7
-
8
- (bundle check --path .bundle > /dev/null 2>&1 && [ -d bin ]) ||
9
- bundle install --binstubs bin --path .bundle
7
+ bundle install --binstubs bin --path .bundle --quiet
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 1
9
- version: 0.5.1
8
+ - 2
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Barnette
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-11-02 00:00:00 -04:00
18
+ date: 2012-12-05 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency