fastlane-plugin-slack_bot 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 04a1032a218db318334c1eeec0023420f5ca16de0799d7126207dd94dd7e2524
4
- data.tar.gz: a10469f4218ccd56b18bbd84abd2fcd711c8421eb4065f7c6dbc088ae7f62bc7
3
+ metadata.gz: 03c0bf9287a10436d869bbac334c197e216fbddc6635edbe93029c0a1ffb2fa9
4
+ data.tar.gz: ef070596a71b59a3bf42da3d56868df5c7cceb2f1f94526cd216c68f2f22b24c
5
5
  SHA512:
6
- metadata.gz: 8562f7d29c2bbd3cdf5423bf6a0031a373f2afe96c5b13d981a73781b1e57a3e15616b66411c4a1695d4138f1d306e2172eb15a6b465b3069046523f1a53190a
7
- data.tar.gz: e3e767e9cefbd08dfc15ab3d98b907d3e509c81ea09484f431ec565086e912e069a3c25fc51f0cff8a9d761a093197064bc891c46d8b9017c6ea779164e7f83f
6
+ metadata.gz: 16da8436f2649536e6807db16f8bd3f770e3cca86a285a3b29d29689b515dc1d51c4596e880d5feb1c2df7695ff295c33d3ece88e5d10035ab659023f48f9318
7
+ data.tar.gz: 76d2056df21c4819bc824f1e1f5d7672c1f268fa8915dd5deec2d363bc04b438b371dd40ccbc3c05dcebf781bd51c210c1ac467e819874fc88c2492f8ff23ac9
@@ -99,6 +99,7 @@ module Fastlane
99
99
  env_name: "FL_POST_TO_SLACK_DEFAULT_PAYLOADS",
100
100
  description: "Remove some of the default payloads. More information about the available payloads on GitHub",
101
101
  optional: true,
102
+ default_value: ['lane', 'test_result', 'git_branch', 'git_author', 'last_git_commit', 'last_git_commit_hash'],
102
103
  type: Array),
103
104
  FastlaneCore::ConfigItem.new(key: :attachment_properties,
104
105
  env_name: "FL_POST_TO_SLACK_ATTACHMENT_PROPERTIES",
@@ -90,6 +90,7 @@ module Fastlane
90
90
  env_name: "FL_UPDATE_SLACK_MESSAGE_DEFAULT_PAYLOADS",
91
91
  description: "Remove some of the default payloads. More information about the available payloads on GitHub",
92
92
  optional: true,
93
+ default_value: ['lane', 'test_result', 'git_branch', 'git_author', 'last_git_commit', 'last_git_commit_hash'],
93
94
  type: Array),
94
95
  FastlaneCore::ConfigItem.new(key: :attachment_properties,
95
96
  env_name: "FL_UPDATE_SLACK_MESSAGE_ATTACHMENT_PROPERTIES",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module SlackBot
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-slack_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manish Rathi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-03 00:00:00.000000000 Z
11
+ date: 2021-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry