briar 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0dcd328627013d8e2e417c3183dc6859adec2fb1
4
- data.tar.gz: cb968a3cdf9653dd6a04bb7246379c01bf72ed4d
3
+ metadata.gz: 28cb7cabdad0dbe146b6b62a1d1f3038c56f6c8f
4
+ data.tar.gz: aaa18f1e67ba5fc707350e8c37e0845bb6b73f51
5
5
  SHA512:
6
- metadata.gz: 213e58ce1fe9a446ac945c832faf20b765089326e1a265b93509715e9f91e2a286dd29a77819a99667bb1a903fa0fa2d9278c0696537b590d4417c2f1bcc6245
7
- data.tar.gz: dba77005aed56d356bde65a67f731106c1d91698dea81062b69803e3a73b481fea087b6c920c102d37c9e25c5b8f782143650e96faca5a629b3da0ec5e11ffcf
6
+ metadata.gz: e714e8fa41537c64f01de46e55eef03ada5d12d9725d1a4b1d58bf922ff3594f404fdc127c9acc154a08ee4dbd1d5eb215d289822b89ad075c5e84b829ac957a
7
+ data.tar.gz: ea6103fcf8c98cd4fb33232a07ab46e08db6a9122a891028f769624d7a426aaef6301ec0bc857329a5e2add87933c3cf6426106fa9baafb8ef4a69aef3afb124
@@ -1,3 +1,7 @@
1
+ ### 1.2.2
2
+
3
+ * resigning accepts TEAM, WILDCARD, or APP\_PREFIX identifier
4
+
1
5
  ### 1.2.1
2
6
 
3
7
  * briar install < device > no longer tries to remove duplicate derived data directories
@@ -55,7 +55,12 @@ def briar_resign(args)
55
55
  exit 1
56
56
  end
57
57
 
58
- wildcard = args[2] || Briar::Environment.variable('BRIAR_TEAM_IDENTIFIER')
58
+
59
+ wildcard = args[2] ||
60
+ Briar::Environment.variable('BRIAR_WILDCARD_IDENTIFIER') ||
61
+ Briar::Environment.variable('BRIAR_TEAM_IDENTIFIER') ||
62
+ Briar::Environment.variable('BRIAR_APP_PREFIX_IDENTIFIER') ||
63
+
59
64
  unless wildcard.length == 10
60
65
  msg 'error' do
61
66
  puts "'#{wildcard}' must have 10 characters eg 'RWTD8QPG2C'"
@@ -1,3 +1,3 @@
1
1
  module Briar
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: briar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Moody
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-06 00:00:00.000000000 Z
11
+ date: 2015-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbx-require-relative
@@ -398,6 +398,6 @@ rubyforge_project:
398
398
  rubygems_version: 2.4.5
399
399
  signing_key:
400
400
  specification_version: 4
401
- summary: briar-1.2.1
401
+ summary: briar-1.2.2
402
402
  test_files: []
403
403
  has_rdoc: