brute_flow 0.1.0 → 0.1.1
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 +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
3
|
+
metadata.gz: 0e67f0c1b71a408eeb0f8c897f9865639706a8540e10bdb2add9038ceaad680f
|
|
4
4
|
data.tar.gz: 411ff39327de393a5ead111eb57a089b846ab50a6ae1dbe2ee3d3106fff9a3c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
6
|
+
metadata.gz: 27824b0c67b69bb00f15547527538ed724bf86ab889a6d59b20f27c67fc4d9570c6b69f87a069ef18251555b68852bd809cd20d225cbe5c47e34fd1868bd89d1
|
|
7
7
|
data.tar.gz: d3361873ca16e7bc97119979f0ffb2b5698592b9379a231b8f73e4c64839c0f87a17b578233f6563d4cf4540ee5de3a7e6c6948c23dc9b076db5fdc14a95869c
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brute_flow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brute Contributors
|
|
@@ -27,16 +27,16 @@ dependencies:
|
|
|
27
27
|
name: bpmn
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
|
-
- - "
|
|
30
|
+
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.4
|
|
32
|
+
version: '0.4'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - "
|
|
37
|
+
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.4
|
|
39
|
+
version: '0.4'
|
|
40
40
|
description: Extends the brute gem with a declarative BPMN workflow engine for multi-agent
|
|
41
41
|
orchestration — parallel branches, conditional routing, loops with timeouts, and
|
|
42
42
|
pluggable service tasks.
|