fastlane 2.63.0.beta.20171019010003 → 2.63.0.beta.20171020010003

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: 8b82ca307e76fde46a1b4a6f37d5facf7c6fc733
4
- data.tar.gz: 6f84074f1b210e6870aab6005e474449ac615a04
3
+ metadata.gz: c7b7d65412a88d95e27d3658b84656708c1f6839
4
+ data.tar.gz: c34eef9732af229fc34066cf24cb307f941b2b7f
5
5
  SHA512:
6
- metadata.gz: 49dc8186f731e2259a063d4d6c135ac9129668b7ba6b93f148fe56dc3aa4e5542129582f0e98875a0eea5b5fac0100c2b8bdd7f7bd9b9a0893d914c575c0a78c
7
- data.tar.gz: d8464b443a1cc9a5326b77dab0b1f0a5375f3c171406f38eec55c437c484fb03fa56b060330a5b7e0b9719e41adfb2e789f73a16b516ef194c2d66d18df4cd61
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.63.0.beta.20171019010003'.freeze
2
+ VERSION = '2.63.0.beta.20171020010003'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  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.20171019010003
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-19 00:00:00.000000000 Z
18
+ date: 2017-10-20 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier