lita-jarvis 0.1.1 → 0.1.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: 6d56148d6d45700e15baa981d81f26e5db143dab
4
- data.tar.gz: 64f274d7ffd0191069926c73015d50cb2c8cf953
3
+ metadata.gz: 8d9d6bf2e2b0cc42233bf8598f8b1c02d40d7a3c
4
+ data.tar.gz: 78bd929a230706ecb610c4abfaec7991ecb28157
5
5
  SHA512:
6
- metadata.gz: 42da119445aa8762b3948f0f9449f5cbf652bfff8c76ac5a25eb99d01e06c4d19d204227ac3f5a3c8bce153e962bffcac904d6c095a8c13d0d4092806f885895
7
- data.tar.gz: fed32c0d7d0d5d60feb9a3f96a69044546653714b62fb080b2e2403ed171a005be2c656ac19d97d2392b238262791ab4a940aee8f2841427e8609558d0cdd20d
6
+ metadata.gz: b69adb2c7c1d357d045988e438482b1564f2ce6627b271f3fb884f1d50adb9f9606bea44bd88b4f0b93832badb0d62a4943c59f0185060d8db4fa536ef6fc96e
7
+ data.tar.gz: 0a9ab8016396ce599c00c0383f54d8e3e522c04eb9f5529b30fa510019320e47bad0f8b05e3d65300f203a440f603ca3009b0b44ea1c48d9d6d601f7c5657aec
@@ -39,10 +39,10 @@ module Lita
39
39
 
40
40
  def format_reply(message:)
41
41
  name = message.user
42
- messages = ["As always, @#{name}, a great pleasure watching you work.",
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
- "I'm afraid I don't understand your request @#{name}",
45
- "I'm not currently programmed to do that @#{name}",
44
+ "I'm afraid I don't understand your request #{name}",
45
+ "I'm not currently programmed to do that #{name}",
46
46
  "That command failed. Perhaps I will run a self diagnostic",
47
47
  "I feel this may be a cliche, but 'Does not compute'"]
48
48
  messages.sample
data/lita-jarvis.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-jarvis"
3
- spec.version = "0.1.1"
3
+ spec.version = "0.1.2"
4
4
  spec.authors = ["Mark Nicholls"]
5
5
  spec.email = ["nichollsm77@gmail.com"]
6
6
  spec.description = "Make Lita a little more like J.a.r.v.i.s."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-jarvis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Nicholls