slack-ruby-client 0.14.0 → 0.14.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41b05d465011510580551afbef311aa1df18063ca138248729182151b0338dc7
4
- data.tar.gz: 8a38b38f90eb718d5c54cc7adf40384fa059d93deb82265b9bf29bcaf0de9ec1
3
+ metadata.gz: 3f49c09a3a19a7cabc86a35479cc1e0073b6fb35939379961353cf16b30c8ce5
4
+ data.tar.gz: 82d9a2b2854adfb3e78a51328dbdbcf298c50acb9eef45a521a3a6a4335f7674
5
5
  SHA512:
6
- metadata.gz: a7781e6f5438b9b4684b99eec70180906b5cba1bd325ef03df3b8e4b40321b186b00ff96962ccc67c4923a3d560beea8859737fb9e18010b6c53a6e8c99b0bf0
7
- data.tar.gz: 0dee1a1224b31a368176b7e5f7ebec109135c9b4f54ccb3827d6e4165a61d94e0a97ca06dfd1b87427494c287dd455ab598ee1b363703f3778756308ec486ccf
6
+ metadata.gz: c7840627a1a2b0226599c6d64445fe4f2a1590b6d129211a6659cbe9aef7bb6dc534438fc61ee95e01ea3f518b299ff8a9739165011e361538f6688e8b228b41
7
+ data.tar.gz: ed84733c510bc3ef05710046b7a6eef36d84b923cfcf76912093386de88d2a47c55bf1e7082c384c9829ba639373d73fa3ebac0f4a1c711fff398ea9be84a230
@@ -1,3 +1,7 @@
1
+ ### 0.14.1 (2019/2/26)
2
+
3
+ * [#254](https://github.com/slack-ruby/slack-ruby-client/issues/254): Fix: celluloid infinite reconnect loop - [@dblock](https://github.com/dblock).
4
+
1
5
  ### 0.14.0 (2019/2/25)
2
6
 
3
7
  * [#238](https://github.com/slack-ruby/slack-ruby-client/issues/238): Added `Slack::Events::Request#verify!` to check whether an event request is coming from Slack - [@dblock](https://github.com/dblock).
data/README.md CHANGED
@@ -66,7 +66,7 @@ A Ruby client for the Slack [Web](https://api.slack.com/web), [RealTime Messagin
66
66
 
67
67
  ## Stable Release
68
68
 
69
- You're reading the documentation for the **stable** release of slack-ruby-client, v0.14.0. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
69
+ You're reading the documentation for the **stable** release of slack-ruby-client, v0.14.1. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
70
70
 
71
71
  ## Installation
72
72
 
@@ -69,8 +69,8 @@ module Slack
69
69
 
70
70
  def start_async(client)
71
71
  @client = client
72
- Actor.new(future.run_client_loop)
73
72
  Actor.new(future.run_ping_loop)
73
+ Actor.new(future.run_client_loop)
74
74
  end
75
75
 
76
76
  def run_client_loop
@@ -1,3 +1,3 @@
1
1
  module Slack
2
- VERSION = '0.14.0'.freeze
2
+ VERSION = '0.14.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Doubrovkine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-25 00:00:00.000000000 Z
11
+ date: 2019-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport