actioncable 6.1.1 → 6.1.3

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: 7feb4f0b75d0e707652c4c754ad1a7c980c5e83909a0b3cca9f960fb552ff153
4
- data.tar.gz: 685bc668cc0a266465ef91cfab6e9c7a0c91b3ff3ee62c14aa24212ed74e15d1
3
+ metadata.gz: 7bf2f7592d39b77dce7363898a15d105fa654c8dfe8144b6b07eebbb62304850
4
+ data.tar.gz: fee2ad27c35d436b4ecff6c112738ee4acfadecd4de3702781ca4537a671bb21
5
5
  SHA512:
6
- metadata.gz: 9a8b51005331c276517a55e4438059ec6a697cc4c7e1e0c21d207370a9e542baac3c8598ab7ef068b4a5b9b1ea037213e70d5a81a720f2462d0260fed342e8b1
7
- data.tar.gz: cf38227aab29668b58b8fcbe5295b757b9395c9369658667a153f22f4005593ea9291782c8c86f042272e947c33207a4cb2fd4fd19de5281ebb6b1b2ff619b1d
6
+ metadata.gz: 9b26fd705356a9ba97348ed0f45e134bb588fcc3d7498b4c445b345d7452e804c9027784073a7c20d4025d338c9ffd2469bd4856ecf72ec2bc4ed758aaa71ed0
7
+ data.tar.gz: 710400f215950d2df3515c051d607d92287cf2e47638c979bf6babfae90045f320cf6d18fa08f73d63d62346334e7f3f5cf3871bbe9772f01492818a721ebf3e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## Rails 6.1.3 (February 17, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.1.2.1 (February 10, 2021) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 6.1.2 (February 09, 2021) ##
12
+
13
+ * No changes.
14
+
15
+
1
16
  ## Rails 6.1.1 (January 07, 2021) ##
2
17
 
3
18
  * No changes.
@@ -25,7 +25,7 @@ module ActionCable
25
25
  #
26
26
  # An example broadcasting for this channel looks like so:
27
27
  #
28
- # ActionCable.server.broadcast "comments_for_45", author: 'DHH', content: 'Rails is just swell'
28
+ # ActionCable.server.broadcast "comments_for_45", { author: 'DHH', content: 'Rails is just swell' }
29
29
  #
30
30
  # If you have a stream that is related to a model, then the broadcasting used can be generated from the model and channel.
31
31
  # The following example would subscribe to a broadcasting like <tt>comments:Z2lkOi8vVGVzdEFwcC9Qb3N0LzE</tt>.
@@ -15,9 +15,9 @@ module ActionCable
15
15
  end
16
16
  end
17
17
 
18
- # Stub `stream_from` to track streams for the channel.
19
- # Add public aliases for `subscription_confirmation_sent?` and
20
- # `subscription_rejected?`.
18
+ # Stub +stream_from+ to track streams for the channel.
19
+ # Add public aliases for +subscription_confirmation_sent?+ and
20
+ # +subscription_rejected?+.
21
21
  module ChannelStub
22
22
  def confirmed?
23
23
  subscription_confirmation_sent?
@@ -123,7 +123,7 @@ module ActionCable
123
123
  # <b>connection</b>::
124
124
  # An ActionCable::Channel::ConnectionStub, representing the current HTTP connection.
125
125
  # <b>subscription</b>::
126
- # An instance of the current channel, created when you call `subscribe`.
126
+ # An instance of the current channel, created when you call +subscribe+.
127
127
  # <b>transmissions</b>::
128
128
  # A list of all messages that have been transmitted into the channel.
129
129
  #
@@ -9,7 +9,7 @@ module ActionCable
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
- TINY = 1
12
+ TINY = 3
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actioncable
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.1
4
+ version: 6.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pratik Naik
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-01-07 00:00:00.000000000 Z
12
+ date: 2021-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -17,28 +17,28 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 6.1.1
20
+ version: 6.1.3
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.1.1
27
+ version: 6.1.3
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: actionpack
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 6.1.1
34
+ version: 6.1.3
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 6.1.1
41
+ version: 6.1.3
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: nio4r
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -140,10 +140,10 @@ licenses:
140
140
  - MIT
141
141
  metadata:
142
142
  bug_tracker_uri: https://github.com/rails/rails/issues
143
- changelog_uri: https://github.com/rails/rails/blob/v6.1.1/actioncable/CHANGELOG.md
144
- documentation_uri: https://api.rubyonrails.org/v6.1.1/
143
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.3/actioncable/CHANGELOG.md
144
+ documentation_uri: https://api.rubyonrails.org/v6.1.3/
145
145
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
146
- source_code_uri: https://github.com/rails/rails/tree/v6.1.1/actioncable
146
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.3/actioncable
147
147
  post_install_message:
148
148
  rdoc_options: []
149
149
  require_paths: