fastlane 2.19.0.beta.20170301010932 → 2.19.0

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: f5cffd6a2710fcc17f7d4d4059de64398c2cab5c
4
- data.tar.gz: e1a0894b39d98e026f726b8209857d0eeb8426e3
3
+ metadata.gz: 6cadf87b204bdca30738001588faf84461ca755e
4
+ data.tar.gz: 5477d359e2810a6a0e862d846ebfdcf4e1a0323f
5
5
  SHA512:
6
- metadata.gz: b4eeac0fbd7075935bc6e6b72a6ddcf258bd1698f6f941100b26aedc924b9b509e2ebd9067df64c95d83b7757ee3b365305a870c2b7dac7dd0c2f4ccc952eaa3
7
- data.tar.gz: 922cba196e31c13b015a3a95250f31ce158e8cffc63407885327d426a35d9cac337b0258e2a3eb5e439dcbf0fbf2d95f193025100e52f1491d0840ebc8735d06
6
+ metadata.gz: eeee692e942f54283c2fe33fdbdc6e02271daa8b89584e44037608425f10e2d700c122ed5f825a8f35bb43213a2b1181cbe68ca2b6b4be35e69b62b73e595d1b
7
+ data.tar.gz: 64ecfd17ee3f78edfca42c69c50675f24db633b15d1878768002fcb8e2d53987b83a3a4255ba0caabb1040d0535e171cee9748c28bfb53a64a80243a145e191c
@@ -146,11 +146,12 @@ module Cert
146
146
  begin
147
147
  certificate = certificate_type.create!(csr: csr)
148
148
  rescue => ex
149
+ type_name = (Cert.config[:development] ? "Development" : "Distribution")
149
150
  if ex.to_s.include?("You already have a current")
150
- type_name = (Cert.config[:development] ? "Development" : "Distribution")
151
151
  UI.user_error!("Could not create another #{type_name} certificate, reached the maximum number of available #{type_name} certificates.", show_github_issues: true)
152
+ elsif ex.to_s.include?("You are not allowed to perform this operation.") && type_name == "Distribution"
153
+ UI.user_error!("You do not have permission to create this certificate. Only Team Admins can create Distribution certificates\n 🔍 See https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/ManagingYourTeam/ManagingYourTeam.html for more information.")
152
154
  end
153
-
154
155
  raise ex
155
156
  end
156
157
 
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.19.0.beta.20170301010932'.freeze
2
+ VERSION = '2.19.0'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  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.19.0.beta.20170301010932
4
+ version: 2.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -1294,23 +1294,23 @@ metadata: {}
1294
1294
  post_install_message:
1295
1295
  rdoc_options: []
1296
1296
  require_paths:
1297
+ - cert/lib
1298
+ - credentials_manager/lib
1299
+ - deliver/lib
1297
1300
  - fastlane/lib
1298
- - screengrab/lib
1299
1301
  - fastlane_core/lib
1300
- - spaceship/lib
1301
- - snapshot/lib
1302
- - credentials_manager/lib
1303
- - cert/lib
1304
- - scan/lib
1305
- - supply/lib
1306
- - match/lib
1307
1302
  - frameit/lib
1308
1303
  - gym/lib
1304
+ - match/lib
1305
+ - pem/lib
1309
1306
  - pilot/lib
1310
- - sigh/lib
1311
1307
  - produce/lib
1312
- - pem/lib
1313
- - deliver/lib
1308
+ - scan/lib
1309
+ - screengrab/lib
1310
+ - sigh/lib
1311
+ - snapshot/lib
1312
+ - spaceship/lib
1313
+ - supply/lib
1314
1314
  required_ruby_version: !ruby/object:Gem::Requirement
1315
1315
  requirements:
1316
1316
  - - ">="
@@ -1318,14 +1318,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
1318
1318
  version: 2.0.0
1319
1319
  required_rubygems_version: !ruby/object:Gem::Requirement
1320
1320
  requirements:
1321
- - - ">"
1321
+ - - ">="
1322
1322
  - !ruby/object:Gem::Version
1323
- version: 1.3.1
1323
+ version: '0'
1324
1324
  requirements: []
1325
1325
  rubyforge_project:
1326
- rubygems_version: 2.4.5.2
1326
+ rubygems_version: 2.5.1
1327
1327
  signing_key:
1328
1328
  specification_version: 4
1329
1329
  summary: The easiest way to automate beta deployments and releases for your iOS and
1330
1330
  Android apps
1331
1331
  test_files: []
1332
+ has_rdoc: