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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ebfff08d25f479dc77ffc792d5c6852b8a23655f
4
- data.tar.gz: 2eddb5c07fe61bf344c29fd62a2aee59528bafd3
3
+ metadata.gz: be9f6afd89816d6556a51b0efdf638ddc246d031
4
+ data.tar.gz: c90597f653bda736b6a11b4ff890d4176994c086
5
5
  SHA512:
6
- metadata.gz: 8a34f380360176435c8fc9c843cdfbfd76bef2981ce7fcbb46a1701958631ccabd1d2c35b6b4a39a67e907f00c3e203d7e14ab80eb86ea36dce2e67457bc8720
7
- data.tar.gz: c6d6f04e28ddbb1cd6bf71c8a78322127d89770d59bb41e8a62769fbce55f181bd0578d64a1ae80685f8e5917f949b2febeb66ba043b60676b5a58042ad4e4e8
6
+ metadata.gz: a6400ba55748bbd4dbe25df04e0af1a23d3467cbd5d712c72292d49c2b4bbb58a41cbb0ca194d23ef805b42b83ecea0ed07f79622ceba8e3d457512b03de3b72
7
+ data.tar.gz: 9154ef2b07320f93df15093621986f47c98bbc75fbc07c1f86a349ede080182395e09ab170ae70b4c4cc941f330d040dffc9eed9af9e606a06c040f480faffa8
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.114.0.beta.20190110200051'.freeze
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.20190110200051
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-10 00:00:00.000000000 Z
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
- - cert/lib
1685
+ - credentials_manager/lib
1686
+ - screengrab/lib
1686
1687
  - precheck/lib
1688
+ - pem/lib
1687
1689
  - supply/lib
1688
- - gym/lib
1689
- - screengrab/lib
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
- - match/lib
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
  - - ">="