activejob 6.1.4.5 → 6.1.4.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: 294ca007944f5df6ed7a6f12a3c27884c202120c425c3f30f32de5df6baad3ab
4
- data.tar.gz: 6cb29f9fc2769c3beca696df03e8b640d55e6b53386b17a241b145f62667c62e
3
+ metadata.gz: 8ccbcc24e96faf85fc01b6f895b065fdad12e6801431ce6f8cbaa9643413a795
4
+ data.tar.gz: '0379200b04374460e8068915ad61d08a1ae978bc6475f6826073a377d264d62d'
5
5
  SHA512:
6
- metadata.gz: '09baaf89e43f0ba88f1fa9b55958f91dd6007d7d57901dfcba7b6ef30891a91d5ef8683e596ee9cdd140b4043c4e865e1481281262f26f292f59dd1023c04d2f'
7
- data.tar.gz: 1a3ff8937841cc80d38f4ce42c607f7186c0b1e4190c3933db9c01651cf34378e5cd263ab1725d1c97f09c80f5312252cb475a32e25cecfeaa6959c9a89cfa52
6
+ metadata.gz: a0c2dae1d664294f6e9657d6430798fbfc3a329f649fb92b7c2effd53fd0097aec9d1b536e475970f6691ebd373c5faeacbcadc91b771177ccbe290d8cedc753
7
+ data.tar.gz: 60026f9d7a1141a7981fffd8ae99f834531073ca149ba2f62df7fb0341524544b3d196b253e85dc6e738a9fffec410fbbe99825abd667a5a062ba21fe296eec8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.4.6 (February 11, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.4.5 (February 11, 2022) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveJob
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
12
  TINY = 4
13
- PRE = "5"
13
+ PRE = "6"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activejob
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.4.5
4
+ version: 6.1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.1.4.5
19
+ version: 6.1.4.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: 6.1.4.5
26
+ version: 6.1.4.6
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.4.5/activejob/CHANGELOG.md
103
- documentation_uri: https://api.rubyonrails.org/v6.1.4.5/
102
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.4.6/activejob/CHANGELOG.md
103
+ documentation_uri: https://api.rubyonrails.org/v6.1.4.6/
104
104
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
105
- source_code_uri: https://github.com/rails/rails/tree/v6.1.4.5/activejob
105
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.4.6/activejob
106
106
  post_install_message:
107
107
  rdoc_options: []
108
108
  require_paths: