fastlane 2.0.3 → 2.0.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ca1b64fd7d361e26c0a0c7d40f9272e8fa9a5c5
|
|
4
|
+
data.tar.gz: 87b70cc8111b10d869694d6409ec44ed79dd40d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bd03a170265de3f899372b57ed8622344e50b15565e17f71d95e3c59d0085c5afc2b4ce6bc8fbd90b7aa01bd3eb97053ee027ed60fe5124d4bc921ffa15154c
|
|
7
|
+
data.tar.gz: 50f8fd703168a1cefb6fbe039a5c85496affce1bc23ad3691ff6e82d97770b9e2119b2462c4c8ea8e83d4b07fd47086ffac89d9abf2f6f651e42e15aca90a825
|
|
@@ -50,8 +50,13 @@ module Gym
|
|
|
50
50
|
|
|
51
51
|
actions = []
|
|
52
52
|
actions << :clean if config[:clean]
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
|
|
54
|
+
if Gym.project.library? || Gym.project.framework?
|
|
55
|
+
actions << :build
|
|
56
|
+
else
|
|
57
|
+
# that's the default for iOS apps
|
|
58
|
+
actions << :archive
|
|
59
|
+
end
|
|
55
60
|
|
|
56
61
|
actions
|
|
57
62
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
@@ -416,7 +416,7 @@ dependencies:
|
|
|
416
416
|
requirements:
|
|
417
417
|
- - ">="
|
|
418
418
|
- !ruby/object:Gem::Version
|
|
419
|
-
version: 1.
|
|
419
|
+
version: 1.1.0
|
|
420
420
|
- - "<"
|
|
421
421
|
- !ruby/object:Gem::Version
|
|
422
422
|
version: 2.0.0
|
|
@@ -426,7 +426,7 @@ dependencies:
|
|
|
426
426
|
requirements:
|
|
427
427
|
- - ">="
|
|
428
428
|
- !ruby/object:Gem::Version
|
|
429
|
-
version: 1.
|
|
429
|
+
version: 1.1.0
|
|
430
430
|
- - "<"
|
|
431
431
|
- !ruby/object:Gem::Version
|
|
432
432
|
version: 2.0.0
|