activejob 6.1.0.rc1 → 6.1.0.rc2
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 +6 -1
- data/lib/active_job/gem_version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 440134b603c43896fefc8ab03b787679e37e8862f896a7ac55e45949b765f0a4
|
|
4
|
+
data.tar.gz: c98cec1ff12d0b6e56200bd99e25480eaf171aea2e0f252e68b5cd442f6782cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 173c876fb4b08fdcb3ef3acb7e32e9d8b793044f80d0cd8490204772a2e730a58e7cf12b3b3392b0a808c79811bc2e984c114eacb86ee689ce8914b067249289
|
|
7
|
+
data.tar.gz: 219b5cf6e8acf7ecb429553ce27e157f6ff4efc8aee38cf605119b7cb997a84cfd333015400707220423e41950ce698adf8769ace6da5649cc64ce04a07247a8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## Rails 6.1.0.rc2 (December 01, 2020) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## Rails 6.1.0.rc1 (November 02, 2020) ##
|
|
2
7
|
|
|
3
8
|
* Recover nano precision when serializing `Time`, `TimeWithZone` and `DateTime` objects.
|
|
@@ -73,7 +78,7 @@
|
|
|
73
78
|
```
|
|
74
79
|
|
|
75
80
|
A new message will be logged in case a job couldn't be enqueued, either because the callback chain was halted or
|
|
76
|
-
because an exception happened during
|
|
81
|
+
because an exception happened during enqueuing. (i.e. Redis is down when you try to enqueue your job)
|
|
77
82
|
|
|
78
83
|
*Edouard Chin*
|
|
79
84
|
|
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.1.0.
|
|
4
|
+
version: 6.1.0.rc2
|
|
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: 2020-
|
|
11
|
+
date: 2020-12-01 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.1.0.
|
|
19
|
+
version: 6.1.0.rc2
|
|
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.1.0.
|
|
26
|
+
version: 6.1.0.rc2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: globalid
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -99,10 +99,10 @@ licenses:
|
|
|
99
99
|
- MIT
|
|
100
100
|
metadata:
|
|
101
101
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
102
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.1.0.
|
|
103
|
-
documentation_uri: https://api.rubyonrails.org/v6.1.0.
|
|
102
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.1.0.rc2/activejob/CHANGELOG.md
|
|
103
|
+
documentation_uri: https://api.rubyonrails.org/v6.1.0.rc2/
|
|
104
104
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
105
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.1.0.
|
|
105
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.1.0.rc2/activejob
|
|
106
106
|
post_install_message:
|
|
107
107
|
rdoc_options: []
|
|
108
108
|
require_paths:
|