opera 0.2.11 → 0.2.13
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/.github/workflows/specs.yml +1 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile +2 -1
- data/lib/opera/operation/instructions/executors/transaction.rb +1 -3
- 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: e3365aa09cb2ec386142398fd3257d5f0e12f106380d08d7b53f3bbcaeb087d4
|
|
4
|
+
data.tar.gz: 9d0f932f25e8db4d7d0df4d0494966916369b32d12b2939aa642ae8aa3a6a8b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 351a69889db7929d1ffe4954202e97ebfa84ec149dbcbdd680287be783451bde31302ad94586fc920a465b52519453027814997916fbf8082da7f305c5ed27bd
|
|
7
|
+
data.tar.gz: 62d81144b0e09dd5fd43e09f00f1304d7802d1d38467018e7630edc64a1208b3bfa1be819ff8743db3c61ca0fceb16fcc6ca8dfaa56480b20963a09ed5571492
|
data/.github/workflows/specs.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Opera Changelog
|
|
2
2
|
|
|
3
|
+
### 0.2.13 - October 24, 2022
|
|
4
|
+
|
|
5
|
+
- Avoid return inside transaction block to support activegraph with jruby
|
|
6
|
+
|
|
7
|
+
### 0.2.12 - Oct 24, 2022
|
|
8
|
+
|
|
9
|
+
- added support for JRuby
|
|
10
|
+
|
|
3
11
|
### 0.2.11 - June 1, 2022
|
|
4
12
|
|
|
5
13
|
- handle internally exceptions from schema
|
data/Gemfile
CHANGED
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.13
|
|
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: 2022-
|
|
11
|
+
date: 2022-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dry-validation
|