gocd-slack-server 0.0.22 → 0.0.23
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/bin/gocdss +1 -0
- data/lib/gocdss/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 938000c5f56facd62b5791d3eb6a7b1db3b65af0
|
4
|
+
data.tar.gz: 8da55c0fc5f24a02c7e2279a9925ce392f2401fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac29492df112c25c6b6de19438a26d205a3da4891882ecbe060154ed051e227d803646330f47163c071dcc500637e8ab76f6c1b3ee8f56233915c5f10df0ecbe
|
7
|
+
data.tar.gz: 8918580dc56960d3841e518ecad5d8fee8af4a4b06d8303b871b45cda26f0f881d4f60b4c7d515cadc9b68216455cad7a0709909bdefe611b09b433ef13b5d4a
|
data/bin/gocdss
CHANGED
@@ -12,6 +12,7 @@ def usage
|
|
12
12
|
puts "\t(sh)>gocdss 'http://localhost:5832' 'https://hooks.slack.com/services/abo3ot' my_bot_name"
|
13
13
|
puts "\t(sh)>gocdss 'http://localhost:5832' 'https://hooks.slack.com/services/abo3ot' my_bot_name user:pass"
|
14
14
|
puts "-------------------------------------------------------------------------------------------"
|
15
|
+
exit 1
|
15
16
|
end
|
16
17
|
usage unless gocd_addr and slack_hook and bot_name
|
17
18
|
|
data/lib/gocdss/version.rb
CHANGED