activejob 5.2.7 → 5.2.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_job/gem_version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83861bba53b1e045a1da3fd483c3bf651d54f45196c13d3206a5f7326f22090d
|
4
|
+
data.tar.gz: cd70b34c0cfff67e3b463b6d0ec755a9cb75fe1cc4014ed9eabf64d764748c27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c970a47af59659f105e793110287c68025359a46fd09a6aee21f98eca637c045b7eae49ad60425664a5c7705175accd623873a46f187376334c207f6d23700ba
|
7
|
+
data.tar.gz: b5a55002d089281c7a13df425d7a852c00bc16a3ff1723e342b69a8e6d4b0d1c48cbb02515740f05430f2c9cbec05af677dcc62001abd781d5450f38aa840bdd
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activejob
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.7
|
4
|
+
version: 5.2.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.2.7
|
19
|
+
version: 5.2.7.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 5.2.7
|
26
|
+
version: 5.2.7.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: globalid
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,9 +86,9 @@ homepage: http://rubyonrails.org
|
|
86
86
|
licenses:
|
87
87
|
- MIT
|
88
88
|
metadata:
|
89
|
-
source_code_uri: https://github.com/rails/rails/tree/v5.2.7/activejob
|
90
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.2.7/activejob/CHANGELOG.md
|
91
|
-
post_install_message:
|
89
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.2.7.1/activejob
|
90
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.2.7.1/activejob/CHANGELOG.md
|
91
|
+
post_install_message:
|
92
92
|
rdoc_options: []
|
93
93
|
require_paths:
|
94
94
|
- lib
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
version: '0'
|
105
105
|
requirements: []
|
106
106
|
rubygems_version: 3.1.6
|
107
|
-
signing_key:
|
107
|
+
signing_key:
|
108
108
|
specification_version: 4
|
109
109
|
summary: Job framework with pluggable queues.
|
110
110
|
test_files: []
|