fastlane 2.117.0.beta.20190215200101 → 2.117.0.beta.20190216200056

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: 0a98ee49d3309d493089028dbd2428c7a7225136
4
- data.tar.gz: 4a45ed550c770376497aa080db0796b47f5a6240
3
+ metadata.gz: 9de4dc6829f6ef63ce2ea0d9f1278be53d170b18
4
+ data.tar.gz: 171937241cba207d9a08e6eb9ad5221ec94db070
5
5
  SHA512:
6
- metadata.gz: a4b20a1f9c9f5c46f6c5dce362f2e7fecbf11b61fa841acbc34df09322eda761cc20abd4b64e6dcfec2b627bb9184a863abaa891595b6faa5e959ba8358fad4d
7
- data.tar.gz: 57c6a46a7ea261120784d48c3aab93b7b519b8544c1f440948a44c0ae7b9903312a4a7a5a3955000347df2eb10fc8138975be8f3f2103be755c3d778e08e8ae7
6
+ metadata.gz: 784952e74244702517e2d4c88d382690b4c2fdb18a6d690cc5e85ca462e958c0afa01ae1d24a162fca72ce57f102463630c9d54a21dccdee16bc7082ecc41218
7
+ data.tar.gz: de65fca52ed218cb0bb9d0e40f86991954d729d5aed1c3e8ba9d2fe8f4c08865079d9464231f7db585818d27c2dde38ff71a4bfb2727412011de6fcc62b73ef9
@@ -156,7 +156,7 @@ module Fastlane
156
156
  "Built by" => "Jenkins",
157
157
  },
158
158
  default_payloads: [:git_branch, :git_author], # Optional, lets you specify a whitelist of default payloads to include. Pass an empty array to suppress all the default payloads.
159
- # Don\'t add this key, or pass nil, if you want all the default payloads. The available default payloads are: `lane`, `test_result`, `git_branch`, `git_author`, `last_git_commit_message`, `last_git_commit_hash`.
159
+ # Don\'t add this key, or pass nil, if you want all the default payloads. The available default payloads are: `lane`, `test_result`, `git_branch`, `git_author`, `last_git_commit`, `last_git_commit_hash`.
160
160
  attachment_properties: { # Optional, lets you specify any other properties available for attachments in the slack API (see https://api.slack.com/docs/attachments).
161
161
  # This hash is deep merged with the existing properties set using the other properties above. This allows your own fields properties to be appended to the existing fields that were created using the `payload` property for instance.
162
162
  thumb_url: "http://example.com/path/to/thumb.png",
@@ -184,7 +184,7 @@ module Fastlane
184
184
 
185
185
  def self.generate_slack_attachments(options)
186
186
  color = (options[:success] ? 'good' : 'danger')
187
- should_add_payload = ->(payload_name) { options[:default_payloads].nil? || options[:default_payloads].join(" ").include?(payload_name.to_s) }
187
+ should_add_payload = ->(payload_name) { options[:default_payloads].nil? || options[:default_payloads].map(&:to_sym).include?(payload_name.to_sym) }
188
188
 
189
189
  slack_attachment = {
190
190
  fallback: options[:message],
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.117.0.beta.20190215200101'.freeze
2
+ VERSION = '2.117.0.beta.20190216200056'.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
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.117.0.beta.20190215200101
4
+ version: 2.117.0.beta.20190216200056
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Halligon
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-02-15 00:00:00.000000000 Z
30
+ date: 2019-02-16 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
- - produce/lib
1691
- - pem/lib
1690
+ - gym/lib
1692
1691
  - frameit/lib
1693
- - match/lib
1692
+ - pem/lib
1693
+ - pilot/lib
1694
+ - credentials_manager/lib
1695
+ - sigh/lib
1696
+ - screengrab/lib
1694
1697
  - precheck/lib
1695
1698
  - spaceship/lib
1696
- - fastlane_core/lib
1697
- - gym/lib
1698
- - pilot/lib
1699
1699
  - snapshot/lib
1700
- - fastlane/lib
1701
- - screengrab/lib
1702
- - sigh/lib
1703
- - deliver/lib
1700
+ - match/lib
1704
1701
  - supply/lib
1705
- - scan/lib
1702
+ - fastlane_core/lib
1706
1703
  - cert/lib
1707
- - credentials_manager/lib
1704
+ - produce/lib
1705
+ - deliver/lib
1706
+ - fastlane/lib
1707
+ - scan/lib
1708
1708
  required_ruby_version: !ruby/object:Gem::Requirement
1709
1709
  requirements:
1710
1710
  - - ">="