activejob 6.0.5 → 6.0.5.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 +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1847238229bdb708f03fe9cc824d519a21849820bc2b05cd38bef78f8b34c34
|
4
|
+
data.tar.gz: e463dfca80d56b05e0dc5e61745b21410b135fe3067c381b72ff589eaee1ce0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70f4c1a8133165369e8f7a62406f8310949dace3a8ec60a22624747b1a4f996c757df9e43d384fd96e3c1c4d320dfe0b09723605ad265ee285a3cdbf8bdacea6
|
7
|
+
data.tar.gz: 14dce6e3173dcfb57869a3fca4580d3a5f9f0584b3941af91cfc49f51a737c5e10aab3ecabd9eb8846c80c570cdc7fb8b84ef1500b658faac9a25950562c0271
|
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: 6.0.5
|
4
|
+
version: 6.0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-12 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: 6.0.5
|
19
|
+
version: 6.0.5.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: 6.0.5
|
26
|
+
version: 6.0.5.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: globalid
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -95,10 +95,10 @@ licenses:
|
|
95
95
|
- MIT
|
96
96
|
metadata:
|
97
97
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
98
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.5/activejob/CHANGELOG.md
|
99
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.5/
|
98
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.5.1/activejob/CHANGELOG.md
|
99
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.5.1/
|
100
100
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
101
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.5/activejob
|
101
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.5.1/activejob
|
102
102
|
rubygems_mfa_required: 'true'
|
103
103
|
post_install_message:
|
104
104
|
rdoc_options: []
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '0'
|
117
117
|
requirements: []
|
118
|
-
rubygems_version: 3.3.
|
118
|
+
rubygems_version: 3.3.3
|
119
119
|
signing_key:
|
120
120
|
specification_version: 4
|
121
121
|
summary: Job framework with pluggable queues.
|