whois_slacking 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 +4 -4
- data/README.md +7 -0
- data/lib/whois_slacking/version.rb +1 -1
- data/whois_slacking.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 013c8b5618ef3e40423bceb965c8ae365c79a706
|
|
4
|
+
data.tar.gz: 4d0b9eb620ee4b5bd2a1d1c041e325e1425f7e8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0add0467f293ca46aae40d3283cde9e9ffe0e41fadda4b6804b5b737bd14c6d510a89b330becd2bee07931da52bf13462c00d4d4a00161a20ef7e7c1c3d27756
|
|
7
|
+
data.tar.gz: 172cda972ab24acf5fabd38780e874bcba5f6bfe200fecd53d35f74a0db204dc5eeb5550ed2ffd3862b4dd88bc97c94cf2250e7611ec49dc893b95543fae82a4
|
data/README.md
CHANGED
|
@@ -6,6 +6,13 @@ The library will send a message into a slack channel for every uncompleted task
|
|
|
6
6
|
a user has spent on that task.
|
|
7
7
|
This library is meant to be run once a day, to assist with morning standups.
|
|
8
8
|
|
|
9
|
+
You will recieve these messages similar to these in slack using this gem
|
|
10
|
+
```
|
|
11
|
+
James has spent 2 days working on Student Admissions
|
|
12
|
+
|
|
13
|
+
Johnny has spent 12 hours working on User authentication
|
|
14
|
+
```
|
|
15
|
+
|
|
9
16
|
## Installation
|
|
10
17
|
|
|
11
18
|
```
|
data/whois_slacking.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.date = '2015-07-09'
|
|
10
10
|
s.summary = "whois_slacking for whois_slacking.com"
|
|
11
|
-
s.description = "
|
|
11
|
+
s.description = "Pivotal/Slack integration that sends a (daily) message of how long each user has worked on a pivotal task into a slack channel/room"
|
|
12
12
|
s.authors = ["W Watson"]
|
|
13
13
|
s.email = 'wolfpack@vulk.com'
|
|
14
14
|
s.files = ["lib/whois_slacking.rb"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whois_slacking
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- W Watson
|
|
@@ -178,8 +178,8 @@ dependencies:
|
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: 2.0.2
|
|
181
|
-
description:
|
|
182
|
-
|
|
181
|
+
description: Pivotal/Slack integration that sends a (daily) message of how long each
|
|
182
|
+
user has worked on a pivotal task into a slack channel/room
|
|
183
183
|
email: wolfpack@vulk.com
|
|
184
184
|
executables: []
|
|
185
185
|
extensions: []
|