sigh 1.11.1 → 1.11.2

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: f8036dff38c4948fd4c1106de7489c18c3cdd9b8
4
- data.tar.gz: 7a0bb35960dfc57596d2faae4f4b5190473b9bc4
3
+ metadata.gz: f3e144bec15ce2d1e0f2912f0f1b282e4eead3f0
4
+ data.tar.gz: a04e7d911c822c36415525bd5991afa65a9495fe
5
5
  SHA512:
6
- metadata.gz: d3692f8fd23246953ab510d3b6217a2928526d1828b191aebd50d15e707c63bbd3bc205c150385ea256ad0dab676dcb7263cfeb55b2ac6fb11e7aed4879e803e
7
- data.tar.gz: 21ba440038f24642e3596f23d5911d3f08edeceb769c00a3b8657ea12c9975bfcaabe4dc9d276d0e02060806a160414f16679b289d209ad4ac7cfe442a066638
6
+ metadata.gz: 4aeead00109f18666109b3036660813facbbed04696e905f40aaefba5d915c3e581a07fd1ae528fae778891bf0bc678d9a9d31b501e8424996ab1a64818a65d0
7
+ data.tar.gz: 06b018ad5af3710c8c9a72ca578b733013c63f24ca97d4a535ab0d9b7b2f61eb484468494e11d117873d347bbb99cef6c5fad3faceb5b146ea875d2b8aba9585
@@ -126,7 +126,7 @@ module Sigh
126
126
 
127
127
  profiles = []
128
128
  profile_paths.each do |profile_path|
129
- profile = Plist.parse_xml(`security cms -D -i '#{profile_path}'`)
129
+ profile = Plist.parse_xml(`security cms -D -i '#{profile_path}' 2> /dev/null`) # /dev/null: https://github.com/fastlane/fastlane/issues/6387
130
130
  profile['Path'] = profile_path
131
131
  profiles << profile
132
132
  end
@@ -1,3 +1,3 @@
1
1
  module Sigh
2
- VERSION = "1.11.1"
2
+ VERSION = "1.11.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 1.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-21 00:00:00.000000000 Z
11
+ date: 2016-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.52.0
19
+ version: 0.52.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.52.0
29
+ version: 0.52.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 0.33.0
53
+ version: 0.34.2
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
56
  version: 1.0.0
@@ -60,7 +60,7 @@ dependencies:
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 0.33.0
63
+ version: 0.34.2
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
66
  version: 1.0.0
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  version: '0'
248
248
  requirements: []
249
249
  rubyforge_project:
250
- rubygems_version: 2.6.6
250
+ rubygems_version: 2.4.5.1
251
251
  signing_key:
252
252
  specification_version: 4
253
253
  summary: Because you would rather spend your time building stuff than fighting provisioning