komonjo 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 +4 -4
- data/lib/komonjo/connections/slack_connection.rb +1 -1
- data/lib/komonjo/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c91db95a77670fde2a70b77136d6ca521e82e3a
|
|
4
|
+
data.tar.gz: 568207528eebf0f83334234e3e4d50af44d2aaaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a5b5fedadb5219a43d86ffa63da2582e22d1c0e291a798f061e9f32b8f8dd0487e4428e7d3fecada68a6e25ab68688906c0055520fd2686cd8124dbe15bbaa7
|
|
7
|
+
data.tar.gz: 80e6eabae677cf7a325cc7af53d31db43b2a057d8f48730aee1aea0540f974780b21f4ecc44b75e72c93a0208a1771e7a98d7a2c4253a9d90ff43345e65ee00d
|
|
@@ -43,7 +43,7 @@ module Komonjo
|
|
|
43
43
|
private
|
|
44
44
|
|
|
45
45
|
def channel_id(channel_name)
|
|
46
|
-
channel_list =
|
|
46
|
+
channel_list = client.channels_list
|
|
47
47
|
fail 'error' unless channel_list['ok']
|
|
48
48
|
target_channel = channel_list['channels'].select do |e|
|
|
49
49
|
e['name'] == channel_name
|
data/lib/komonjo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: komonjo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hkdnet
|
|
@@ -139,3 +139,4 @@ signing_key:
|
|
|
139
139
|
specification_version: 4
|
|
140
140
|
summary: A Slack client wrapper.
|
|
141
141
|
test_files: []
|
|
142
|
+
has_rdoc:
|