gocd-slack-server 0.0.16 → 0.0.17
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/README.md +7 -7
- 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: 89b858db19bf3d18fba7bdc0287c10264c665893
|
|
4
|
+
data.tar.gz: 7c13fd1c11eccd2d44a622f77ad88a2b2d4b78af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a3ccea5507f1666e53ef6012dcd74507b820db1bceb18bdc3e3a0432157389d0123c22d1aba919366a37783ac0e846c1da2f426d537f02bbb8050fb7d63107c
|
|
7
|
+
data.tar.gz: de8c4673065147fb2bbb31ca6a9be01e477bc00bad48f3d0fd66ea6c9b3b5fd184071244689997259b60c840b17335d7b534ccf16f296b66da858e9fbd94deae
|
data/README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
](http://badge.fury.io/rb/gocd-slack-server)
|
|
4
|
-
](https://travis-ci.org/sotownsend/gocd-slack-server)
|
|
5
|
-
](https://bitdeli.com/free "Bitdeli Badge")
|
|
6
|
-
](https://github.com/sotownsend/gocd-slack-server/blob/master/LICENSE)
|
|
3
|
+
[](http://badge.fury.io/rb/gocd-slack-server)
|
|
4
|
+
[](https://travis-ci.org/sotownsend/gocd-slack-server)
|
|
5
|
+
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
6
|
+
[](https://github.com/sotownsend/gocd-slack-server/blob/master/LICENSE)
|
|
7
7
|
|
|
8
8
|
# What is this?
|
|
9
9
|
gocd-slack-server was purpose built for Fittr® to provide information from our gocd server to our slack channel. This is a standalone server that relays gocd information directly to slack. **It is not a gocd plugin and relies on gocd's API for communication**. Currently will monitor all pipelines for activity.
|
|
10
10
|
|
|
11
11
|
# What it looks like
|
|
12
12
|
|
|
13
|
-
Failing will post a random fail gif
|
|
13
|
+
###Failing will post a random fail gif
|
|
14
14
|

|
|
15
15
|
|
|
16
|
-
Passing
|
|
16
|
+
###Passing
|
|
17
17
|

|
|
18
18
|
|
|
19
|
-
Cancelling
|
|
19
|
+
###Cancelling
|
|
20
20
|

|
|
21
21
|
|
|
22
22
|
# What's gocd?
|
data/lib/gocdss/version.rb
CHANGED