activejob 7.0.1 → 7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 943b9e02ac6352d3cefdc94020e3bc61ac959dc208a6022790b0861b400c32e1
4
- data.tar.gz: 90cb82d17339efe5a4cb3abe10566f48fdcb983fe8c6b29422fd33bd128b2f38
3
+ metadata.gz: 4403ec113f52c4df0acf46ad547becd13481a01187c9194621a6e76a9375b78d
4
+ data.tar.gz: 8c967ccdc27a9966642cdc0bda31728293c37748f0d8fa6a98bf6b1eb9382113
5
5
  SHA512:
6
- metadata.gz: a731c1d1a4af3dc7edf881b16ec4c71a6139d52955651614a43f7e53ad198782d0657b61bf8ac14ebf27a31112ea84b0a18aa89dcd161c73fbb6780308d99f5d
7
- data.tar.gz: 5631dfff92392136050ffa785016c5afa8a163c325fff32351652d8cb6a29dc193125bf6431022c11000b6d3db1353581ac63cee1008c72680457d9b7eb338ec
6
+ metadata.gz: e781c3c0d98797922e56bd35346d501178f9e3c26aa5c1306eaaa712625a7294bcac1a2ae001508de604cab380b895bb725cdec3b7709ae4da9a272a93a754f7
7
+ data.tar.gz: 1e7e244b9dcfb6e10d0f47b523da797b927876627bfbcf64aced3dc2ecea5e753f02978d4cdfa8f3b06c9cc36efd51ed2f956788fa6fbb8f78ed90d78ef462bc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.2 (February 08, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.1 (January 06, 2022) ##
2
7
 
3
8
  * Allow testing `discard_on/retry_on ActiveJob::DeserializationError`
@@ -9,7 +9,7 @@ module ActiveJob
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
- TINY = 1
12
+ TINY = 2
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
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.0.1
4
+ version: 7.0.2
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-01-06 00:00:00.000000000 Z
11
+ date: 2022-02-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: 7.0.1
19
+ version: 7.0.2
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.0.1
26
+ version: 7.0.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: globalid
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -100,10 +100,10 @@ licenses:
100
100
  - MIT
101
101
  metadata:
102
102
  bug_tracker_uri: https://github.com/rails/rails/issues
103
- changelog_uri: https://github.com/rails/rails/blob/v7.0.1/activejob/CHANGELOG.md
104
- documentation_uri: https://api.rubyonrails.org/v7.0.1/
103
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.2/activejob/CHANGELOG.md
104
+ documentation_uri: https://api.rubyonrails.org/v7.0.2/
105
105
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
106
- source_code_uri: https://github.com/rails/rails/tree/v7.0.1/activejob
106
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.2/activejob
107
107
  rubygems_mfa_required: 'true'
108
108
  post_install_message:
109
109
  rdoc_options: []