fastlane 2.118.0.beta.20190313200029 → 2.118.0.beta.20190314200016

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 125e18d26a14040f72dabffb06024a3af9ed99c0
4
- data.tar.gz: d1afee099be5acf72f2009840e4fb1dd3b3afd13
3
+ metadata.gz: b95b424328c54b130d7cc2d520287a5d15effe9c
4
+ data.tar.gz: 5bdfbd7be137258f89cd5bccc1b8e274add20afe
5
5
  SHA512:
6
- metadata.gz: cfc8567b51fa01523750ac98805c3fb53b1f3deadbc122ab5ff4165e3196a7909e483c958c2a1ae7719ba7d893feef9066f8acdfccee282569a9e4ba12278b95
7
- data.tar.gz: 76109ae12322f045108321c5ae78c8b4e1e7118ab2f1bc4d412880bc0eb112294f1efdfcf851541fc63144691c69b60bdf10996afe29e3f199557c9d5ba85e10
6
+ metadata.gz: 947651c2d9be09028f3f58ab0486eb61ba0e918546efc9a145f38ab641f936cd3b89cdc222412a2630a3cee0a1868a65f75488f78e8325d44cb0e335897fa2de
7
+ data.tar.gz: 0f3d6afb92b00cc52a5f20e379eb66f7c021685965f49cfcbc3cbdf912ebe2abf29809c77431ac7420defffa33e454ea0c634f6a28820ca861e57f8f470c8dd9
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.118.0.beta.20190313200029'.freeze
2
+ VERSION = '2.118.0.beta.20190314200016'.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
@@ -122,7 +122,7 @@ module Pilot
122
122
  FastlaneCore::ConfigItem.new(key: :skip_waiting_for_build_processing,
123
123
  short_option: "-z",
124
124
  env_name: "PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING",
125
- description: "Don't wait for the build to process. If set to true, the changelog won't be set, `distribute_external` option won't work and no build will be distributed to testers",
125
+ description: "Don't wait for the build to process. If set to true, the changelog won't be set, `distribute_external` option won't work and no build will be distributed to testers. (You might want to use this option if you are using this action on CI and have to pay for 'minutes used' on your CI plan)",
126
126
  is_string: false,
127
127
  default_value: false),
128
128
  FastlaneCore::ConfigItem.new(key: :update_build_info_on_upload,
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.118.0.beta.20190313200029
4
+ version: 2.118.0.beta.20190314200016
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Dee
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-03-13 00:00:00.000000000 Z
30
+ date: 2019-03-14 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -1687,24 +1687,24 @@ metadata:
1687
1687
  post_install_message:
1688
1688
  rdoc_options: []
1689
1689
  require_paths:
1690
- - cert/lib
1691
- - deliver/lib
1692
- - frameit/lib
1693
- - snapshot/lib
1694
1690
  - pilot/lib
1695
- - produce/lib
1696
- - scan/lib
1697
1691
  - match/lib
1698
- - sigh/lib
1699
- - credentials_manager/lib
1700
- - supply/lib
1701
1692
  - fastlane_core/lib
1702
1693
  - gym/lib
1703
1694
  - precheck/lib
1704
- - fastlane/lib
1695
+ - produce/lib
1705
1696
  - screengrab/lib
1697
+ - sigh/lib
1706
1698
  - spaceship/lib
1699
+ - credentials_manager/lib
1700
+ - cert/lib
1701
+ - scan/lib
1702
+ - snapshot/lib
1703
+ - deliver/lib
1704
+ - supply/lib
1707
1705
  - pem/lib
1706
+ - frameit/lib
1707
+ - fastlane/lib
1708
1708
  required_ruby_version: !ruby/object:Gem::Requirement
1709
1709
  requirements:
1710
1710
  - - ">="