fastlane 2.63.0.beta.20171019010003 → 2.63.0.beta.20171020010003
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: c7b7d65412a88d95e27d3658b84656708c1f6839
|
4
|
+
data.tar.gz: c34eef9732af229fc34066cf24cb307f941b2b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28112a95d005b3768f1f066e74e5ddd798cbd88c5caccd8cd285ed15e76273f59a650528d402ae467f5841e43943be740061a279e66f37ddf32f93950c63e38f
|
7
|
+
data.tar.gz: 6152ebd8860f264ca6d46a640e2ac96f6d219a2e77588114c8ac4e56661e25774e3fb4f42e9ad94aba43b93eb2d408ab2ee34decb41d87ffb6da2f4a6e579420
|
@@ -133,10 +133,6 @@ module Fastlane
|
|
133
133
|
urlScheme = plist["CFBundleURLTypes"].find{|scheme| scheme["CFBundleURLName"] == "com.acme.default-url-handler"}
|
134
134
|
urlScheme[:CFBundleURLSchemes] = ["acme-production"]
|
135
135
|
}
|
136
|
-
)',
|
137
|
-
'zip(
|
138
|
-
path: "MyApp.app",
|
139
|
-
output_path: "Latest.app.zip"
|
140
136
|
)'
|
141
137
|
]
|
142
138
|
end
|
@@ -527,6 +527,7 @@ module Spaceship
|
|
527
527
|
rescue \
|
528
528
|
Faraday::Error::ConnectionFailed,
|
529
529
|
Faraday::Error::TimeoutError,
|
530
|
+
Faraday::ParsingError, # <h2>Internal Server Error</h2> with content type json
|
530
531
|
AppleTimeoutError,
|
531
532
|
InternalServerError => ex # New Faraday version: Faraday::TimeoutError => ex
|
532
533
|
tries -= 1
|
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.63.0.beta.
|
4
|
+
version: 2.63.0.beta.20171020010003
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-10-
|
18
|
+
date: 2017-10-20 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|