statelydb 0.12.1 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/api/db/get_pb.rb +1 -1
- data/lib/api/db/list_pb.rb +3 -3
- data/lib/api/db/put_pb.rb +1 -1
- data/lib/api/db/service_pb.rb +8 -8
- data/lib/api/db/service_services_pb.rb +1 -1
- data/lib/api/db/sync_list_pb.rb +2 -2
- data/lib/api/db/transaction_pb.rb +7 -7
- data/lib/common/auth/auth0_token_provider.rb +3 -3
- data/lib/error.rb +0 -5
- data/lib/statelydb.rb +1 -5
- data/lib/token.rb +2 -3
- data/lib/transaction/transaction.rb +1 -1
- data/sig/grpc.rbs +80 -0
- data/sig/statelydb.rbi +1085 -0
- data/sig/statelydb.rbs +952 -0
- metadata +7 -4
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.
|
4
|
+
version: 0.13.0
|
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: 2024-12-
|
11
|
+
date: 2024-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async
|
@@ -67,7 +67,7 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 1.63.0
|
69
69
|
description: ''
|
70
|
-
email:
|
70
|
+
email: support@stately.cloud
|
71
71
|
executables: []
|
72
72
|
extensions: []
|
73
73
|
extra_rdoc_files: []
|
@@ -100,7 +100,10 @@ files:
|
|
100
100
|
- lib/transaction/queue.rb
|
101
101
|
- lib/transaction/transaction.rb
|
102
102
|
- lib/uuid.rb
|
103
|
-
|
103
|
+
- sig/grpc.rbs
|
104
|
+
- sig/statelydb.rbi
|
105
|
+
- sig/statelydb.rbs
|
106
|
+
homepage: https://docs.stately.cloud/clients/ruby/
|
104
107
|
licenses:
|
105
108
|
- Apache-2.0
|
106
109
|
metadata:
|