ruboty-slack_rtm 2.7.0 → 2.7.1

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: caf92423a32e7fb23b97b584ef2772fb9271afda
4
- data.tar.gz: 737d4102188f08e9a2c7df036f5ceb7e5fe3d118
3
+ metadata.gz: b7cdebf2deea4f28f02fe09935cfe09209cd11b2
4
+ data.tar.gz: 66efc797eba41efaa8db8c47fdcbb45593aa9a41
5
5
  SHA512:
6
- metadata.gz: 75da327abd7b9d7ce5ac30a1b5bf40f56ca72546bfed497f5172fed86569973ca615d75da5856da90e9a4387a1f4ba6a4ac05ec1bab1b1af45519e554806076e
7
- data.tar.gz: 3c75635cdc3a1d542d2ca36b851dacdfe5e175e4845c7394f2955399165ade1a82cbaacc0b73c7f5b9b7348c8ddd521807dda3bd83d3b39754370a72447612e9
6
+ metadata.gz: d3d2a7c32523eaba3258b073eb595940afa64f19e0b1f010033660018bd45d6dcc8cd6da71aff80e542d7baaff76c141e9be9045dac8519157de94eb1e4d82d8
7
+ data.tar.gz: b3df731d88761c36d364888fd25b9e79c5866a9c730e940002e8233b42546082a4c2a07204eaf03cbdcea1b27262a024034dd749066df50e7ef9091afe58322d
@@ -7,9 +7,8 @@ module Ruboty
7
7
  CONNECTION_CLOSED = Object.new
8
8
 
9
9
  def initialize(websocket_url:)
10
- @client = create_client(websocket_url.to_s)
11
-
12
10
  @queue = Queue.new
11
+ @client = create_client(websocket_url.to_s)
13
12
  end
14
13
 
15
14
  def send_message(data)
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module SlackRTM
3
- VERSION = '2.7.0'
3
+ VERSION = '2.7.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-slack_rtm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sho Kusano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-09 00:00:00.000000000 Z
11
+ date: 2016-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler