gocd-slack-server 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0edf4c31a1518d0ab2ff91ed06f850757e38a84
4
- data.tar.gz: f67388cf3bcc3ba2234e4c022151f90a83c94fab
3
+ metadata.gz: 64af80c5a8fc35829a6cc69551199cea52a1bc57
4
+ data.tar.gz: b36e2bdac58720763db47ee57d15c918e7923bcb
5
5
  SHA512:
6
- metadata.gz: 25495b31c0733e25b55bcf9e5d45d645d9ccf4d91cd7c107e73f348e1152f0be17c212d737efbf04d8a0bcee1977bdaada349a731eb3c03d7ce685100c6b1203
7
- data.tar.gz: 27bc32cebd016ab983d39c4d70f45fc8a4e184171a66a54d304c2ac969cc1bd2c446d07f47d2dcb9956890bbd9e616a77fcb9f0a5d68f6ee4a14056fc89b497f
6
+ metadata.gz: bd616ec480519783ed98094f084ab212f63ff0e6c6fffdb7fe6ad8c376e454b9d1f38315cf417390a2fbca0bc6ef49395204b1f57fa5690b131d972545896f9e
7
+ data.tar.gz: 2ee27b5297b7e11be3c6f22918d750de27cb576cf3d4273cb9f4faf6cda2d33e941fa5f6c30ef840f73cf46fab0427cb35b2048be1f76d1ad2d34890042fc3ef
data/README.md CHANGED
@@ -17,7 +17,7 @@ gocd-slack-server was purpose built for Fittr® to provide information from our
17
17
  sudo gem install gocd-slack-server
18
18
 
19
19
  #Run using a service hook with the name 'bot_name' for the gocd server installed on localhost at 8513
20
- gocd-slack-server "http://localhost:8153" https://hooks.slack.com/services/..." "bot_name"
20
+ gocdss http://localhost:8153" https://hooks.slack.com/services/..." "bot_name"
21
21
  ```
22
22
 
23
23
  ## Requirements
@@ -0,0 +1,3 @@
1
+ #!/bin/sh
2
+
3
+ echo "gocd"
@@ -1,3 +1,3 @@
1
1
  module GoCDSlackServer
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seo Townsend
@@ -111,7 +111,8 @@ dependencies:
111
111
  description: It is not a gocd plugin, it uses Gocd's API to relay information
112
112
  email:
113
113
  - seotownsend@icloud.com
114
- executables: []
114
+ executables:
115
+ - gocdss
115
116
  extensions: []
116
117
  extra_rdoc_files: []
117
118
  files:
@@ -121,6 +122,7 @@ files:
121
122
  - LICENSE
122
123
  - README.md
123
124
  - Rakefile
125
+ - bin/gocdss
124
126
  - gocd-slack-server.gemspec
125
127
  - lib/gocd-slack-server.rb
126
128
  - lib/gocd_slack_server/version.rb