w3c_api 0.1.3 → 0.1.4

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: a73c07f5e19155dfe22a5e7c772a6890867df6db2019c049fd17ce1c90dd6680
4
- data.tar.gz: 58b57fedefa49eeb9a89f424fd966bc90e37fe6c8f5165a821de496e1a85109d
3
+ metadata.gz: 7c02121c87a6a5fc2c0f6c5c3f64a8c9fc559dd462819b38a4a5a08e18a2fec6
4
+ data.tar.gz: 722806176722df8e4d8ee75cf6af95ceb0f9fbb629d89fc7b70cd93366f03d97
5
5
  SHA512:
6
- metadata.gz: 6e96e2292b9465203056c58e82c1d18b9b7afda181f62889a82d0a0cd2f4c46a1a713288308cf7d6fe131585c86613097d9d028066d043fe8ae1f69016a1ef58
7
- data.tar.gz: 9fbd52b672aa7b2d4dd2d97e084549b4f098e7ba91cf7252f41128f8883c574f59288c738b9c9c36e1cc60369a28168088abefcc16f86d605720694f045ab93d
6
+ metadata.gz: b89d639121544a8212b3b13489cb537cf83b4ccb99c7b85cacacc38697f9d60a03d574bb6ece148f076840213ae5d07aac5b5e913daa9d0efc64b355d98c60f6
7
+ data.tar.gz: 3e180168c74b46b140328aae3736573e668f3653c4fa96196acf0a0b410aab8a0d8c66de784d479fe5c94b986d95bec5bec2b6297da5598d10e03e8028083fc0
data/.rubocop_todo.yml CHANGED
@@ -1,45 +1,54 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2025-07-05 00:01:41 UTC using RuboCop version 1.77.0.
3
+ # on 2025-07-08 17:28:03 UTC using RuboCop version 1.78.0.
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
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
+ # Offense count: 1
10
+ # This cop supports safe autocorrection (--autocorrect).
11
+ Lint/ScriptPermission:
12
+ Exclude:
13
+ - 'demo/test_improved_embed_functionality.rb'
14
+
9
15
  # Offense count: 2
10
16
  # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
11
17
  Metrics/AbcSize:
12
- Max: 47
18
+ Max: 121
13
19
 
14
- # Offense count: 48
20
+ # Offense count: 51
15
21
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
16
22
  # AllowedMethods: refine
17
23
  Metrics/BlockLength:
18
24
  Max: 370
19
25
 
26
+ # Offense count: 1
27
+ # Configuration parameters: CountBlocks, CountModifierForms.
28
+ Metrics/BlockNesting:
29
+ Max: 4
30
+
20
31
  # Offense count: 2
21
32
  # Configuration parameters: CountComments, CountAsOne.
22
33
  Metrics/ClassLength:
23
- Max: 274
34
+ Max: 407
24
35
 
25
36
  # Offense count: 2
26
37
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
27
38
  Metrics/MethodLength:
28
- Max: 218
39
+ Max: 339
40
+
41
+ # Offense count: 1
42
+ # Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
43
+ Metrics/ParameterLists:
44
+ Max: 6
29
45
 
30
46
  # Offense count: 32
31
47
  # Configuration parameters: AllowedConstants.
32
48
  Style/Documentation:
33
49
  Enabled: false
34
50
 
35
- # Offense count: 1
36
- # This cop supports unsafe autocorrection (--autocorrect-all).
37
- # Configuration parameters: Mode.
38
- Style/StringConcatenation:
39
- Exclude:
40
- - 'test_editor_deliverer_functionality.rb'
41
-
42
- # Offense count: 10
51
+ # Offense count: 13
43
52
  # This cop supports safe autocorrection (--autocorrect).
44
53
  # Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
45
54
  # URISchemes: http, https