activejob 6.0.4.4 → 6.0.4.7
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 +15 -0
- data/lib/active_job/gem_version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24b59940aef045f5a66653837c13b86d5279362478b9724213d2adca80711ac4
|
|
4
|
+
data.tar.gz: 29b4cd17ca5017463fbf25e0d19597b6811ac21dddc39bdc7858a7799f45b678
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57a8c9c01d2dbf22dfdae49aa38e69062caa9382274b4d8ad5a762750da1a2de59a5457d1057d650e32bbf08070458e26f96a15be2254872166c40b48bcd73a1
|
|
7
|
+
data.tar.gz: bbe3e51c6002bd85c8ed1eb08e56b7719df82d827a227ad62056651afac90d18c55b7eed92ae162dacf3b5c28d885b27caf8eaf578850943685c41f9300f0c68
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## Rails 6.0.4.7 (March 08, 2022) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 6.0.4.6 (February 11, 2022) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 6.0.4.5 (February 11, 2022) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
## Rails 6.0.4.4 (December 15, 2021) ##
|
|
2
17
|
|
|
3
18
|
* No changes.
|
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.4.
|
|
4
|
+
version: 6.0.4.7
|
|
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:
|
|
11
|
+
date: 2022-03-08 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.4.
|
|
19
|
+
version: 6.0.4.7
|
|
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.4.
|
|
26
|
+
version: 6.0.4.7
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: globalid
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -95,11 +95,11 @@ 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.4.
|
|
99
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.4.
|
|
98
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.4.7/activejob/CHANGELOG.md
|
|
99
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.4.7/
|
|
100
100
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
101
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.4.
|
|
102
|
-
post_install_message:
|
|
101
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.4.7/activejob
|
|
102
|
+
post_install_message:
|
|
103
103
|
rdoc_options: []
|
|
104
104
|
require_paths:
|
|
105
105
|
- lib
|
|
@@ -114,8 +114,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
- !ruby/object:Gem::Version
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
|
-
rubygems_version: 3.
|
|
118
|
-
signing_key:
|
|
117
|
+
rubygems_version: 3.1.6
|
|
118
|
+
signing_key:
|
|
119
119
|
specification_version: 4
|
|
120
120
|
summary: Job framework with pluggable queues.
|
|
121
121
|
test_files: []
|