opera 0.2.8 → 0.2.9

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: 74dd04d093748ea3304510e3a1ae919970c073728166e454482777037ed84ad8
4
- data.tar.gz: c7da355f5d02435ba7cb4709974e08aaf61ba20968fd8765b05b8d3f317464a7
3
+ metadata.gz: d380295acdf59d14c35c5396db1d047f5d4b0ae40e809b035a68af997049328f
4
+ data.tar.gz: 7557cd9228c4858ec28907d6e4351c6eed63e510a4f50a6cc63630fcd28c0bd5
5
5
  SHA512:
6
- metadata.gz: eef749a9273739e03aecee31562c23d0c254289be6eb0fc23afe4f1a5a65f6f5b9bce338fb7d651e8e8ebf50f96c1fca708526333ced33b9d2fa551aaa8fe594
7
- data.tar.gz: fc82fbc54df5b5c0014e46eff882983dd6b178a7427d829aab1d7b2623682cda4fd2336b43cf9887467cea431d01beeef4b92814179da3afe2abd33183f72699
6
+ metadata.gz: 6bef0ee319eec7f626476d83e9624e4d68ef482fb44ff2ee587dce1d27a386903df3db97418c320fb8d67084d3f0144e788f98efc6a88e3b4147196b273b4b83
7
+ data.tar.gz: 5eea38666b8f4a8fddcc568fb140d41a3d3a32eeef1c2ac45b6cc08032a9a8280b1ec747c1f805dacfceb7eb4c7d5f5f4deb17ab37c9c4643be9baf8a963fc7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Opera Changelog
2
2
 
3
+ ### 0.2.9 - May 16, 2022
4
+
5
+ - Improve executions for failing operations
6
+
3
7
  ### 0.2.8 - December 7, 2021
4
8
 
5
9
  - Fix issue with default value
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Opera
2
- VERSION = '0.2.8'
2
+ VERSION = '0.2.9'
3
3
  end
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.8
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: 2021-12-07 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-validation