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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a1e141540dbc11a56633dda1ba555de70900a37e3510f2c6404e50cc1375cfc
4
- data.tar.gz: f51a96aa3b101fbd9a3dbfa66ec51109b3ff81897796a9e9a8d3fa2ba29ef0eb
3
+ metadata.gz: 1fbdcf86c3e6da895876548c38d63a1de943393851ab3fdd58c59bb583230043
4
+ data.tar.gz: e190ede53e8278dff5643ba37226aa04bde286b0e273a9e6be3c15731c58c598
5
5
  SHA512:
6
- metadata.gz: 9d021b6d6036e6d6d425ead93557688cb99d119f36276acae4474abb12b0aa58ada3bd380c48d8d154978449299dd23bb36e629a148be5b5a62831b51049c6ec
7
- data.tar.gz: 7bd8f7d0abc547f8b61bab521d8ff96f4d58a5e5887982f597c7e71472bd8abb9179611bb28c29e236f5f4a89ac6c6f8f0a91f540b44f13785e4dcc8ccf8032f
6
+ metadata.gz: eb633d8f1576d46d952c5def4e2be25a201589f1c0dd9f0d9fb9a0081b87a4869800d2c6e6ace0734bed8e50d69660d046831e72595a229641b7ed13fe431513
7
+ data.tar.gz: 6776f9a094896bf29e16c09dc58a81e9625e256c0e6651ae0cb53a05bb1ac0aa65a394ccd550c63c92722d19e329f3b22c10709723a344e202971e42f2ae3394
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master
4
4
 
5
+ ## 1.6.0 (2025-03-18)
6
+
7
+ - Add presence support. ([@palkan][])
8
+
5
9
  ## 1.5.2 (2024-12-27)
6
10
 
7
11
  - Update google-protobuf to version 4 (support Ruby 3.4). ([@le0pard][])
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AnyCable
4
- VERSION = "1.6.0.rc.1"
4
+ VERSION = "1.6.0"
5
5
  end
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.rc.1
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-01-03 00:00:00.000000000 Z
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: 1.3.1
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