activejob 8.0.1 → 8.0.2
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/CHANGELOG.md +10 -0
- data/lib/active_job/gem_version.rb +1 -1
- metadata +8 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e16875cc3a3a8820346f9e5295ac150f00fecb86234a369de3ef69ec41ece96c
|
4
|
+
data.tar.gz: 0307fc75db8a27a8fa2f00b858082ecc80ffbb146cbaef7415098ce913c6130a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b19c39c2eecdc683f958f4a1e0186ce0691f350fe133e4d8815b7eb9e5839a4b662f932fda1f452ce12ac4e557e72af9a1d35f593b8b564b7274da5d1799b1be
|
7
|
+
data.tar.gz: 7c858c480266a5e16e37778e28d212aced5f881cf6b295b28f18f13b9c08f3eb62078b243d147c8688ea5b9fc300a9153d2fa708890dc43d5ea4acfebaebf33f
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activejob
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.0.
|
4
|
+
version: 8.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: activesupport
|
@@ -16,14 +15,14 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - '='
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 8.0.
|
18
|
+
version: 8.0.2
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - '='
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version: 8.0.
|
25
|
+
version: 8.0.2
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: globalid
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,12 +103,11 @@ licenses:
|
|
104
103
|
- MIT
|
105
104
|
metadata:
|
106
105
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
107
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.
|
108
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.
|
106
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.2/activejob/CHANGELOG.md
|
107
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.2/
|
109
108
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
110
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.
|
109
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.2/activejob
|
111
110
|
rubygems_mfa_required: 'true'
|
112
|
-
post_install_message:
|
113
111
|
rdoc_options: []
|
114
112
|
require_paths:
|
115
113
|
- lib
|
@@ -124,8 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
122
|
- !ruby/object:Gem::Version
|
125
123
|
version: '0'
|
126
124
|
requirements: []
|
127
|
-
rubygems_version: 3.
|
128
|
-
signing_key:
|
125
|
+
rubygems_version: 3.6.2
|
129
126
|
specification_version: 4
|
130
127
|
summary: Job framework with pluggable queues.
|
131
128
|
test_files: []
|