lutaml-model 0.3.6 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lutaml-model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -82,8 +82,11 @@ files:
82
82
  - lib/lutaml/model/type.rb
83
83
  - lib/lutaml/model/type/date_time.rb
84
84
  - lib/lutaml/model/type/time_without_date.rb
85
+ - lib/lutaml/model/utils.rb
85
86
  - lib/lutaml/model/version.rb
86
87
  - lib/lutaml/model/xml_adapter.rb
88
+ - lib/lutaml/model/xml_adapter/builder/nokogiri.rb
89
+ - lib/lutaml/model/xml_adapter/builder/ox.rb
87
90
  - lib/lutaml/model/xml_adapter/nokogiri_adapter.rb
88
91
  - lib/lutaml/model/xml_adapter/oga_adapter.rb
89
92
  - lib/lutaml/model/xml_adapter/ox_adapter.rb