activejob 7.2.0.beta1 → 7.2.0.beta2
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 +5 -0
- data/lib/active_job/gem_version.rb +1 -1
- data/lib/active_job.rb +2 -2
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 057cff5ad277f1a6ab50012193687a870dde25b7372d485aaae82695ddca5510
|
4
|
+
data.tar.gz: 779f217f9223d263ca60d277eaee88769cab260c413700c77e70f405acff836d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65b567a628b0d84278753af6d4798db5f3c590c71bcd68cc365d3b61798340c4f4bf6aad9f7ddf75b7629ea893aec27c3570388cf76deaab67b6a2dd8e02f3f0
|
7
|
+
data.tar.gz: cc9cd3e326d8ce24c3d1a367cbeb58109016bd4c36c92d61495f2cb68ac34bdcf74df7c06d0d42a1142758f3c3f06ae3a41768b543cd0fa61d9e5dc242403d34
|
data/CHANGELOG.md
CHANGED
data/lib/active_job.rb
CHANGED
@@ -51,13 +51,13 @@ module ActiveJob
|
|
51
51
|
|
52
52
|
def self.use_big_decimal_serializer
|
53
53
|
ActiveJob.deprecator.warn <<-WARNING.squish
|
54
|
-
Rails.application.config.active_job.use_big_decimal_serializer is deprecated and will be removed in Rails
|
54
|
+
Rails.application.config.active_job.use_big_decimal_serializer is deprecated and will be removed in Rails 8.0.
|
55
55
|
WARNING
|
56
56
|
end
|
57
57
|
|
58
58
|
def self.use_big_decimal_serializer=(value)
|
59
59
|
ActiveJob.deprecator.warn <<-WARNING.squish
|
60
|
-
Rails.application.config.active_job.use_big_decimal_serializer is deprecated and will be removed in Rails
|
60
|
+
Rails.application.config.active_job.use_big_decimal_serializer is deprecated and will be removed in Rails 8.0.
|
61
61
|
WARNING
|
62
62
|
end
|
63
63
|
|
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: 7.2.0.
|
4
|
+
version: 7.2.0.beta2
|
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: 2024-
|
11
|
+
date: 2024-06-04 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: 7.2.0.
|
19
|
+
version: 7.2.0.beta2
|
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: 7.2.0.
|
26
|
+
version: 7.2.0.beta2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: globalid
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,10 +104,10 @@ licenses:
|
|
104
104
|
- MIT
|
105
105
|
metadata:
|
106
106
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
107
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.0.
|
108
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.0.
|
107
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.0.beta2/activejob/CHANGELOG.md
|
108
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.0.beta2/
|
109
109
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
110
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.0.
|
110
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.0.beta2/activejob
|
111
111
|
rubygems_mfa_required: 'true'
|
112
112
|
post_install_message:
|
113
113
|
rdoc_options: []
|
@@ -120,11 +120,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
120
|
version: 3.1.0
|
121
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
|
-
- - "
|
123
|
+
- - ">"
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version:
|
125
|
+
version: 1.3.1
|
126
126
|
requirements: []
|
127
|
-
rubygems_version: 3.
|
127
|
+
rubygems_version: 3.3.27
|
128
128
|
signing_key:
|
129
129
|
specification_version: 4
|
130
130
|
summary: Job framework with pluggable queues.
|