slack-notification 0.1.4 → 0.1.5
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/lib/slack_notification.rb +1 -1
- data/slack-notification.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7f1bd44be20c066b049ac06dac973ca51be3268d76bc16b2cbaa251005b1e6f
|
|
4
|
+
data.tar.gz: 8119b8f53e5b394133211815800652ee4a3ab2bb7a331915b8ba42d34c7d5420
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be7827ced270a14d9de91295af099c2899f7127a46128f70ab9cecf9221a158ed1f5ad293d9c46c736f42d3dcd099b18d20d806dc118c7cc0af7f737632b59aa
|
|
7
|
+
data.tar.gz: 5787f5e547fce7dc6b47608009e6b94650ebc862d036d1dd255486ccbfe8c859e5f9087596a158e81b036b0c993b372daa9b3d26528642919c2ab7bcd722119b
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -55,9 +55,9 @@ Available notification types:
|
|
|
55
55
|
|
|
56
56
|
Fields can be formatted in several ways:
|
|
57
57
|
|
|
58
|
-
String: The fields value becomes the message title, and no fields are submitted.
|
|
59
|
-
Hash: Format: `{ title_1: :value_1, [...] }`
|
|
60
|
-
Array: Array of hashes, each of format: `{ title: 'Field name', value: field_value, short: true }`
|
|
58
|
+
- String: The fields value becomes the message title, and no fields are submitted.
|
|
59
|
+
- Hash: Format: `{ title_1: :value_1, [...] }`
|
|
60
|
+
- Array: Array of hashes, each of format: `{ title: 'Field name', value: field_value, short: true }`
|
|
61
61
|
|
|
62
62
|
### Configuration
|
|
63
63
|
|
data/lib/slack_notification.rb
CHANGED
data/slack-notification.gemspec
CHANGED