lutaml-model 0.3.29 → 0.3.30

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.29
4
+ version: 0.3.30
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-11-28 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -34,6 +34,8 @@ executables:
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
+ - ".github/workflows/dependent-repos.json"
38
+ - ".github/workflows/dependent-tests.yml"
37
39
  - ".github/workflows/rake.yml"
38
40
  - ".github/workflows/release.yml"
39
41
  - ".gitignore"
@@ -126,6 +128,8 @@ files:
126
128
  - spec/fixtures/person.rb
127
129
  - spec/fixtures/sample_model.rb
128
130
  - spec/fixtures/vase.rb
131
+ - spec/fixtures/xml/latin_encoding.xml
132
+ - spec/fixtures/xml/shift_jis.xml
129
133
  - spec/fixtures/xml/special_char.xml
130
134
  - spec/lutaml/model/attribute_spec.rb
131
135
  - spec/lutaml/model/cdata_spec.rb