activejob 7.0.8.5 → 7.0.8.6

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: 9f40eaa35edb02772a6549ff6b536bf0679e4a853d955abc742ab6540a5104c0
4
- data.tar.gz: 51466438d23c725f515e59ba53dca20ff8e1a3ed394bdd4b0a854a483c526dac
3
+ metadata.gz: 5e647009d2d453154812326a09036e031b2f88fb891260e570a7c73e87ced3a3
4
+ data.tar.gz: 9464fac75124cb26ed675b3d15df2d906242464cc9bcb0d47c07dd89b7cf8c23
5
5
  SHA512:
6
- metadata.gz: 457fe021d145066a01050ed65b22e3e6f3605146536c0c53c2d0acb06d0500c4621218559e5a240d3e36869f3fce683c71b5cafc0f25fb3e2c5d7ee01359ecd3
7
- data.tar.gz: c0dfb6960f00e71601e2b1422824ac089ce54cc23060a4e6f154ba66078cf2fb50811a89955f6c03e7c9e3fde81825116acaef9580b17715e684c982ca5a1b26
6
+ metadata.gz: 56f7e9c796b4b7c985d65ad6dc21cabc1ac67566ccdafc34e92f399438f4aca2a49374af96e388f1e52ab1b1405d980e86861db2a8087dd5840170ccda1da44e
7
+ data.tar.gz: 6a6eb4662893bac0a25692f3d7d5c219bc31d9c3f8e20d802ae5671a072f5abfd710881049ad662fffb97488d84d447c680abe65c230bd52687d18792030b011
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.8.6 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.8.5 (October 15, 2024) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveJob
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 8
13
- PRE = "5"
13
+ PRE = "6"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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.8.5
4
+ version: 7.0.8.6
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: 2024-10-15 00:00:00.000000000 Z
11
+ date: 2024-10-23 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.8.5
19
+ version: 7.0.8.6
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.8.5
26
+ version: 7.0.8.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: globalid
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -100,12 +100,12 @@ 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.8.5/activejob/CHANGELOG.md
104
- documentation_uri: https://api.rubyonrails.org/v7.0.8.5/
103
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.8.6/activejob/CHANGELOG.md
104
+ documentation_uri: https://api.rubyonrails.org/v7.0.8.6/
105
105
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
106
- source_code_uri: https://github.com/rails/rails/tree/v7.0.8.5/activejob
106
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.8.6/activejob
107
107
  rubygems_mfa_required: 'true'
108
- post_install_message:
108
+ post_install_message:
109
109
  rdoc_options: []
110
110
  require_paths:
111
111
  - lib
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  requirements: []
123
123
  rubygems_version: 3.5.16
124
- signing_key:
124
+ signing_key:
125
125
  specification_version: 4
126
126
  summary: Job framework with pluggable queues.
127
127
  test_files: []