bpmn 0.0.3 → 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/bpmn/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 833e8fd13dc9a05339b2b627ae312cdd9e48718263bbd3ebf07996eab83bcdc0
4
- data.tar.gz: 32bf5785f28bd1807aa636da7efac8fa8e8cd77ccd8eea5fd7ec53cfa8444ade
3
+ metadata.gz: e88b66d9681af34dac4da67457035d19417043a488f4bae078e5d4fef961877d
4
+ data.tar.gz: 8538d9db52a1e668b414ece540f07cfdcf3f20b7c9f4c780add094c4cd15f098
5
5
  SHA512:
6
- metadata.gz: 42252aa851d8ce634c7a606e5f7fe4443934109171f645f409110275444791a587c283946fe7e42887b5d4966d2151a77471f2a22feadbc8da3f5026c9a7d29c
7
- data.tar.gz: e8968a2da91a88bab1ee5c554ca0960716af06a5ecdb79d98b145a08a6fe744494d4dc5e5dc146679e9f0892ba5832db9bbfec6cbddadca58211085998115921
6
+ metadata.gz: eb13c9f980fd12902b6969c108ccac9da5e8d8af1eada1d565db5faa17fd5db18d051d2a5b5028eddcdb591dadd153e2bb12dcacc028a6926ce8521e7ee7e0d4
7
+ data.tar.gz: 2e0aba8426e69d4dcead425323aaa91213b44642a84de03be20c6a9bd3cf1ba40599a3947d32a514b2dc2275a80adb01ddee2b55c7284cdc7b097bcd82fa6d28
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Spot Flow
1
+ # BPMN
2
2
 
3
- Spot Flow is a workflow engine for Rails applications based on the [bpmn](https://www.bpmn.org) standard. It executes business processes defined in a [modeler](https://camunda.com/download/modeler/). It uses [Spot Feel](https://github.com/connectedbits/spot-feel) to evaluate expressions and business rules in the BPMN model. It can be used with [Spot Form](https://github.com/connectedbits/spot-form) to render dynamic forms for user tasks.
3
+ A workflow engine for Ruby applications based on the [BPMN](https://www.bpmn.org) standard. It executes business processes defined in a [modeler](https://camunda.com/download/modeler/). It uses [DMN](https://github.com/connectedbits/bpmn/tree/main/dmn) to evaluate business rules and [FEEL](https://github.com/connectedbits/bpmn/tree/main/feel) to evaluate expressions in the BPMN model.
4
4
 
5
5
  ## Usage
6
6
 
data/lib/bpmn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BPMN
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bpmn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connected Bits
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-03 00:00:00.000000000 Z
10
+ date: 2025-04-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: dmn
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 0.0.3
18
+ version: 0.0.4
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
- version: 0.0.3
25
+ version: 0.0.4
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: activemodel
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -191,8 +191,8 @@ dependencies:
191
191
  - - ">="
192
192
  - !ruby/object:Gem::Version
193
193
  version: '0'
194
- description: Spot Flow is a workflow gem for Rails applications based on the [bpmn](https://www.bpmn.org)
195
- standard. It executes business processes and rules defined in a modeler.
194
+ description: BPMN is a workflow gem for Ruby applications based on the BPMN standard.
195
+ It executes business processes and rules defined in a modeler.
196
196
  email:
197
197
  - info@connectedbits.com
198
198
  executables: []