excadg 0.1.1 → 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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ec477d7931271cfec7e823a7cccbeeac23ebdc6b8871329630df18439e10e32
4
- data.tar.gz: 07a5b6ac41c398cb9b59c73100cf1c0379af7566a90fb7104b2008f30e51db0a
3
+ metadata.gz: 6eaa4affddc5100a387f6faa4006451eac4fe7ca15d03817fd962e25b25c8a79
4
+ data.tar.gz: 607ad2df4d09b404ab728d3397f6a82b41631a9a603412367f66dabbba1e2a1f
5
5
  SHA512:
6
- metadata.gz: dc65b978e64ea98a707dedc4ee6b7ee0d332a1ad8c74adb3d41c88fb6c572d506731c7dc4cbe0e3b7278292f9699e166f525796770fc6294324b413466199207
7
- data.tar.gz: ea71312b3e23ca55243194fb433a8b8a239536cb6394ac0991fd71374425e84ba47392aa681d0327c78337dca400adaff9070b75b669a094a11712ae69cb3f41
6
+ metadata.gz: 9b540b1c30fe6a6a1a124e55a29dd21d68d2cf27631a6bfce4e14fa41fc2708e57587eb1174ba1ec15ce75be66eb7d8b54da392dedfc6afca63fd35fd56bf3ce
7
+ data.tar.gz: c16ae1cf5e5c723cad55a44ff2e16881ab575145cabb2a6ff2d75ba5ab935249cfa79fd22ab4b7a1966adc02cbf03674a57fe1453b8add297b16a7be6ed93303
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excadg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - skorobogatydmitry
@@ -10,10 +10,10 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-07-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: " Description\n\nThat's a library (framework) to execute a graph of dependent
14
- tasks (vertices). \nIts main feature is to run all possible tasks independently
15
- in parallel once they're ready. \nAnother feature is that the graph is dynamic
16
- and any vertex could produce another vertice(s) to extend execution graph.\n"
13
+ description: "\n\nThat's a library (framework) to execute a graph of dependent tasks
14
+ (vertices). \nIts main feature is to run all possible tasks independently in parallel
15
+ once they're ready. \nAnother feature is that the graph is dynamic and any vertex
16
+ could produce another vertice(s) to extend execution graph.\n"
17
17
  email: skorobogaty.dmitry@gmail.com
18
18
  executables: []
19
19
  extensions: []