activejob 7.1.5.1 → 7.1.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: 3163adeb0ad6bf21b0048cfcde214b97af34a0b49299f37cd2e93905a5839327
4
- data.tar.gz: ccaff11c2aa436b1ad0b7a479c030c7e241ee8e2c0a4754361ac6acb6a703d5f
3
+ metadata.gz: bd20f06e0edac4591e836d770741e806b72d7220598f5edf6714cef5a2bc8213
4
+ data.tar.gz: '056932058e175c14461882cd917117c5c784c05a9d59864bd7d92c768d6c7b38'
5
5
  SHA512:
6
- metadata.gz: d319ffd95f49cddec8a0fdbc39f36d5029a3d7bc91086564cd673f784268a86d20c3d2977d248a8f7591e80d8652be11d9c9bd0e94afb5cbefad132035d1ad68
7
- data.tar.gz: e9eaebe18fc732613af2da14a35d5993f1c4c6e87ff01908fef6f569c51c395150046d1502d913df2bcb4cbeb0c2810bbe2d5a337f8903207e604dabba789509
6
+ metadata.gz: 4aa69803b9e1299c74eb8ccee9fb791a610a64168ad3c732a4b7bb9dc10a7f3dcfeb834872f19b62ba085c83f2715ad9ab4c49ae8a004c1cad902150b1c5e8b6
7
+ data.tar.gz: c59530ba6ea677e06a48d6dbe8c8fc9658aa418f28909f19a085af364d2e5d793a1bcb379f274fdf663c98f0332d270ef1b7cab29b74ef5188ffdc04fc5930ba
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.1.6 (October 28, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.1.5.2 (August 13, 2025) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.1.5.1 (December 10, 2024) ##
2
12
 
3
13
  * No changes.
@@ -9,8 +9,8 @@ module ActiveJob
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 1
12
- TINY = 5
13
- PRE = "1"
12
+ TINY = 6
13
+ PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activejob
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.5.1
4
+ version: 7.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 7.1.5.1
18
+ version: 7.1.6
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - '='
25
24
  - !ruby/object:Gem::Version
26
- version: 7.1.5.1
25
+ version: 7.1.6
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: globalid
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -102,12 +101,11 @@ licenses:
102
101
  - MIT
103
102
  metadata:
104
103
  bug_tracker_uri: https://github.com/rails/rails/issues
105
- changelog_uri: https://github.com/rails/rails/blob/v7.1.5.1/activejob/CHANGELOG.md
106
- documentation_uri: https://api.rubyonrails.org/v7.1.5.1/
104
+ changelog_uri: https://github.com/rails/rails/blob/v7.1.6/activejob/CHANGELOG.md
105
+ documentation_uri: https://api.rubyonrails.org/v7.1.6/
107
106
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
108
- source_code_uri: https://github.com/rails/rails/tree/v7.1.5.1/activejob
107
+ source_code_uri: https://github.com/rails/rails/tree/v7.1.6/activejob
109
108
  rubygems_mfa_required: 'true'
110
- post_install_message:
111
109
  rdoc_options: []
112
110
  require_paths:
113
111
  - lib
@@ -122,8 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
120
  - !ruby/object:Gem::Version
123
121
  version: '0'
124
122
  requirements: []
125
- rubygems_version: 3.5.22
126
- signing_key:
123
+ rubygems_version: 3.6.9
127
124
  specification_version: 4
128
125
  summary: Job framework with pluggable queues.
129
126
  test_files: []