lita-words-counter 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -1
- data/lib/lita/handlers/counter.rb +1 -0
- data/lita-words-counter.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18c1df48b5776642e7fe8266cf1d9eec60e38bdf
|
4
|
+
data.tar.gz: 07d5926d008d9fa42d9bfddff9cde7534c65bd8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc729290c943b0fbe461d4cde21db52357f0b7d442305520077614e57068dbf02fd5a034cba8b220662543f5c273d5a77f8ac4a144912c7afb170906d8ee4687
|
7
|
+
data.tar.gz: 44bfaecc4e3a00a67d1b45318d0a41125313b83535ebca1821fb83675d7227cc6a60a52bf1b7370f8b9055a9c38132bdcfd470636be108003b7e81613a52af07
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# lita-words-counter
|
1
|
+
# lita-words-counter [![Gem Version](https://badge.fury.io/rb/lita-words-counter.svg)](http://badge.fury.io/rb/lita-words-counter)
|
2
2
|
|
3
3
|
TODO: Add a description of the plugin.
|
4
4
|
|
@@ -20,6 +20,9 @@ TODO: Describe any configuration attributes the plugin exposes.
|
|
20
20
|
#### show how many words alex said
|
21
21
|
`lita count alex`
|
22
22
|
|
23
|
+
#### show top n
|
24
|
+
`lita count top n`
|
25
|
+
|
23
26
|
#### reset words count
|
24
27
|
`lita recount`
|
25
28
|
|
data/lita-words-counter.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lita-words-counter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex S
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lita
|