slack-smart-bot 1.4.2 → 1.4.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/slack/smart-bot/commands/general/use_rules.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cb8cb53b73c745750923baa5dec85e97f3dafee2ece3861c76c1d95d77d8aa8
|
|
4
|
+
data.tar.gz: 72104118233208a398a3da57745fc998ae78437f7063094e347a565b28d73890
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 492662c54354f6bfadb325fedad5510b2c3036398215c81a2d3a4605354f76aee3f0dc372311a3437b57a18fc51b78a5ee31ef9e81d3c87274ce19f77fd97614
|
|
7
|
+
data.tar.gz: b9976a98998e14b271f43a3fc338be5ca59cd7b64e43a0bac846399c8a44ac943d2e9c993ede071bfe4714f6b04197389bde1257cf4a2f0edb33c4f6c7408cf3
|
|
@@ -8,7 +8,7 @@ class SlackSmartBot
|
|
|
8
8
|
# help: you need to be part of that channel to be able to use the rules.
|
|
9
9
|
# help:
|
|
10
10
|
def use_rules(dest, channel, user, dchannel)
|
|
11
|
-
|
|
11
|
+
get_bots_created()
|
|
12
12
|
#todo: add pagination for case more than 1000 channels on the workspace
|
|
13
13
|
channels = client.web_client.conversations_list(
|
|
14
14
|
types: "private_channel,public_channel",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slack-smart-bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mario Ruiz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: slack-ruby-client
|