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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1ea56df88cdfbb8f1bb627c138c1f4d6f80a66d
4
- data.tar.gz: d4aabbf4abd835b3b3251f8d5616fc951fec3159
3
+ metadata.gz: 013c8b5618ef3e40423bceb965c8ae365c79a706
4
+ data.tar.gz: 4d0b9eb620ee4b5bd2a1d1c041e325e1425f7e8b
5
5
  SHA512:
6
- metadata.gz: 7dd08ec36b9f0d57bad5f1b10a0ebcf5ffa8638c8787193a0e6ab7688003d1302f55504e709ad8328aeff989dc10ad8ae3db6527ccf3069a236ef7870990d380
7
- data.tar.gz: 066746188fdb4e17d99dfbae8e3fe76d1fa0b5c5af8aad51a37bbf9a10ed01853a3cef38ee6ce601fefaa81232aaaef01be5840dae17529aa98ae9bb65f3a4ce
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
  ```
@@ -1,3 +1,3 @@
1
1
  module WhoIsSlacking
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -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 = "Ruby Client for whois_slacking.com. Gives ip address and radius queries. Visit whois_slacking.com for more details"
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.1
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: Ruby Client for whois_slacking.com. Gives ip address and radius queries. Visit
182
- whois_slacking.com for more details
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: []