moiscot-problem 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: 35da564af530a065ad2644af7fdf7c3baae2c140
4
- data.tar.gz: 9895fe51c97a0a396d3c4377339d7dcbb1a65259
3
+ metadata.gz: cf061cdfb63e710efcde2d4b55e40ee1dfc68a2a
4
+ data.tar.gz: 47c594c5f68ba6742be7805b7054e306f51a7f04
5
5
  SHA512:
6
- metadata.gz: 36da50b41511bf04d164937d8e907cb30312c8a905aefaa74f5b41e3f78737e21be71c918e6ba2e4948fede855480d6b2101eaa595d50baf4786a7d406f17b28
7
- data.tar.gz: 06df9c1040b4205a518cac9bb3f907ea67a50bf57f6bfeadaa2660515a7a1994cbec86a873886b7b66a116986a3debe95d7a699656bac7554f9706c0be6b9edd
6
+ metadata.gz: 388e52aace19d50fa4abb9d7152e2109878e7a10fa8d5ffa5e186bb4ae51aeaa9aa16046c0ee44c926a9ddad496dc787a212889eb6d155516c280a9a345687fa
7
+ data.tar.gz: e509940972446a8ff0c43a20e66666c5f510108a37077a56a6c9fde01829d71b7ad22e58b312fc10284aa6650c12a48151193b972f66b6313f900c8da99dcce9
@@ -5,14 +5,15 @@ module Lita
5
5
 
6
6
  class Problem < Handler
7
7
 
8
- route %r{.+problema.+}i, :problem, command: true, help: {
9
- 'problem' => 'MOi Solutions problem bot'
10
- }
8
+ route %r{^chucki$}i, :problem, command: true, help: {
9
+ 'problem' => 'MOi Solutions problems'
10
+ }
11
11
 
12
12
  def problem(response)
13
- response.reply 'Hello world'
13
+ response.reply 'Gatito'
14
14
  end
15
15
 
16
+
16
17
  end
17
18
 
18
19
  Lita.register_handler(Problem)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'moiscot-problem'
3
- spec.version = '0.0.1'
3
+ spec.version = '0.0.2'
4
4
  spec.authors = 'Paulo McNally'
5
5
  spec.email = ['paulomcnally@gmail.com']
6
6
  spec.description = %q{Lita handler delivering problem word}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moiscot-problem
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
  - Paulo McNally