activejob 6.1.7.4 → 6.1.7.5

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: bf6541fe83ad10d98d8a4ed068173103b31375d3644b7d271867c583be31db8e
4
- data.tar.gz: 999406f8e3f3810cb24ee507a109e6f4f89438e49e426bee0a125a5fd1c6f55d
3
+ metadata.gz: '0859a021e32e1beaabb7a66f14048a42bf69c08887127f4cc589b932574833e1'
4
+ data.tar.gz: 6092aba2d76207dc9fe5e73602ca63791400781ccabab7e00fb9bbb2c0e92524
5
5
  SHA512:
6
- metadata.gz: 217f3c9107f91eb6378d804d79e85aff66f803173c5fa6293018cc36795828bcea9e36f7e292236744b7cc262f8390c8649a3863c2fe5e5f3716a635ed514351
7
- data.tar.gz: 5726228ec1aaa764af6f1ff9e9ee93466036ca9c89648ecce08904a532fdfc04bd1448c42c08313c274c11779596c09d6db2430b5b55d43c9d8504cb873cab9b
6
+ metadata.gz: cf50e5fdb7300c76f9bc70f27bf5a3ce18a8205f9065da4a35d661e1c69a4e32aba926583a0f919599ce984cb75a42224de29ecc44bfe51574f4c51c9dea57da
7
+ data.tar.gz: 7e47e4e2d18361724d0f51649ebff380a28cfb5b7b0a6cbfdd307ef0d32bd9d13c6737761535aa59f2d1bfea367fd7ec41ea041350b6cafda48f13f6cd6f5842
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.7.5 (August 22, 2023) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.7.4 (June 26, 2023) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveJob
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
12
  TINY = 7
13
- PRE = "4"
13
+ PRE = "5"
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: 6.1.7.4
4
+ version: 6.1.7.5
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: 2023-06-26 00:00:00.000000000 Z
11
+ date: 2023-08-22 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.7.4
19
+ version: 6.1.7.5
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.7.4
26
+ version: 6.1.7.5
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.7.4/activejob/CHANGELOG.md
103
- documentation_uri: https://api.rubyonrails.org/v6.1.7.4/
102
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.7.5/activejob/CHANGELOG.md
103
+ documentation_uri: https://api.rubyonrails.org/v6.1.7.5/
104
104
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
105
- source_code_uri: https://github.com/rails/rails/tree/v6.1.7.4/activejob
105
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.7.5/activejob
106
106
  rubygems_mfa_required: 'true'
107
107
  post_install_message:
108
108
  rdoc_options: []