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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/gocdss +1 -0
  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: 9173770e2bbef0ff5d2d98ae189cc7ebca493364
4
- data.tar.gz: 076b928e9291c550f632018ebd02d79ea0ddf536
3
+ metadata.gz: 938000c5f56facd62b5791d3eb6a7b1db3b65af0
4
+ data.tar.gz: 8da55c0fc5f24a02c7e2279a9925ce392f2401fb
5
5
  SHA512:
6
- metadata.gz: 09e75ec48be3622d36b0c097bc9530f3afa9ac8450813dd759e0cedc2b6e5059dc3595dd1c809486c5ca83cd1f39ac4f4aef4d9d16692d634ae74f985f909fae
7
- data.tar.gz: e04d740973f1cd42d66868f0f9f9a8f8a13e804e51c52c26c62a829cd35f40ddfe7ee3797a87a0173ada8da4fd6042e64160730bf35bbeb8f5d0623dc20e08f9
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
 
@@ -1,3 +1,3 @@
1
1
  module Gocdss
2
- VERSION = '0.0.22'
2
+ VERSION = '0.0.23'
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.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seo Townsend