fastlane 2.24.0.beta.20170330010023 → 2.24.0

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: 9e6e7aa6ec2f47bb78417d81f43ee4a722ec17c4
4
- data.tar.gz: c8bb84168848f5aa82e3cff87cfd98952ce72034
3
+ metadata.gz: fdb2d291fe6437298028749904a2697cbb3b9a86
4
+ data.tar.gz: 20716deed5583ae9690efc671fcc8207020aabe0
5
5
  SHA512:
6
- metadata.gz: bd9b8e15e0e56a2436787db736962af5eee6546feaee4cad92e50eb0d8bcdf762d78e4be41c6789983936715f94e47cbd5bddc4d504bc3dc37cf3075444f49ff
7
- data.tar.gz: d8d3c3428373e5535ee0b05d0b80cca8cea1717e8a21452a91dc85e6ed9eac6a3a3d590c6913a6c75342316f44d756aa32c158bcea1d18459a965d7795dfbf46
6
+ metadata.gz: 356058eff3266cfc3c8c766d0bb9565a251519512400f094159ba7894c1388439246cbd7893fa6b2172616c07fad3f2435865cdb26d58c7bff28760d2da432d3
7
+ data.tar.gz: b94a23b014206ed674312d672d0e9c95880e5d04ba477162a2d64ee7c6ffbd8b2785d44f53b059b52519eae0db3c79711158b3e295ad80301804954030cfcf8f
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  class MarkdownDocsGenerator
3
- ENHANCER_URL = "https://fastlane-enhancer.herokuapp.com"
3
+ ENHANCER_URL = "https://enhancer.fastlane.tools"
4
4
 
5
5
  attr_accessor :categories
6
6
 
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.24.0.beta.20170330010023'.freeze
2
+ VERSION = '2.24.0'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  end
@@ -1,6 +1,6 @@
1
1
  module FastlaneCore
2
2
  class ToolCollector
3
- HOST_URL = ENV['FASTLANE_ENHANCER_URL'] || "https://fastlane-enhancer.herokuapp.com"
3
+ HOST_URL = ENV['FASTLANE_ENHANCER_URL'] || "https://enhancer.fastlane.tools"
4
4
 
5
5
  # This is the original error reporting mechanism, which has always represented
6
6
  # either controlled (UI.user_error!), or uncontrolled (UI.crash!, anything else)
@@ -7,7 +7,7 @@ module FastlaneCore
7
7
  # Verifies, the user runs the latest version of this gem
8
8
  class UpdateChecker
9
9
  # This web service is fully open source: https://github.com/fastlane/refresher
10
- UPDATE_URL = "https://fastlane-refresher.herokuapp.com/"
10
+ UPDATE_URL = "https://refresher.fastlane.tools/"
11
11
 
12
12
  def self.start_looking_for_update(gem_name)
13
13
  return if Helper.is_test?
@@ -29,7 +29,7 @@ languages([
29
29
  # project "./Project.xcodeproj"
30
30
  # workspace "./Project.xcworkspace"
31
31
 
32
- # Arguments to pass to the app on launch. See https://github.com/fastlane/snapshot#launch-arguments
32
+ # Arguments to pass to the app on launch. See https://github.com/fastlane/fastlane/tree/master/snapshot#launch-arguments
33
33
  # launch_arguments(["-favColor red"])
34
34
 
35
35
  # For more information about all available options run
@@ -97,6 +97,9 @@ module Spaceship
97
97
  # Raised when 401 is received from portal request
98
98
  class UnauthorizedAccessError < BasicPreferredInfoError; end
99
99
 
100
+ # Raised when 500 is received from iTunes Connect
101
+ class InternalServerError < BasicPreferredInfoError; end
102
+
100
103
  # Authenticates with Apple's web services. This method has to be called once
101
104
  # to generate a valid session. The session will automatically be used from then
102
105
  # on.
@@ -476,6 +479,8 @@ module Spaceship
476
479
  # Check if the failure is due to missing permissions (iTunes Connect)
477
480
  if body["messages"] && body["messages"]["error"].include?("Forbidden")
478
481
  raise_insuffient_permission_error!
482
+ elsif body.to_s.include?("Internal Server Error - Read")
483
+ raise InternalServerError, "Received an internal server error from iTunes Connect / Developer Portal, please try again later"
479
484
  elsif (body["resultString"] || "").include?("Program License Agreement")
480
485
  raise ProgramLicenseAgreementUpdated, "#{body['userString']} Please manually log into iTunes Connect to review and accept the updated agreement."
481
486
  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.24.0.beta.20170330010023
4
+ version: 2.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -753,6 +753,8 @@ files:
753
753
  - deliver/lib/deliver/upload_price_tier.rb
754
754
  - deliver/lib/deliver/upload_screenshots.rb
755
755
  - fastlane/README.md
756
+ - fastlane/lib/.DS_Store
757
+ - fastlane/lib/assets/.DS_Store
756
758
  - fastlane/lib/assets/Actions.md.erb
757
759
  - fastlane/lib/assets/AppfileTemplate
758
760
  - fastlane/lib/assets/AppfileTemplateAndroid
@@ -1297,23 +1299,23 @@ metadata:
1297
1299
  post_install_message:
1298
1300
  rdoc_options: []
1299
1301
  require_paths:
1300
- - frameit/lib
1301
- - fastlane/lib
1302
1302
  - cert/lib
1303
- - produce/lib
1304
- - supply/lib
1305
- - sigh/lib
1306
- - pem/lib
1307
1303
  - credentials_manager/lib
1308
1304
  - deliver/lib
1309
- - scan/lib
1310
- - pilot/lib
1305
+ - fastlane/lib
1306
+ - fastlane_core/lib
1307
+ - frameit/lib
1308
+ - gym/lib
1311
1309
  - match/lib
1310
+ - pem/lib
1311
+ - pilot/lib
1312
+ - produce/lib
1313
+ - scan/lib
1314
+ - screengrab/lib
1315
+ - sigh/lib
1312
1316
  - snapshot/lib
1313
1317
  - spaceship/lib
1314
- - gym/lib
1315
- - fastlane_core/lib
1316
- - screengrab/lib
1318
+ - supply/lib
1317
1319
  required_ruby_version: !ruby/object:Gem::Requirement
1318
1320
  requirements:
1319
1321
  - - ">="
@@ -1321,14 +1323,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
1321
1323
  version: 2.0.0
1322
1324
  required_rubygems_version: !ruby/object:Gem::Requirement
1323
1325
  requirements:
1324
- - - ">"
1326
+ - - ">="
1325
1327
  - !ruby/object:Gem::Version
1326
- version: 1.3.1
1328
+ version: '0'
1327
1329
  requirements: []
1328
1330
  rubyforge_project:
1329
- rubygems_version: 2.4.5.2
1331
+ rubygems_version: 2.6.10
1330
1332
  signing_key:
1331
1333
  specification_version: 4
1332
1334
  summary: The easiest way to automate beta deployments and releases for your iOS and
1333
1335
  Android apps
1334
1336
  test_files: []
1337
+ has_rdoc: