lutaml-model 0.3.10 → 0.3.14

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.
data/lutaml-model.gemspec CHANGED
@@ -30,7 +30,6 @@ Gem::Specification.new do |spec|
30
30
  end
31
31
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
32
 
33
- spec.add_dependency "bigdecimal"
34
33
  spec.add_dependency "thor"
35
34
  spec.metadata["rubygems_mfa_required"] = "true"
36
35
  end
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lutaml-model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.10
4
+ version: 0.3.14
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-09-11 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bigdecimal
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: '0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: thor
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -56,6 +42,7 @@ files:
56
42
  - ".rubocop_todo.yml"
57
43
  - CODE_OF_CONDUCT.md
58
44
  - Gemfile
45
+ - LICENSE.md
59
46
  - README.adoc
60
47
  - Rakefile
61
48
  - bin/console
@@ -70,7 +57,9 @@ files:
70
57
  - lib/lutaml/model/config.rb
71
58
  - lib/lutaml/model/error.rb
72
59
  - lib/lutaml/model/error/collection_count_out_of_range_error.rb
60
+ - lib/lutaml/model/error/incorrect_mapping_argument_error.rb
73
61
  - lib/lutaml/model/error/invalid_value_error.rb
62
+ - lib/lutaml/model/error/type_not_enabled_error.rb
74
63
  - lib/lutaml/model/error/unknown_adapter_type_error.rb
75
64
  - lib/lutaml/model/error/validation_error.rb
76
65
  - lib/lutaml/model/json_adapter.rb