with_transactional_lock 3.2.0 → 3.3.0
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/lib/with_transactional_lock/version.rb +1 -1
- metadata +11 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b43da6af70be04cb95f4aa3b997e105cb51f48c775029bdad3c5159c3172d96
|
|
4
|
+
data.tar.gz: e42262d0b3535d6a68e47b01c980a79b99129fa2c826a84b73bca3bc0c8a0039
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2a1ddbe4a0e147585210fe303d69527748453a37a2d2e9e5fdfcc9f59c9959a6d0dea59c4f9b3997e96d6d14966b10899c873c385aa4bdb4cf6fc128d6471f3
|
|
7
|
+
data.tar.gz: c266c98ce22d010f3606b2bfb473cf68544d3c74f9643aa5271b80382e35c050829ae41bf320db1530f986789dbe0cf57297199c58306481327edec8164b8378
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: with_transactional_lock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Moore
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-08-19 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: activerecord
|
|
@@ -15,7 +16,7 @@ dependencies:
|
|
|
15
16
|
requirements:
|
|
16
17
|
- - ">="
|
|
17
18
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '
|
|
19
|
+
version: '8.0'
|
|
19
20
|
- - "<"
|
|
20
21
|
- !ruby/object:Gem::Version
|
|
21
22
|
version: '8.2'
|
|
@@ -25,7 +26,7 @@ dependencies:
|
|
|
25
26
|
requirements:
|
|
26
27
|
- - ">="
|
|
27
28
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: '
|
|
29
|
+
version: '8.0'
|
|
29
30
|
- - "<"
|
|
30
31
|
- !ruby/object:Gem::Version
|
|
31
32
|
version: '8.2'
|
|
@@ -35,7 +36,7 @@ dependencies:
|
|
|
35
36
|
requirements:
|
|
36
37
|
- - ">="
|
|
37
38
|
- !ruby/object:Gem::Version
|
|
38
|
-
version: '
|
|
39
|
+
version: '8.0'
|
|
39
40
|
- - "<"
|
|
40
41
|
- !ruby/object:Gem::Version
|
|
41
42
|
version: '8.2'
|
|
@@ -45,7 +46,7 @@ dependencies:
|
|
|
45
46
|
requirements:
|
|
46
47
|
- - ">="
|
|
47
48
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: '
|
|
49
|
+
version: '8.0'
|
|
49
50
|
- - "<"
|
|
50
51
|
- !ruby/object:Gem::Version
|
|
51
52
|
version: '8.2'
|
|
@@ -153,6 +154,7 @@ licenses:
|
|
|
153
154
|
metadata:
|
|
154
155
|
allowed_push_host: https://rubygems.org
|
|
155
156
|
rubygems_mfa_required: 'true'
|
|
157
|
+
post_install_message:
|
|
156
158
|
rdoc_options: []
|
|
157
159
|
require_paths:
|
|
158
160
|
- lib
|
|
@@ -160,14 +162,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
160
162
|
requirements:
|
|
161
163
|
- - ">="
|
|
162
164
|
- !ruby/object:Gem::Version
|
|
163
|
-
version: '3.
|
|
165
|
+
version: '3.3'
|
|
164
166
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
167
|
requirements:
|
|
166
168
|
- - ">="
|
|
167
169
|
- !ruby/object:Gem::Version
|
|
168
170
|
version: '0'
|
|
169
171
|
requirements: []
|
|
170
|
-
rubygems_version:
|
|
172
|
+
rubygems_version: 3.5.22
|
|
173
|
+
signing_key:
|
|
171
174
|
specification_version: 4
|
|
172
175
|
summary: Transactional advisory locks for ActiveRecord
|
|
173
176
|
test_files: []
|