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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Readme.md +2 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f2d80f2049b75b37a4a7bba59a62f4044e520c8e8ef6e883d37c6f25b83370b
4
- data.tar.gz: 70ca29bd90e75a3528b30e3a7cfbc74960aabc2fff1ec27514e8dd81f5a51019
3
+ metadata.gz: ef27545b783502129e7b6f2a81a5d78ba42a9f7f0986d5b67e8bec903713b118
4
+ data.tar.gz: 5595414a38561d13d80271ac6332dc13b06ab47c264544e53fc827d77aacf843
5
5
  SHA512:
6
- metadata.gz: e80266e57ca6d8800e2b75c9035259f8f7c246e389646cab07ae925f3e509b97b3c035ec34201bbda37052caa7d5dbc89b5ecb0a692d6064fb04d032fcbcd42a
7
- data.tar.gz: 81b6e4d48f690b5eb8d21e9070dc02c9afafe71f757e926f2c25ab3cc0bebb2fe1992cd56517bea03c893eef99442ace1a967c9acbe46397b8d6fc31f75ada9c
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.15'
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-01 00:00:00.000000000 Z
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