action_cable_client 1.2.3 → 1.2.4

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
  SHA1:
3
- metadata.gz: dec61f745613b62ce129f1a873a18abae86fb5b1
4
- data.tar.gz: b384a15c1ea219d5f5d7bfbbf49ae4ac360704fe
3
+ metadata.gz: d277286f584837f71576421701bae3c0975e4eb7
4
+ data.tar.gz: 78a1268989c024534d62f7518bca9ef7138f8c50
5
5
  SHA512:
6
- metadata.gz: f6f5b9bebe52571701b3cc211058d617407f49f3118d8014db3809f306af7adde92d9b82665663839a5e511cd26d8436cd6195f60a1f4dc1a7552280bfad6c4d
7
- data.tar.gz: 1abfbb2e5372acd5967f6b4ab328c7a75227bcd84bf33f9c79491b4d81411338e60b18296fea3e41cb253554889ac8e65ce1d6e718c440768491dac6ad64fd0d
6
+ metadata.gz: 167fbe1af85644521eeacd4cf5236a7970c237b929a31090ba0e39bbb79de3d99248bba8bd09bad2b6e651c293188c802eaaffaf293798c23debf69fe48e19ea
7
+ data.tar.gz: d543bf29866e065d3313d0dc03f7f28061aaf3be6676a2b6c7d61b82c10f840892d421ea0bc432270830bbd77f79b5f243d9d78c1829a884c4e7646c75565ef7
@@ -1,3 +1,10 @@
1
+ ## 1.2.4
2
+ * Support Ruby 2.2.2
3
+
4
+ ## 1.2.3
5
+ * The ping message received from the action cable server changed from being identity: _ping to type: ping
6
+ * Fixed an issue where subscribing sometimes didn't work.
7
+
1
8
  ## 1.2.0
2
9
  * Made the handling of received messages not all happen in one method. This allows for easier overriding of what is yielded, in case someone wants to also yield the URL for example.
3
10
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  class ActionCableClient
3
- VERSION = '1.2.3'
3
+ VERSION = '1.2.4'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_cable_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-28 00:00:00.000000000 Z
11
+ date: 2016-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -118,7 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
118
  requirements:
119
119
  - - ">="
120
120
  - !ruby/object:Gem::Version
121
- version: 2.3.0
121
+ version: 2.2.2
122
122
  required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements:
124
124
  - - ">="
@@ -129,6 +129,6 @@ rubyforge_project:
129
129
  rubygems_version: 2.5.1
130
130
  signing_key:
131
131
  specification_version: 4
132
- summary: ActionCableClient-1.2.3
132
+ summary: ActionCableClient-1.2.4
133
133
  test_files: []
134
134
  has_rdoc: