anycable-rails 1.6.0.rc.3 → 1.6.0
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 +4 -4
- data/CHANGELOG.md +1 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ba2c1280e9aed54ad6ac10e058b355391184d16a847240b2b3b8573703fb45e
|
4
|
+
data.tar.gz: e99a9e3b866a0515aacf3158eecafa4dad07ea242c614f6999d8116707de832d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b05dfa51fe42988f87245777b879b01cfeafe83752c7e177e16dc3f2c7a360500decba528e0c6ffddcdf5fbd2348880d040c5e7701c346f71848dc5683de22eb
|
7
|
+
data.tar.gz: 7af2054a8869c4d4b40aeca8c20fc2af39c217136789b206a18af48a1e94f343a854660fc03cd1e740f710d6186da17f0d5fec88980c429399222241075132a8
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
## main
|
4
4
|
|
5
|
-
## 1.6.0
|
5
|
+
## 1.6.0 (2025-03-18)
|
6
6
|
|
7
7
|
- Update `anycable:download` generator to support v1.6+. ([@palkan][])
|
8
8
|
|
@@ -10,8 +10,6 @@
|
|
10
10
|
|
11
11
|
It generates a meta tag with the AnyCable JWT token (w/o the URL).
|
12
12
|
|
13
|
-
## 1.6.0.rc.2 (2025-02-10)
|
14
|
-
|
15
13
|
- Add Presence API. ([@palkan][])
|
16
14
|
|
17
15
|
## 1.5.5 (2024-12-12)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anycable-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.0
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- palkan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: anycable-rails-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.6.0
|
19
|
+
version: 1.6.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.6.0
|
26
|
+
version: 1.6.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: anycable
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -181,9 +181,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
181
181
|
version: '0'
|
182
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
183
183
|
requirements:
|
184
|
-
- - "
|
184
|
+
- - ">="
|
185
185
|
- !ruby/object:Gem::Version
|
186
|
-
version:
|
186
|
+
version: '0'
|
187
187
|
requirements: []
|
188
188
|
rubygems_version: 3.4.19
|
189
189
|
signing_key:
|