activejob 5.2.7.1 → 5.2.8

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: 83861bba53b1e045a1da3fd483c3bf651d54f45196c13d3206a5f7326f22090d
4
- data.tar.gz: cd70b34c0cfff67e3b463b6d0ec755a9cb75fe1cc4014ed9eabf64d764748c27
3
+ metadata.gz: e0c261ab0b4adc6187531b394177d3ac828160f0e9744e751ca844647924ac8c
4
+ data.tar.gz: 268cee605f20d073ba78da9a87a8c8085169f13dacb717fd99f6c93323713904
5
5
  SHA512:
6
- metadata.gz: c970a47af59659f105e793110287c68025359a46fd09a6aee21f98eca637c045b7eae49ad60425664a5c7705175accd623873a46f187376334c207f6d23700ba
7
- data.tar.gz: b5a55002d089281c7a13df425d7a852c00bc16a3ff1723e342b69a8e6d4b0d1c48cbb02515740f05430f2c9cbec05af677dcc62001abd781d5450f38aa840bdd
6
+ metadata.gz: 8ab80eca9a082d5c32eb3fc781d66e662aa837ab921c83ca6e15a739607e34ba179d912ea7279e663857a963d9ee401745f2c4352a3f6ab0e560a99244cf5cc3
7
+ data.tar.gz: c9a0c5799b3db421e32c5b0653c5fe6c9956a45823a1f405413a20259863179419112c6f43131b790821735d988c34e2367988c2b95aa873624b4fd8da193460
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.8 (May 09, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.7.1 (April 26, 2022) ##
2
7
 
3
8
  * No changes.
@@ -9,8 +9,8 @@ module ActiveJob
9
9
  module VERSION
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
- TINY = 7
13
- PRE = "1"
12
+ TINY = 8
13
+ PRE = nil
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: 5.2.7.1
4
+ version: 5.2.8
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: 2022-04-26 00:00:00.000000000 Z
11
+ date: 2022-05-09 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: 5.2.7.1
19
+ version: 5.2.8
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: 5.2.7.1
26
+ version: 5.2.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: globalid
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,9 +86,9 @@ homepage: http://rubyonrails.org
86
86
  licenses:
87
87
  - MIT
88
88
  metadata:
89
- source_code_uri: https://github.com/rails/rails/tree/v5.2.7.1/activejob
90
- changelog_uri: https://github.com/rails/rails/blob/v5.2.7.1/activejob/CHANGELOG.md
91
- post_install_message:
89
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.8/activejob
90
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.8/activejob/CHANGELOG.md
91
+ post_install_message:
92
92
  rdoc_options: []
93
93
  require_paths:
94
94
  - lib
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  requirements: []
106
106
  rubygems_version: 3.1.6
107
- signing_key:
107
+ signing_key:
108
108
  specification_version: 4
109
109
  summary: Job framework with pluggable queues.
110
110
  test_files: []