fastlane 2.36.0.beta.20170528010028 → 2.36.0.beta.20170529010025
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/fastlane/lib/fastlane/version.rb +1 -1
- data/scan/lib/scan/detect_values.rb +10 -0
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f3294326306a8e1f28c683d1554616ec6e01f3d
|
4
|
+
data.tar.gz: ea2681db347a04aa568c981a2e7d6bce81786ab9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 120cedb001699a59c1d44467a335e876b2cd07c30278cdc25d22ee9c8dcc00f83958b7a4a07c1cd7e9d574acda030bf6195cb055a778be3fc29389e1487beb1e
|
7
|
+
data.tar.gz: 29f9cb32876a6c0b5bd3af11d3ab00124e870580a1c544cae348dc5b6a9d91786cc71a3cfa12cd574b89d65a51879a5e24c643692f73d515b6ec5247f0b52c47
|
@@ -9,6 +9,8 @@ module Scan
|
|
9
9
|
# First, try loading the Scanfile from the current directory
|
10
10
|
config.load_configuration_file(Scan.scanfile_name)
|
11
11
|
|
12
|
+
prevalidate
|
13
|
+
|
12
14
|
# Detect the project
|
13
15
|
FastlaneCore::Project.detect_projects(config)
|
14
16
|
Scan.project = FastlaneCore::Project.new(config)
|
@@ -42,6 +44,14 @@ module Scan
|
|
42
44
|
return config
|
43
45
|
end
|
44
46
|
|
47
|
+
def self.prevalidate
|
48
|
+
output_types = Scan.config[:output_types]
|
49
|
+
has_multiple_report_types = output_types && output_types.split(',').size > 1
|
50
|
+
if has_multiple_report_types && Scan.config[:custom_report_file_name]
|
51
|
+
UI.user_error!("Using a :custom_report_file_name with multiple :output_types (#{output_types}) will lead to unexpected results. Use :output_files instead.")
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
45
55
|
def self.coerce_to_array_of_strings(config_key)
|
46
56
|
config_value = Scan.config[config_key]
|
47
57
|
|
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.36.0.beta.
|
4
|
+
version: 2.36.0.beta.20170529010025
|
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-05-
|
18
|
+
date: 2017-05-29 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|
@@ -1368,23 +1368,23 @@ metadata:
|
|
1368
1368
|
post_install_message:
|
1369
1369
|
rdoc_options: []
|
1370
1370
|
require_paths:
|
1371
|
-
- produce/lib
|
1372
|
-
- pilot/lib
|
1373
|
-
- snapshot/lib
|
1374
|
-
- gym/lib
|
1375
|
-
- cert/lib
|
1376
1371
|
- fastlane_core/lib
|
1377
|
-
- screengrab/lib
|
1378
|
-
- supply/lib
|
1379
|
-
- fastlane/lib
|
1380
|
-
- deliver/lib
|
1381
|
-
- match/lib
|
1382
1372
|
- spaceship/lib
|
1373
|
+
- produce/lib
|
1374
|
+
- screengrab/lib
|
1383
1375
|
- pem/lib
|
1384
1376
|
- frameit/lib
|
1385
|
-
-
|
1377
|
+
- cert/lib
|
1386
1378
|
- scan/lib
|
1379
|
+
- supply/lib
|
1380
|
+
- gym/lib
|
1387
1381
|
- credentials_manager/lib
|
1382
|
+
- sigh/lib
|
1383
|
+
- match/lib
|
1384
|
+
- pilot/lib
|
1385
|
+
- fastlane/lib
|
1386
|
+
- deliver/lib
|
1387
|
+
- snapshot/lib
|
1388
1388
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1389
1389
|
requirements:
|
1390
1390
|
- - ">="
|