nixenvironment 0.0.159 → 0.0.160
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 +4 -4
- data/lib/nixenvironment/archiver.rb +2 -2
- data/lib/nixenvironment/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06e4a534cfb0404cb67eb7f578cfda0ef3d8b3ddfd0d73dd6f2341860cf781b9
|
|
4
|
+
data.tar.gz: 744c32a0abf547985f3792c5d4c05f1256bd701628e1b26af8ad8e0a92a8008a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f907870c1f3509cee632030935d4dd9a7d183f50d3e6be57d481a00269ac94c8a74f351a95af54b69061e4a8bd5e05e1dbb332deb8e061e4b2896eff0901e9fa
|
|
7
|
+
data.tar.gz: 85ab6e73221321c11137672f38c047b5a707486c005df6e4d9c7ea5b7a378264eeaed27180c2831ce7163618f2e30c4e6a1238c4e5f54d6444308e49ab115fe2
|
|
@@ -543,11 +543,11 @@ module Nixenvironment
|
|
|
543
543
|
end
|
|
544
544
|
|
|
545
545
|
def identity_is_for_development(identity_name)
|
|
546
|
-
identity_name.start_with?('iPhone Developer')
|
|
546
|
+
identity_name.start_with?('iPhone Developer') || identity_name.start_with?('Apple Developer')
|
|
547
547
|
end
|
|
548
548
|
|
|
549
549
|
def identity_is_for_distribution(identity_name)
|
|
550
|
-
identity_name.start_with?('iPhone Distribution')
|
|
550
|
+
identity_name.start_with?('iPhone Distribution') || identity_name.start_with?('Apple Distribution')
|
|
551
551
|
end
|
|
552
552
|
|
|
553
553
|
# User is responsible for removing temp file. Always sets the same get-task-allow.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nixenvironment
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.160
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karen
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-04-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocoapods
|
|
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
336
336
|
- !ruby/object:Gem::Version
|
|
337
337
|
version: '0'
|
|
338
338
|
requirements: []
|
|
339
|
-
rubygems_version: 3.0.
|
|
339
|
+
rubygems_version: 3.0.3
|
|
340
340
|
signing_key:
|
|
341
341
|
specification_version: 4
|
|
342
342
|
summary: NIX projects build and deploy utility
|