ruboty-scorekeeper 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ruboty/handlers/scorekeeper.rb +2 -2
- data/lib/ruboty/scorekeeper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f924ad6fae82cb81963f3e757b0e279fd8e14939
|
4
|
+
data.tar.gz: ece173f871a20ee56f35890da47ebd569229b542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d462b03cb3789270565daea475aaeacdfb766883930adb8d0224461224d71b0ba3923095b2732e7f9e3c41e89b02eb00c134be6bfa25c18488e9b945840e291
|
7
|
+
data.tar.gz: 36226c9a0c375ff784a3c7d03b02967869c7a747214d8c8b199b2b8a1cd965a1850b19574bc6cb10e7246806c95cf8e22c3ebde2e53caac1cbec99608537ab15
|
@@ -16,12 +16,12 @@ module Ruboty
|
|
16
16
|
|
17
17
|
on( /scorekeeper$|show(?: me)?(?: the)? (?:scorekeeper|scoreboard)$/i,
|
18
18
|
name: "scoreboard",
|
19
|
-
description: "Show
|
19
|
+
description: "Show scoreboard",
|
20
20
|
)
|
21
21
|
|
22
22
|
on( /scorekeeper (?<name>.+)$|what(?:'s| is)(?: the)? score of (?<name>.+)\??$/i,
|
23
23
|
name: "score",
|
24
|
-
description: "Show current point of
|
24
|
+
description: "Show current point of <name>",
|
25
25
|
)
|
26
26
|
private
|
27
27
|
|