slack-smart-bot 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/slack-smart-bot.rb +0 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce07df2e804e969dd1b1b290444c144e4ebcc753eb438584f2106a21080db797
4
- data.tar.gz: cd7ed3bc70ed721a7e8661a664c8875ff148a643fedf5e594f5bb624273d7645
3
+ metadata.gz: 4f592d79501c1e232639526c3eabca1ecd625987ba4ad206c581d2890290872f
4
+ data.tar.gz: 290e448af56d4b77f7ae0cf22c545ee7f5105d104d4a77ab131b4b4df7d80189
5
5
  SHA512:
6
- metadata.gz: 65f819cb1c85ef79445d096db1964b8986acb3d227b0ba1aa01d0af9af89d665b48e054a770af47f14bb61aac26e4cf5cf1dd32295d0f650181c0027af0a89fd
7
- data.tar.gz: 01ba1e3085060d40267a492170d099739f61f61a64ad2ef2868c502366ca1d10c07c7059cd86da0addd71fc9c07f028087c852a7cf2d086363ee0eb41084e3b5
6
+ metadata.gz: 3fcd2060213709eef4d99937f33d116e6a55bb4f23084398bdf7b832211e7849f4e97d6187a12ac3db1f500e31fde3da2ba59cc26402cf1ed70b6fd3c6196464
7
+ data.tar.gz: ee2e625db0a043de5fcdecb4ab66b294d6bfc51ef011c62a258132559b75c49190d8b043d0b57896d943254aace9cc1eeeee73e77e84270969bdd649d9cab1fd
@@ -497,7 +497,6 @@ class SlackSmartBot
497
497
  if defined?(rules)
498
498
  command[0] = "" if command[0] == "!"
499
499
  command.gsub!(/^@\w+:*\s*/, "")
500
- rules(user, command, processed, dest)
501
500
  if method(:rules).arity == 4
502
501
  rules(user, command, processed, dest)
503
502
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack-smart-bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Ruiz