statelydb 0.32.0 → 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: 35e3251c32e9dd82dcb0d6e0d8da8b43f276d1756c0650027e8b12216760d663
4
- data.tar.gz: c724f83a7fb1a78d347ee476231ec05d9511710222c051c988ca65af955bda71
3
+ metadata.gz: dac285df398248f9640e82813ba4812ec0fa1e5b64a614953517fb30fbacd244
4
+ data.tar.gz: 6cfa678c0551f362cda1b3bd4a32c13c2a9c197c8e5840c45769923634aafcc5
5
5
  SHA512:
6
- metadata.gz: f79157f6c53116af46845a1e2bd965f6a9f3c9b954b8064e6b9d70cf2ae8ef5700e0233a2fc4f25b66acc45df3ecb1345a0053dd73ea98329a72bddb7121bcb0
7
- data.tar.gz: 851156f5b067b1ca34efaf4a44a78184018892fb8a60f120dfec13b66e8f6695ab31ef1d99032494111ad03c5be6c7e5b5c697223c2a96d1181fd43f25d2ffc6
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.0"
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,85 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statelydb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
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-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 2.21.1
19
+ version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 2.21.1
26
+ version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: async-actor
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '='
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.1.1
33
+ version: '0.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '='
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.1.1
40
+ version: '0.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: async-http
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '='
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.85.0
47
+ version: '0.1'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '='
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.85.0
54
+ version: '0.1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: grpc
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '='
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.73.0
61
+ version: '1.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '='
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.73.0
68
+ version: '1.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rake
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '='
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 13.3.0
75
+ version: '13.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '='
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 13.3.0
82
+ version: '13.0'
83
83
  description: Client for StatelyDB, a document database built on top of DynamoDB with
84
84
  Elastic Schema that allows you to change your data model any time with automatic
85
85
  backwards compatibility.