fastlane-plugin-testbm 0.1.14 → 0.1.15
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7a73bcd0e62fa3734a5a7780a5e34eebedc2e00134b8b93e14578f6d3784ed1
|
4
|
+
data.tar.gz: 9ac56da580fa021a92f4995c3f0afd203df558193e556268eb540f62cd5c6191
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07e1b9292a96f1558a646e45e975d27308c1490df0dacd0b80baf19c2587f5b21300d5bbbf7989759a871739e150d323f75e79460e55410d94d5c446b241e765
|
7
|
+
data.tar.gz: 6cf611a62b7f7c91f97097d1d2de9b107ef3ddd66368d2c94b9c61158db1c10db7873798b288e89a6186e9339e6168a35faf2a760a656fcb68ab51eedea00634
|
@@ -15,11 +15,11 @@ module Fastlane
|
|
15
15
|
end
|
16
16
|
|
17
17
|
def self.description
|
18
|
-
"Sends a message to a Slack chat specified in the SLACK_URL environment variable
|
18
|
+
"Sends a message to a Slack chat specified in the SLACK_URL environment variable"
|
19
19
|
end
|
20
20
|
|
21
21
|
def self.authors
|
22
|
-
["Erick, Legna @ Bemobile
|
22
|
+
["Erick, Legna @ Bemobile"]
|
23
23
|
end
|
24
24
|
|
25
25
|
def self.return_value
|
@@ -43,7 +43,7 @@ module Fastlane
|
|
43
43
|
type: String),
|
44
44
|
FastlaneCore::ConfigItem.new(key: :is_exception,
|
45
45
|
env_name: "IS_EXCEPTION",
|
46
|
-
description: "Flag that indicates if the message is from an exception
|
46
|
+
description: "Flag that indicates if the message is from an exception",
|
47
47
|
optional: false,
|
48
48
|
type: Boolean)
|
49
49
|
]
|