lex-transformer 0.3.6 → 0.3.7
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: d45ae08feaf4e17a4a31b92d0e50d294cbd6a427e01b988554f8c6e850a4a212
|
|
4
|
+
data.tar.gz: 896baf395dd7e9e00fc87cbc1f0408ada3e1d3d3e3d21a924efc84df7dfb3af8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ee84c27cb57e96f8a9ed7b7acd24bdee00260089532dea58ef3ba040653ebb7187e5289859c348cd2fac680371dcf522edf24a98e98b21ef5db4149780bcc0b
|
|
7
|
+
data.tar.gz: 2cdd8dce00fb93f6d4e80a32bb4f4ff7e9a18beefb5a36fca48db44dc15a6262fad7d37cc8026e0665239dca9d9e74125766f689722707427e85c84801030584
|
data/CHANGELOG.md
CHANGED
|
@@ -77,7 +77,7 @@ module Legion
|
|
|
77
77
|
|
|
78
78
|
def send_task(**opts)
|
|
79
79
|
payload = {}
|
|
80
|
-
%i[task_id relationship_id trigger_function_id runner_class function_id function chain_id debug args].each do |thing|
|
|
80
|
+
%i[task_id relationship_id trigger_function_id runner_class function_id function chain_id debug engine args].each do |thing|
|
|
81
81
|
payload[thing] = opts[thing] if opts.key? thing
|
|
82
82
|
end
|
|
83
83
|
|