flowengine 0.1.0 → 0.1.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: 249513128d6e8c8fcd501433415e9dc78976f1a94195dc45661a51157548ced3
4
- data.tar.gz: 3deeef88dae2957f36ed04afe2e001b5886ec17700989e7e9a95f5222f4d2731
3
+ metadata.gz: 758428572c105952cb5cf538db6ff0307b60c2a5cbf6187344664d2d063d680a
4
+ data.tar.gz: e4b3db255b71a7faa3f54f024d96440dbf62aaa383d4a01d96ac5bff58517bcb
5
5
  SHA512:
6
- metadata.gz: b3f12e0ea863990914abe8ffad528ee53637148678c4d2fd044165b9d1c6a4454c4201bb9b208f4976db027a12380c0af786bd5a1e32fbb17109d679681276dc
7
- data.tar.gz: d06bfe3f5384a8f5e674ce95dd12a1f2104b287b5db7b0c33b5f56125a65be2553deb6308223889fd78b7d545782c9621e661e1b82640c3968eadb93f3d28ce2
6
+ metadata.gz: 6ebe4ebeaf8f47846fe4e831457de894a43e0e544c0f99453ecb9f6d1d535edcef2f8e5f83fc866984e731c865d1e0b6b8ecc3aa46e64b220fb44942441f3491
7
+ data.tar.gz: 6447ed169da61924456f6f7007b6373ad8f42cc03a667aa3fff7a39198a42b458811e477401c2df385a588466cb85b783ffc8cbf6e187d6a8b2cd8b81cc28112
data/.rubocop_todo.yml CHANGED
@@ -1,12 +1,12 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2026-02-27 03:50:14 UTC using RuboCop version 1.85.0.
3
+ # on 2026-03-05 18:28:58 UTC using RuboCop version 1.85.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: 2
9
+ # Offense count: 3
10
10
  # Configuration parameters: EnforcedStyle, AllowedGems.
11
11
  # SupportedStyles: Gemfile, gems.rb, gemspec
12
12
  Gemspec/DevelopmentDependencies:
@@ -18,6 +18,11 @@ Gemspec/DevelopmentDependencies:
18
18
  Metrics/AbcSize:
19
19
  Max: 18
20
20
 
21
+ # Offense count: 1
22
+ # Configuration parameters: AllowedMethods, AllowedPatterns.
23
+ Metrics/CyclomaticComplexity:
24
+ Max: 9
25
+
21
26
  # Offense count: 1
22
27
  # Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
23
28
  Metrics/ParameterLists: