fastlane 2.114.0.beta.20190110200051 → 2.114.0.beta.20190111200053
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/test_command_generator.rb +2 -2
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be9f6afd89816d6556a51b0efdf638ddc246d031
|
4
|
+
data.tar.gz: c90597f653bda736b6a11b4ff890d4176994c086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6400ba55748bbd4dbe25df04e0af1a23d3467cbd5d712c72292d49c2b4bbb58a41cbb0ca194d23ef805b42b83ecea0ed07f79622ceba8e3d457512b03de3b72
|
7
|
+
data.tar.gz: 9154ef2b07320f93df15093621986f47c98bbc75fbc07c1f86a349ede080182395e09ab170ae70b4c4cc941f330d040dffc9eed9af9e606a06c040f480faffa8
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.114.0.beta.
|
2
|
+
VERSION = '2.114.0.beta.20190111200053'.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
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
@@ -47,8 +47,8 @@ module Scan
|
|
47
47
|
|
48
48
|
# detect_values will ensure that these values are present as Arrays if
|
49
49
|
# they are present at all
|
50
|
-
options += config[:only_testing].map { |test_id| "-only-testing:#{test_id}" } if config[:only_testing]
|
51
|
-
options += config[:skip_testing].map { |test_id| "-skip-testing:#{test_id}" } if config[:skip_testing]
|
50
|
+
options += config[:only_testing].map { |test_id| "-only-testing:#{test_id.shellescape}" } if config[:only_testing]
|
51
|
+
options += config[:skip_testing].map { |test_id| "-skip-testing:#{test_id.shellescape}" } if config[:skip_testing]
|
52
52
|
|
53
53
|
options
|
54
54
|
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.114.0.beta.
|
4
|
+
version: 2.114.0.beta.20190111200053
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Natchev
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2019-01-
|
30
|
+
date: 2019-01-11 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -1682,24 +1682,24 @@ metadata:
|
|
1682
1682
|
post_install_message:
|
1683
1683
|
rdoc_options: []
|
1684
1684
|
require_paths:
|
1685
|
-
-
|
1685
|
+
- credentials_manager/lib
|
1686
|
+
- screengrab/lib
|
1686
1687
|
- precheck/lib
|
1688
|
+
- pem/lib
|
1687
1689
|
- supply/lib
|
1688
|
-
-
|
1689
|
-
-
|
1690
|
+
- cert/lib
|
1691
|
+
- fastlane_core/lib
|
1692
|
+
- scan/lib
|
1693
|
+
- snapshot/lib
|
1694
|
+
- deliver/lib
|
1690
1695
|
- pilot/lib
|
1696
|
+
- sigh/lib
|
1697
|
+
- match/lib
|
1698
|
+
- frameit/lib
|
1691
1699
|
- spaceship/lib
|
1692
1700
|
- produce/lib
|
1693
|
-
- snapshot/lib
|
1694
1701
|
- fastlane/lib
|
1695
|
-
-
|
1696
|
-
- fastlane_core/lib
|
1697
|
-
- frameit/lib
|
1698
|
-
- deliver/lib
|
1699
|
-
- scan/lib
|
1700
|
-
- pem/lib
|
1701
|
-
- sigh/lib
|
1702
|
-
- credentials_manager/lib
|
1702
|
+
- gym/lib
|
1703
1703
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1704
1704
|
requirements:
|
1705
1705
|
- - ">="
|