saga_orchestrator 0.15 → 0.16
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 +4 -4
- data/Readme.md +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef27545b783502129e7b6f2a81a5d78ba42a9f7f0986d5b67e8bec903713b118
|
4
|
+
data.tar.gz: 5595414a38561d13d80271ac6332dc13b06ab47c264544e53fc827d77aacf843
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 365eec7610d45aa2358e7979014da99e8dcc7fcb762bed440bced8968003fd283e49d53bf0d46c884c94ef4ebb284f913c265a618876e83f9b6670ef4291ae48
|
7
|
+
data.tar.gz: 483a6dffca90b3c67355ec6cfbb638935c4235f33eeb011476c576763130302fb86c625f1303ec214764c9073a92111b87fae7982ce27dfffcf5ff35578efee4
|
data/Readme.md
CHANGED
@@ -4,6 +4,8 @@ Saga Orchestration gem is inspired by Microservice Patterns by Chris Richardson.
|
|
4
4
|
|
5
5
|
It provides a framework to employ the Saga Orchestration patterns described in detail in his books and articles. Secondly, it makes it easier for firms to visualize the entire flow as a set of steps.
|
6
6
|
|
7
|
+
This is available on github at: [Saga Orchestration Gem](https://github.com/jravz/saga_orchestrator)
|
8
|
+
|
7
9
|
## Description
|
8
10
|
|
9
11
|
The key goals this gem seeks to address are -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: saga_orchestrator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.16'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jayanth Ravindran
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Framework to help employ the Saga Orchestration patterns in ruby or rails
|
14
14
|
applications. Secondly, it makes it easier for firms to visualize the entire flow
|