umbrellio-utils 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8df77131c011a6b48b5cd6e81bd86a5a806034dbf8dfde59cac4bcb52a7c15e7
4
- data.tar.gz: 7f97769c05db4332bebca56efbb0ae5b34ec34a6661ba0920b6643a706dfa44b
3
+ metadata.gz: 8dbe11eaa3463a28e2f3fa682025baf53d86ee48a3397da363a04125d91ba179
4
+ data.tar.gz: 3d99056a1fd26addd40890d2a27d47906b355f3e76bf4382d0ffa9d76ef4e5e1
5
5
  SHA512:
6
- metadata.gz: c41253ac5670ae0196c0c0e28dd846be23a955e71cef9c8ee9f9e757b673b114bcb2c4f1090b869be85d6e801c99d6576afeb81c04982c37735c1b4f5e187c6a
7
- data.tar.gz: 5e73d3802b9ca525914b8db176974c2ac81c09a778493b57d0cf7e3716fa42c981cd16ad2bf4e5ceca6d7834a9414a9bd6d38999f6caea05451aff41b4d51f0d
6
+ metadata.gz: d1a0d447edc9846015f4966f534ac428abbe0ad4774864df61a4fe6bd189e1046a01fd6c7964a3c038554e5525825ea3f07dedf95d7cdcd31cb4f4675daa53e3
7
+ data.tar.gz: 2892c6bf30bd9986b9600c8f5410713c1ec3dc148f2bfc7a2778f1b89a1a03cacb4c99793f390b5dcbc9ea44f415e191ed539e0e7cd846eade843179e5c4a4d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- umbrellio-utils (1.5.2)
4
+ umbrellio-utils (1.5.3)
5
5
  memery (~> 1)
6
6
 
7
7
  GEM
@@ -19,8 +19,13 @@ module UmbrellioUtils
19
19
  end
20
20
 
21
21
  def retry_on_unique_violation(
22
- times: Float::INFINITY, retry_on_all_constraints: false, checked_constraints: [], &block
22
+ times: Float::INFINITY,
23
+ retry_on_all_constraints: false,
24
+ checked_constraints: [],
25
+ &block
23
26
  )
27
+ return yield if !retry_on_all_constraints && checked_constraints.empty?
28
+
24
29
  retry_on(Sequel::UniqueConstraintViolation, times:) do
25
30
  DB.transaction(savepoint: true, &block)
26
31
  rescue Sequel::UniqueConstraintViolation => e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UmbrellioUtils
4
- VERSION = "1.5.2"
4
+ VERSION = "1.5.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: umbrellio-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Umbrellio