fastlane-plugin-slack_bot 1.5.0 → 1.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 711bbf722460d03019a7f8723b4c2e6f86ab567e69fc8e8848f09843621f0e0c
|
4
|
+
data.tar.gz: 7cf5853af0d4282698bbf29bf8875fb7cbfb4e07a362b99b9c01a8e94b82f425
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eafe21277f57979b0644f3583dd5012ed2b807157921e8b349e7890fcce86b6aba41126a825b2a10e3ccb983d3ffbaa579880287a1bc8a83285e3ad576a29872
|
7
|
+
data.tar.gz: 38c710312b2560140662d00ee9e0e3957c633a39b63246703ef5063603e5e7f91cd98409cf634e1c3484c205bab20e85ba4d4cc88c7eb7b15f7dcc6af6dd15dc
|
@@ -144,7 +144,7 @@ module Fastlane
|
|
144
144
|
is_string: false),
|
145
145
|
FastlaneCore::ConfigItem.new(key: :no_color,
|
146
146
|
env_name: "FL_POST_TO_SLACK_NO_COLOR",
|
147
|
-
description: "Removes the border on the left side. If true, :success option will be ignored
|
147
|
+
description: "Removes the border on the left side. If true, :success option will be ignored",
|
148
148
|
optional: true,
|
149
149
|
default_value: false,
|
150
150
|
is_string: false),
|