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 +4 -4
- data/lib/statelydb.rb +1 -1
- data/lib/version.rb +1 -1
- data/rbi/statelydb.rbi +1 -1
- data/sig/statelydb.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dac285df398248f9640e82813ba4812ec0fa1e5b64a614953517fb30fbacd244
|
4
|
+
data.tar.gz: 6cfa678c0551f362cda1b3bd4a32c13c2a9c197c8e5840c45769923634aafcc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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-
|
11
|
+
date: 2025-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async
|