gocd-slack-server 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -7
  3. data/lib/gocdss/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c5156ba95a91df3039533aeccf5cd353e29f41f
4
- data.tar.gz: 78fc6a20acd60d76c21686cf9371ee46a42e6b01
3
+ metadata.gz: 89b858db19bf3d18fba7bdc0287c10264c665893
4
+ data.tar.gz: 7c13fd1c11eccd2d44a622f77ad88a2b2d4b78af
5
5
  SHA512:
6
- metadata.gz: f47aec58d5d5c8a0c50635f69850d56c4d19e2ee4e60ff8248e5213cf89e5401cc911f746b2f6e842d0df29c1e6013338cbabe373104589452fe3579a3185a46
7
- data.tar.gz: 6dc27a6f9089d72ccb35c2761ba637ab7d86c3c1a245d1313a85521e90b3d9b82b9e6184176158645ba0c1120a28c5cc9245e2e54fedb5d50131b4d000e0ae69
6
+ metadata.gz: 0a3ccea5507f1666e53ef6012dcd74507b820db1bceb18bdc3e3a0432157389d0123c22d1aba919366a37783ac0e846c1da2f426d537f02bbb8050fb7d63107c
7
+ data.tar.gz: de8c4673065147fb2bbb31ca6a9be01e477bc00bad48f3d0fd66ea6c9b3b5fd184071244689997259b60c840b17335d7b534ccf16f296b66da858e9fbd94deae
data/README.md CHANGED
@@ -1,22 +1,22 @@
1
1
  ![gocd-slack-server: A ruby library for managing GitHub pull requests](https://raw.githubusercontent.com/sotownsend/gocd-slack-server/master/logo.png)
2
2
 
3
- ![Gem Version](https://badge.fury.io/rb/gocd-slack-server.svg)](http://badge.fury.io/rb/gocd-slack-server)
4
- ![Build Status](https://travis-ci.org/sotownsend/gocd-slack-server.svg?branch=master)](https://travis-ci.org/sotownsend/gocd-slack-server)
5
- ![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/sotownsend/gocd-slack-server/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
6
- ![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/sotownsend/gocd-slack-server/blob/master/LICENSE)
3
+ [![Gem Version](https://badge.fury.io/rb/gocd-slack-server.svg)](http://badge.fury.io/rb/gocd-slack-server)
4
+ [![Build Status](https://travis-ci.org/sotownsend/gocd-slack-server.svg?branch=master)](https://travis-ci.org/sotownsend/gocd-slack-server)
5
+ [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/sotownsend/gocd-slack-server/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
6
+ [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](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
  ![Fail](https://raw.githubusercontent.com/sotownsend/gocd-slack-server/master/fail.gif)
15
15
 
16
- Passing
16
+ ###Passing
17
17
  ![Pass](https://raw.githubusercontent.com/sotownsend/gocd-slack-server/master/pass.gif)
18
18
 
19
- Cancelling
19
+ ###Cancelling
20
20
  ![Cancelled](https://raw.githubusercontent.com/sotownsend/gocd-slack-server/master/cancelled.gif)
21
21
 
22
22
  # What's gocd?
@@ -1,3 +1,3 @@
1
1
  module Gocdss
2
- VERSION = '0.0.16'
2
+ VERSION = '0.0.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gocd-slack-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seo Townsend