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 +4 -4
- data/cert/lib/cert/runner.rb +3 -2
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +16 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cadf87b204bdca30738001588faf84461ca755e
|
|
4
|
+
data.tar.gz: 5477d359e2810a6a0e862d846ebfdcf4e1a0323f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eeee692e942f54283c2fe33fdbdc6e02271daa8b89584e44037608425f10e2d700c122ed5f825a8f35bb43213a2b1181cbe68ca2b6b4be35e69b62b73e595d1b
|
|
7
|
+
data.tar.gz: 64ecfd17ee3f78edfca42c69c50675f24db633b15d1878768002fcb8e2d53987b83a3a4255ba0caabb1040d0535e171cee9748c28bfb53a64a80243a145e191c
|
data/cert/lib/cert/runner.rb
CHANGED
|
@@ -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
|
|
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
|
|
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
|
-
-
|
|
1313
|
-
-
|
|
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:
|
|
1323
|
+
version: '0'
|
|
1324
1324
|
requirements: []
|
|
1325
1325
|
rubyforge_project:
|
|
1326
|
-
rubygems_version: 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:
|