lutaml-model 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1472bd6c2746013aba5d315d47dc5e484cfa54f6f537ab5d613b81f4f63109e
4
- data.tar.gz: 45c48daa9b4a0f7b98d04bb8174f6cfe298c59564b714b866f838b7d2bf6464b
3
+ metadata.gz: 9643744c6317f6cbfa5e270954d5089cdce64961f5b0c8cd3ddffb228b2cbf84
4
+ data.tar.gz: b10af4981f13f897b4df81624539b6ae64748548e92af37ce0632e2279b96f6b
5
5
  SHA512:
6
- metadata.gz: 94f772a0efbc35332c95fb55729c8d781d4168ff61784af79d2f09388c93263144b378d8485e578f43aeb0386b2c02d4769285c782dffaa2c5d4dd6f0f34fa70
7
- data.tar.gz: 4dd7279a62a8835e1f7c908590cc653d693f9a0225a388eda89bfa02cdcc7fb9a934bbf8d273f57d93d9764c86b867ae42a7aab2a87a4322c89698fa207343d0
6
+ metadata.gz: 66cf686d10c146dc8d7f7a92c471a6da047e209f1fd37b748c1304f130176cd2473b69275b97072db9b8d08c93e4a480c028f1aa58980be5bc90091734b38a74
7
+ data.tar.gz: f6029050d1da6ce304eadea3902312b8c8d58311caf65cb2c1e7d43fd10092523ae2084a301d72cc19afaedc2f9d1fcd2291ef13a00caad4a673897fa7b60259
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2025-01-07 08:52:47 UTC using RuboCop version 1.69.2.
3
+ # on 2025-01-07 10:19:56 UTC using RuboCop version 1.69.2.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
@@ -13,7 +13,7 @@
13
13
  Layout/LineLength:
14
14
  Enabled: false
15
15
 
16
- # Offense count: 12
16
+ # Offense count: 16
17
17
  # Configuration parameters: AllowedMethods.
18
18
  # AllowedMethods: enums
19
19
  Lint/ConstantDefinitionInBlock:
@@ -72,7 +72,7 @@ Metrics/CyclomaticComplexity:
72
72
  # Offense count: 63
73
73
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
74
74
  Metrics/MethodLength:
75
- Max: 44
75
+ Max: 45
76
76
 
77
77
  # Offense count: 7
78
78
  # Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
@@ -129,7 +129,7 @@ RSpec/IndexedLet:
129
129
  Exclude:
130
130
  - 'spec/address_spec.rb'
131
131
 
132
- # Offense count: 20
132
+ # Offense count: 24
133
133
  RSpec/LeakyConstantDeclaration:
134
134
  Exclude:
135
135
  - 'spec/lutaml/model/schema/json_schema_spec.rb'