actioncable 7.0.0.alpha1 → 7.0.0.alpha2

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
  SHA256:
3
- metadata.gz: ae20b4c4ec6fe995164eb0a9701a3f79c92b8859e71aa10d1a95e2fd243a25ad
4
- data.tar.gz: 69426337d819a6f40f24a4b57b5b0bd75bb0cdd8066da0eff4c8967c68a7a240
3
+ metadata.gz: 8a0c741b2d34d3c376aa96f0d1f4aaf02991e387a05caa23097b11004c0dc7a1
4
+ data.tar.gz: 30d7657409916c61a7e2cabbdee7ceac274872bf8b149ea60e7f0f48a3aea575
5
5
  SHA512:
6
- metadata.gz: b5f2b7b8028ef108170d53c6287fc652ecdf24e5c0d91bac0075003a56972462369fd0b2a4bcd071b1ee1b8800c4bede4b2b8d12e55f421915304ea8475002ad
7
- data.tar.gz: 42a713b80aeafdb15c951f691d2a2f29fcbbcc3eb350439cc4d10614b534d6a959315cf990a681458267f06b8f12da8cd211035a0041fcb16b65cc55c0e1e88c
6
+ metadata.gz: cf8fc4b6c400845726cf1dab3ad2a145494785f98f58572ad4b6355974477759122456c06de790116ac287c29aaade50ddacf61dc4ed746f3e95de6380715e0c
7
+ data.tar.gz: 37b7b67fe3fcf93a7e4472ebd5b4471259715f6aacb6b19b0a169fc0f4d32d8de4d180c8b974923a86ad36b891ceecd2ba54a1bf36133e030d5efce0202b0858
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.0.alpha2 (September 15, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.0.alpha1 (September 15, 2021) ##
2
7
 
3
8
  * Compile ESM package that can be used directly in the browser as actioncable.esm.js.
@@ -10,7 +10,7 @@ module ActionCable
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "alpha1"
13
+ PRE = "alpha2"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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: 7.0.0.alpha1
4
+ version: 7.0.0.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pratik Naik
@@ -17,28 +17,28 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 7.0.0.alpha1
20
+ version: 7.0.0.alpha2
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: 7.0.0.alpha1
27
+ version: 7.0.0.alpha2
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: 7.0.0.alpha1
34
+ version: 7.0.0.alpha2
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: 7.0.0.alpha1
41
+ version: 7.0.0.alpha2
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/v7.0.0.alpha1/actioncable/CHANGELOG.md
144
- documentation_uri: https://api.rubyonrails.org/v7.0.0.alpha1/
143
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.0.alpha2/actioncable/CHANGELOG.md
144
+ documentation_uri: https://api.rubyonrails.org/v7.0.0.alpha2/
145
145
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
146
- source_code_uri: https://github.com/rails/rails/tree/v7.0.0.alpha1/actioncable
146
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.0.alpha2/actioncable
147
147
  post_install_message:
148
148
  rdoc_options: []
149
149
  require_paths: