statelydb 0.32.1 → 0.32.2

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: 97272b110f9fec7142b9ea857cc347f8b51a1efd91d59fbd823915cf0057041b
4
- data.tar.gz: c3ca9ce46c7f2565f7bb24ede4d753d680fa25e10c7e477436ad8e0914ec8318
3
+ metadata.gz: dac285df398248f9640e82813ba4812ec0fa1e5b64a614953517fb30fbacd244
4
+ data.tar.gz: 6cfa678c0551f362cda1b3bd4a32c13c2a9c197c8e5840c45769923634aafcc5
5
5
  SHA512:
6
- metadata.gz: 9cf383640c6173e9f9e6682ec98047021fbc6106ce64248a881c556979bd361463e1b9965f2bf1dcfc4b21da84ed6360a4da56399e9d66b94d64ab80b56d171e
7
- data.tar.gz: 70c1fc4b016c98c338b85f5c57d67964a7bf07ddeebf48196af63ad19b4938921ac682483137811acc9a6d7b2e8b4dd224ed535f6e1148def41d676afd48cc9f
6
+ metadata.gz: a39f99fe5df68730c1b52832d77719e4dbe454400744ff8385ac7c05a025d41f3cfb455e92b75b6006cc943f02c91e9e3b717f48ecfe692f924fc4052fa44c79
7
+ data.tar.gz: 21bf17f577aca3ce643199c8d69522da4c8c57a42cd509bd78073725e1fa45764f8d7d50770158d3c81bd88beee17f95bdc6123a15bac7b5a0ddaccd153a5434
data/lib/statelydb.rb CHANGED
@@ -25,7 +25,7 @@ module StatelyDB
25
25
  class CoreClient
26
26
  # Initialize a new StatelyDB CoreClient
27
27
  #
28
- # @param store_id [Integer] the StatelyDB to use for all operations with this client.
28
+ # @param store_id [Integer] the StatelyDB store to use for all operations with this client.
29
29
  # @param schema [Module] the generated Schema module to use for mapping StatelyDB Items.
30
30
  # @param token_provider [StatelyDB::Common::Auth::TokenProvider] the token provider to use for authentication.
31
31
  # @param endpoint [String] the endpoint to connect to.
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StatelyDB
4
- VERSION = "0.32.1"
4
+ VERSION = "0.32.2"
5
5
  end
data/rbi/statelydb.rbi CHANGED
@@ -196,7 +196,7 @@ module StatelyDB
196
196
  class CoreClient
197
197
  # Initialize a new StatelyDB CoreClient
198
198
  #
199
- # _@param_ `store_id` — the StatelyDB to use for all operations with this client.
199
+ # _@param_ `store_id` — the StatelyDB store to use for all operations with this client.
200
200
  #
201
201
  # _@param_ `schema` — the generated Schema module to use for mapping StatelyDB Items.
202
202
  #
data/sig/statelydb.rbs CHANGED
@@ -164,7 +164,7 @@ module StatelyDB
164
164
  class CoreClient
165
165
  # Initialize a new StatelyDB CoreClient
166
166
  #
167
- # _@param_ `store_id` — the StatelyDB to use for all operations with this client.
167
+ # _@param_ `store_id` — the StatelyDB store to use for all operations with this client.
168
168
  #
169
169
  # _@param_ `schema` — the generated Schema module to use for mapping StatelyDB Items.
170
170
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statelydb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.1
4
+ version: 0.32.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stately Cloud, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-30 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async