lex-conditioner 0.3.4 → 0.3.5
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e1a877ff8394192d0e8c23c2fc04c3d2d3f59ca3f5a2897093ced7d81dbbbe1
|
|
4
|
+
data.tar.gz: 728495dace93786ae2fe526e2af36a0cad4c1567bf61751bd549e91fccc6d6d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fcfd1ac9c724dbb893aa264a43f6d3dc0ac5158eb4efafdec87887442f8e204669abbb6ea589345c277fda3f589fd03881620528fd892f8b00250fba8d9f347
|
|
7
|
+
data.tar.gz: a5b68093b34e2fdcd95858a0363fb973c3eead249e743f4e1d1dd28c0a42aee833cc93804e15a0b74be7e79bd229c4c8ec2748e7ffec82bd5850f79516823018
|
data/CHANGELOG.md
CHANGED
|
@@ -41,7 +41,7 @@ module Legion
|
|
|
41
41
|
|
|
42
42
|
def send_task(**opts)
|
|
43
43
|
subtask_hash = {}
|
|
44
|
-
%i[runner_routing_key relationship_id chain_id trigger_runner_id trigger_function_id function_id function runner_id runner_class transformation debug task_id results].each do |column| # rubocop:disable Layout/LineLength
|
|
44
|
+
%i[runner_routing_key relationship_id chain_id trigger_runner_id trigger_function_id function_id function runner_id runner_class transformation engine debug task_id results].each do |column| # rubocop:disable Layout/LineLength
|
|
45
45
|
subtask_hash[column] = opts[column] if opts.key? column
|
|
46
46
|
end
|
|
47
47
|
|