ecb 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de1e2b9f72b5057a2dffb254f9ef6549ac375cca
4
- data.tar.gz: 5bc2c4b0eab970dd379fc96794ab576bf5096e0b
3
+ metadata.gz: d1a4bc0fcb2ed1ca5c12dc9b213915b3f5aff4a2
4
+ data.tar.gz: e40fba018c4293c7c0a4aee1d0aa8e6d36baa075
5
5
  SHA512:
6
- metadata.gz: 17ce7eb6a62040d7b72a37cdbb3988453b9c6e38c584af68dc92903e855f54dfff3a8adee9343edb6b9709f83cb167961660d5ac791e258b05ff77d87d921bc8
7
- data.tar.gz: 4840727243b7acd97afeceab6f682fbc244c78e42b46d1d756b3bb19887f22871e03b8c4c162d59a8d29fcc8112861b0f5b445506019c09607c770eda0861475
6
+ metadata.gz: 9dabf738b3cf1f9d87f7ec9eb45dc9c58753e5ab11c3b73988c1d52e0c93e225ccf1cd7050d1e8fe0688548b1906d54238fcf61790a418489ab7ac617e1c8fd8
7
+ data.tar.gz: f875c543f29c4590df40fa482e8c0016bc5f65df21bdaf64b4911c9f87dc052217e48b471c57d7ca16500b683cef3da5e9bb59b03084e4a629431f68268702d1
@@ -86,6 +86,9 @@ module Commands
86
86
  # Now that we have the json, prepare the world by creating a directory with the config name and placing
87
87
  # the various repos beneath that. The directory is created relative to the current directory.
88
88
 
89
+ cmd = "security unlock-keychain -p LacyTheDog ~/Library/Keychains/login.keychain"
90
+ EcbSharedLib::CL.do_cmd(cmd, '.')
91
+
89
92
  cmd = "rm -Rf build"
90
93
  EcbSharedLib::CL.do_cmd(cmd, '.')
91
94
 
@@ -93,6 +96,7 @@ module Commands
93
96
  cmd = "rm -Rf #{archivePath}"
94
97
  EcbSharedLib::CL.do_cmd(cmd, '.')
95
98
  end
99
+
96
100
 
97
101
  builds = info[:builds]
98
102
  builds.each do |build|
@@ -7,6 +7,6 @@
7
7
  #
8
8
  class Info
9
9
  def self.version
10
- "0.0.6"
10
+ "0.0.7"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Hoiberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-04 00:00:00.000000000 Z
11
+ date: 2014-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: subcommand