kailash 3.20.1-aarch64-linux → 3.21.0-aarch64-linux
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/lib/kailash/kailash.so +0 -0
- metadata +7 -4
- data/lib/kailash/kailash.bundle +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ff0dfcac5e444230efc981c7df3e84ab2ab1f8b273f3052f81f4ae9342238ec
|
|
4
|
+
data.tar.gz: 3ab7d1b29a58a94237e17a745d0a174878ef9d2a1f0cb17d8e82b63adcff31a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef45ec60b8071c5e1711c9fadd450dda91e285d9acd66263e5902123e22ae8d18d8c15db63a486c9e5426daf3ca657689a6ac73921f7332d2cf0a440fba6b4e9
|
|
7
|
+
data.tar.gz: 1cf3615dc3cef09aaf2abaed67b5689294c2dea673a67439d69c1a4c7b18c0cd8e61b939de352c392384e26f53a752c24b0f96b8d392e6e9f200c3dfdc59eeb6
|
data/lib/kailash/kailash.so
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kailash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.21.0
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Kailash Authors
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-04-23 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: rake-compiler
|
|
@@ -39,13 +40,13 @@ dependencies:
|
|
|
39
40
|
version: '3.12'
|
|
40
41
|
description: High-performance workflow automation SDK powered by Rust. Build, validate,
|
|
41
42
|
and execute workflow DAGs from Ruby.
|
|
43
|
+
email:
|
|
42
44
|
executables: []
|
|
43
45
|
extensions: []
|
|
44
46
|
extra_rdoc_files: []
|
|
45
47
|
files:
|
|
46
48
|
- README.md
|
|
47
49
|
- lib/kailash.rb
|
|
48
|
-
- lib/kailash/kailash.bundle
|
|
49
50
|
- lib/kailash/kailash.so
|
|
50
51
|
- lib/kailash/trust_plane.rb
|
|
51
52
|
- lib/kailash/version.rb
|
|
@@ -55,6 +56,7 @@ licenses:
|
|
|
55
56
|
metadata:
|
|
56
57
|
source_code_uri: https://github.com/kailash/kailash
|
|
57
58
|
homepage_uri: https://github.com/kailash/kailash
|
|
59
|
+
post_install_message:
|
|
58
60
|
rdoc_options: []
|
|
59
61
|
require_paths:
|
|
60
62
|
- lib
|
|
@@ -69,7 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
71
|
- !ruby/object:Gem::Version
|
|
70
72
|
version: 3.3.11
|
|
71
73
|
requirements: []
|
|
72
|
-
rubygems_version:
|
|
74
|
+
rubygems_version: 3.5.22
|
|
75
|
+
signing_key:
|
|
73
76
|
specification_version: 4
|
|
74
77
|
summary: Ruby binding for the Kailash workflow engine
|
|
75
78
|
test_files: []
|
data/lib/kailash/kailash.bundle
DELETED
|
Binary file
|