stream-chat-ruby 3.7.0 → 3.8.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: a9d9b7da9ed7b34e26558596b67c8163034c2fb7d15b5f484bd1183aa38a8977
4
- data.tar.gz: 3b7a1bd942807c920c10208b64018422dac7893a6fb8432fd390892d594d52a9
3
+ metadata.gz: e10a1fbd71fbd03f5bae3e09ab7ab73550a2db39ee4115e9c67d2d4b8e1470b3
4
+ data.tar.gz: aa5c552ab4b4246d2bc2f3beff765b50b1d27dae6ca798ed7eea28e5aded68ea
5
5
  SHA512:
6
- metadata.gz: 51087799d97d03e6d4f9530c3e39c9956b279d51d32ecc47fb0dcf242d12ef5c2bf1cccfb25b523d774ba31ff063284c3c013e30be8b8b0c75183648e457c728
7
- data.tar.gz: 2fc7f5f3e3c3df330bd24980b5672767982bd2e66166ff245741042cbe1cdc02de2f17eeb55b82e7f60f09f854a5c62b636d28a69789aace2000061faa0234c9
6
+ metadata.gz: 6a4e3c68f24960341d454269c49bf6340efe2cab15205bb4b4656d9602fa233b3e4305b3e1001da9be3c3e195e9a5afc4048f03eccb9c369f83427241ce244ef
7
+ data.tar.gz: df5e4fb41602279d2649ce0c91ca9381984c1321fe941f30d12e2e5dc5059d2da2f6d1993f4b8488106879ec32db68eb160c496c3c3b3f798c0b37b2d238d4f9
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.8.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.7.0...v3.8.0) (2025-02-11)
6
+
7
+
8
+ ### Other
9
+
10
+ * added tests using the restricted visibility feature ([#144](https://github.com/GetStream/stream-chat-ruby/issues/144)) ([b13cc92](https://github.com/GetStream/stream-chat-ruby/commit/b13cc92cd91aeb1f6e1a25f5c6d22efb41339f49))
11
+
5
12
  ## [3.7.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.6.0...v3.7.0) (2024-12-09)
6
13
 
7
14
  ## [3.6.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.5.1...v3.6.0) (2024-05-22)
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module StreamChat
5
- VERSION = '3.7.0'
5
+ VERSION = '3.8.0'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stream-chat-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
4
+ version: 3.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - getstream.io
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-09 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -130,7 +130,7 @@ metadata:
130
130
  documentation_uri: https://getstream.io/chat/docs/ruby/?language=ruby
131
131
  changelog_uri: https://github.com/GetStream/stream-chat-ruby/blob/master/CHANGELOG.md
132
132
  source_code_uri: https://github.com/GetStream/stream-chat-ruby
133
- post_install_message:
133
+ post_install_message:
134
134
  rdoc_options: []
135
135
  require_paths:
136
136
  - lib
@@ -145,8 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  requirements: []
148
- rubygems_version: 3.3.5
149
- signing_key:
148
+ rubygems_version: 3.4.20
149
+ signing_key:
150
150
  specification_version: 4
151
151
  summary: The low level client for serverside calls for Stream Chat.
152
152
  test_files: []