lutaml-store 0.2.1 → 0.2.4

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: lutaml-store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ronald Tse
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-05 00:00:00.000000000 Z
11
+ date: 2026-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model
@@ -28,16 +28,22 @@ dependencies:
28
28
  name: rubyzip
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.3'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: '4'
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '2.3'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: '4'
41
47
  description: |
42
48
  Provides a unified store interface for Lutaml::Model objects with model registry,
43
49
  polymorphic support, composite relationships, and multiple storage backends
@@ -75,8 +81,10 @@ files:
75
81
  - lib/lutaml/store/format/json.rb
76
82
  - lib/lutaml/store/format/jsonl.rb
77
83
  - lib/lutaml/store/format/marshal_format.rb
84
+ - lib/lutaml/store/format/xml.rb
78
85
  - lib/lutaml/store/format/yaml.rb
79
86
  - lib/lutaml/store/format/yamls.rb
87
+ - lib/lutaml/store/format_serializer.rb
80
88
  - lib/lutaml/store/http_cache.rb
81
89
  - lib/lutaml/store/http_cache_config.rb
82
90
  - lib/lutaml/store/http_cache_entry.rb
@@ -92,6 +100,8 @@ files:
92
100
  - lib/lutaml/store/package_transport/base.rb
93
101
  - lib/lutaml/store/package_transport/directory_transport.rb
94
102
  - lib/lutaml/store/package_transport/zip_transport.rb
103
+ - lib/lutaml/store/predicate.rb
104
+ - lib/lutaml/store/query.rb
95
105
  - lib/lutaml/store/storage_key.rb
96
106
  - lib/lutaml/store/version.rb
97
107
  - sig/lutaml/store.rbs