lutaml-model 0.5.0 → 0.5.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1472bd6c2746013aba5d315d47dc5e484cfa54f6f537ab5d613b81f4f63109e
4
- data.tar.gz: 45c48daa9b4a0f7b98d04bb8174f6cfe298c59564b714b866f838b7d2bf6464b
3
+ metadata.gz: d57b531de09099b0f55b1891c2b0dfec1a04fa75229a40c5c6b974f3be92fcda
4
+ data.tar.gz: a893710f75fde8b5465360b95e6e772ba35711311a719ac35704a9a8ea7788ca
5
5
  SHA512:
6
- metadata.gz: 94f772a0efbc35332c95fb55729c8d781d4168ff61784af79d2f09388c93263144b378d8485e578f43aeb0386b2c02d4769285c782dffaa2c5d4dd6f0f34fa70
7
- data.tar.gz: 4dd7279a62a8835e1f7c908590cc653d693f9a0225a388eda89bfa02cdcc7fb9a934bbf8d273f57d93d9764c86b867ae42a7aab2a87a4322c89698fa207343d0
6
+ metadata.gz: b9ef9798066d2ec69567a2cfb9277d0058b933b640df9c6c240c1010a626560c27cdd722d10a474deddf70560f902bf58d41e35d1e2d1a8aa0fe83a9451afb2a
7
+ data.tar.gz: 2c2bd13597f84afecd1aaf6fa4686db48048e371b014c55cb8c5993668eec38781e8b02ccd85a8ae5b68da8b3ea68056db87be7830128d35735c69f098711ff0
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'