lita-jarvis 0.1.2 → 0.1.3
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/lib/lita/handlers/jarvis.rb +1 -1
- data/lita-jarvis.gemspec +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: a5fec5cb56a1e4a190ef7ceb92f8a32ecbc8c0d6
|
4
|
+
data.tar.gz: 5ccedb75fad01dc556205035d076ae9d78d33873
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfb35dba596e3310bf8c185a1a73727524f7fdbba4f3caacaa420bc9a63a8c4dca441406b6f15be5f0af5d7ee87ff929e1da8f2a019022681865b36687445953
|
7
|
+
data.tar.gz: 3e515048c0017eae7d7b5e10b83a1c575cf2f22516e474328ee1d6f493cca5fc355861934f618cd83ee141c336dd8135c3dc79c618ad9de205b3b656ac563ceb
|
data/lib/lita/handlers/jarvis.rb
CHANGED
@@ -38,7 +38,7 @@ module Lita
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def format_reply(message:)
|
41
|
-
name = message.user
|
41
|
+
name = message.user.name
|
42
42
|
messages = ["As always, #{name}, a great pleasure watching you work.",
|
43
43
|
"I've taken the liberty of preparing a help function for you.",
|
44
44
|
"I'm afraid I don't understand your request #{name}",
|
data/lita-jarvis.gemspec
CHANGED