opera 0.2.8 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/opera/operation/instructions/executors/operation.rb +3 -2
- data/lib/opera/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d380295acdf59d14c35c5396db1d047f5d4b0ae40e809b035a68af997049328f
|
4
|
+
data.tar.gz: 7557cd9228c4858ec28907d6e4351c6eed63e510a4f50a6cc63630fcd28c0bd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bef0ee319eec7f626476d83e9624e4d68ef482fb44ff2ee587dce1d27a386903df3db97418c320fb8d67084d3f0144e788f98efc6a88e3b4147196b273b4b83
|
7
|
+
data.tar.gz: 5eea38666b8f4a8fddcc568fb140d41a3d3a32eeef1c2ac45b6cc08032a9a8280b1ec747c1f805dacfceb7eb4c7d5f5f4deb17ab37c9c4643be9baf8a963fc7f
|
data/CHANGELOG.md
CHANGED
@@ -12,12 +12,13 @@ module Opera
|
|
12
12
|
|
13
13
|
if operation_result.success?
|
14
14
|
add_instruction_output(instruction, operation_result.output)
|
15
|
-
execution = result.executions.pop
|
16
|
-
result.executions << { execution => operation_result.executions }
|
17
15
|
else
|
18
16
|
result.add_errors(operation_result.errors)
|
19
17
|
result.add_exceptions(operation_result.exceptions)
|
20
18
|
end
|
19
|
+
|
20
|
+
execution = result.executions.pop
|
21
|
+
result.executions << { execution => operation_result.executions }
|
21
22
|
end
|
22
23
|
|
23
24
|
private
|
data/lib/opera/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opera
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ProFinda Development Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-validation
|