anycable-core 1.6.0.rc.1 → 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 +4 -0
- data/lib/anycable/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fbdcf86c3e6da895876548c38d63a1de943393851ab3fdd58c59bb583230043
|
4
|
+
data.tar.gz: e190ede53e8278dff5643ba37226aa04bde286b0e273a9e6be3c15731c58c598
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb633d8f1576d46d952c5def4e2be25a201589f1c0dd9f0d9fb9a0081b87a4869800d2c6e6ace0734bed8e50d69660d046831e72595a229641b7ed13fe431513
|
7
|
+
data.tar.gz: 6776f9a094896bf29e16c09dc58a81e9625e256c0e6651ae0cb53a05bb1ac0aa65a394ccd550c63c92722d19e329f3b22c10709723a344e202971e42f2ae3394
|
data/CHANGELOG.md
CHANGED
data/lib/anycable/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anycable-core
|
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
|
- Vladimir Dementyev
|
8
|
-
autorequire:
|
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: anyway_config
|
@@ -319,7 +319,7 @@ metadata:
|
|
319
319
|
homepage_uri: https://anycable.io/
|
320
320
|
source_code_uri: http://github.com/anycable/anycable-rb
|
321
321
|
funding_uri: https://github.com/sponsors/anycable
|
322
|
-
post_install_message:
|
322
|
+
post_install_message:
|
323
323
|
rdoc_options: []
|
324
324
|
require_paths:
|
325
325
|
- lib
|
@@ -330,12 +330,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
330
330
|
version: '2.7'
|
331
331
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
332
332
|
requirements:
|
333
|
-
- - "
|
333
|
+
- - ">="
|
334
334
|
- !ruby/object:Gem::Version
|
335
|
-
version:
|
335
|
+
version: '0'
|
336
336
|
requirements: []
|
337
337
|
rubygems_version: 3.4.19
|
338
|
-
signing_key:
|
338
|
+
signing_key:
|
339
339
|
specification_version: 4
|
340
340
|
summary: Ruby SDK for AnyCable, an open-source realtime server for reliable two-way
|
341
341
|
communication
|