actioncable 6.0.2.1 → 6.0.3.2

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: 01cdcda0f72fe8020f2ffecf654e85b6112731168f9b7c25477f3de774c801a6
4
- data.tar.gz: 601ac68b10f3ed72b5e77f3915b174623a65df49dcd71391f6aba141c6e5c6c0
3
+ metadata.gz: d27d81de1541f7707f195bfda59ad38a7bb1acf92435b2edf25c717b7ec1a6be
4
+ data.tar.gz: 0f6e006c0c1da948243fe4a9eb0a753de89ccd6af289e86614b1243f3e28649e
5
5
  SHA512:
6
- metadata.gz: 956e54cd03a0ed89470df0ecba7f4804bec6380aa189075648f561ff79d2f0ce2b6a72490e2fafdf4f0e54183e8a87c5030388e7cc3a9a799f67e7760779194a
7
- data.tar.gz: 707419c1639aaf4f8089eac8e1ea3042f6d6881c7059d8ae5080f36e7a0a23a8b8c31ab3a9d4745de453c89454b3e0ffb29dc11e4284d373dd8a461b83d3d362
6
+ metadata.gz: 90e5f1776706f6ca172aa39bca5e9339994ae0093ee4d4c0274a02e7838c680f27043aeeee6f87b76b65c1792d06e65dbba903b0ad09c2d83b235a9bff71c328
7
+ data.tar.gz: 5e8a7d8da3e81b52de3c1379acaa94292c1e3b8a73c9303ebd0c8c9e84b016a640059ec144f1a336d0a70cb4ffb9dcb9da414267c5a7aa38012d5ce80965092a
@@ -1,3 +1,23 @@
1
+ ## Rails 6.0.3.2 (June 17, 2020) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.0.3.1 (May 18, 2020) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 6.0.3 (May 06, 2020) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 6.0.2.2 (March 19, 2020) ##
17
+
18
+ * No changes.
19
+
20
+
1
21
  ## Rails 6.0.2.1 (December 18, 2019) ##
2
22
 
3
23
  * No changes.
data/README.md CHANGED
@@ -21,4 +21,4 @@ Bug reports for the Ruby on Rails project can be filed here:
21
21
 
22
22
  Feature requests should be discussed on the rails-core mailing list here:
23
23
 
24
- * https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
24
+ * https://discuss.rubyonrails.org/c/rubyonrails-core
@@ -185,7 +185,7 @@ module ActionCable
185
185
 
186
186
  connection = self.class.connection_class.allocate
187
187
  connection.singleton_class.include(TestConnection)
188
- connection.send(:initialize, build_test_request(path, request_params))
188
+ connection.send(:initialize, build_test_request(path, **request_params))
189
189
  connection.connect if connection.respond_to?(:connect)
190
190
 
191
191
  # Only set instance variable if connected successfully
@@ -9,8 +9,8 @@ module ActionCable
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
- TINY = 2
13
- PRE = "1"
12
+ TINY = 3
13
+ PRE = "2"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
@@ -66,7 +66,6 @@ module ActionCable
66
66
  end
67
67
 
68
68
  private
69
-
70
69
  def logger
71
70
  ActionCable.server.logger
72
71
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actioncable
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2.1
4
+ version: 6.0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pratik Naik
8
8
  - David Heinemeier Hansson
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-12-18 00:00:00.000000000 Z
12
+ date: 2020-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 6.0.2.1
20
+ version: 6.0.3.2
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 6.0.2.1
27
+ version: 6.0.3.2
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: nio4r
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -126,11 +126,11 @@ licenses:
126
126
  - MIT
127
127
  metadata:
128
128
  bug_tracker_uri: https://github.com/rails/rails/issues
129
- changelog_uri: https://github.com/rails/rails/blob/v6.0.2.1/actioncable/CHANGELOG.md
130
- documentation_uri: https://api.rubyonrails.org/v6.0.2.1/
131
- mailing_list_uri: https://groups.google.com/forum/#!forum/rubyonrails-talk
132
- source_code_uri: https://github.com/rails/rails/tree/v6.0.2.1/actioncable
133
- post_install_message:
129
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.3.2/actioncable/CHANGELOG.md
130
+ documentation_uri: https://api.rubyonrails.org/v6.0.3.2/
131
+ mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
132
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.3.2/actioncable
133
+ post_install_message:
134
134
  rdoc_options: []
135
135
  require_paths:
136
136
  - lib
@@ -145,8 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  requirements: []
148
- rubygems_version: 3.0.3
149
- signing_key:
148
+ rubygems_version: 3.1.2
149
+ signing_key:
150
150
  specification_version: 4
151
151
  summary: WebSocket framework for Rails.
152
152
  test_files: []