immudb 0.1.0 → 0.2.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immudb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-31 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -36,21 +36,26 @@ files:
36
36
  - lib/immudb.rb
37
37
  - lib/immudb/client.rb
38
38
  - lib/immudb/constants.rb
39
+ - lib/immudb/database.rb
39
40
  - lib/immudb/dual_proof.rb
41
+ - lib/immudb/entry_spec.rb
40
42
  - lib/immudb/grpc/schema_pb.rb
41
43
  - lib/immudb/grpc/schema_services_pb.rb
42
44
  - lib/immudb/htree.rb
43
45
  - lib/immudb/inclusion_proof.rb
44
46
  - lib/immudb/interceptor.rb
45
47
  - lib/immudb/kv.rb
48
+ - lib/immudb/kv_metadata.rb
46
49
  - lib/immudb/linear_proof.rb
47
50
  - lib/immudb/root_service.rb
51
+ - lib/immudb/schema.rb
48
52
  - lib/immudb/sql_result.rb
49
53
  - lib/immudb/state.rb
50
54
  - lib/immudb/store.rb
51
55
  - lib/immudb/tx.rb
56
+ - lib/immudb/tx_entry.rb
57
+ - lib/immudb/tx_header.rb
52
58
  - lib/immudb/tx_metadata.rb
53
- - lib/immudb/txe.rb
54
59
  - lib/immudb/version.rb
55
60
  homepage: https://github.com/ankane/immudb-ruby
56
61
  licenses:
@@ -64,14 +69,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
69
  requirements:
65
70
  - - ">="
66
71
  - !ruby/object:Gem::Version
67
- version: '2.6'
72
+ version: '3'
68
73
  required_rubygems_version: !ruby/object:Gem::Requirement
69
74
  requirements:
70
75
  - - ">="
71
76
  - !ruby/object:Gem::Version
72
77
  version: '0'
73
78
  requirements: []
74
- rubygems_version: 3.2.32
79
+ rubygems_version: 3.4.10
75
80
  signing_key:
76
81
  specification_version: 4
77
82
  summary: Ruby client for immudb