activejob 6.1.3.1 → 6.1.3.2

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: b6ad35f2f17e3e415f9a0ab6d5a30969886b46987e8d0d9109af802c55a2f79d
4
- data.tar.gz: 54fa1c9aaa61623e5372db847171d8e80753e6c75c4d878d30cc13c76364119a
3
+ metadata.gz: 1657bde1facc3ef5a186a3005b11c8bc99f8833dea5d5766fa0f61af2804767c
4
+ data.tar.gz: 291b2715a38969cba75123be2314ade5e87822ab8ca8b1bed4fb1f539806d6c3
5
5
  SHA512:
6
- metadata.gz: b5658e92e6b9608e4f0d313363ed9143bf31177f5e9ced083c82603c329d2b08fa9ca428b88e3b7a908c137e06fbfe6f8ea2b0dbd62446bfe52a328a6914cb65
7
- data.tar.gz: a6b928c2f7bb5b161dd54a0e7f73d0f99b5bb70ad904e1d4feb177cf89a18db1783fcbaaa94f66566afe54bb90a51e722aa77ac825282352c8bf2cb033fe395d
6
+ metadata.gz: fb7ecbfe7acd067fb2d384d123afb1570930a154d32b7bdea9c7cfc45f39bbb210ad063d74a4a5027d6f8fe01e71f5287a85e53cb7833da751adeae75872a57d
7
+ data.tar.gz: 836f4431086979a971a835cd1e15e4f9af9977fef94e514b1f34765f71353913bcf2a66d314a10754d3bb704931d88413243b8ea1d68ddf17ff36ec26e77f345
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.3.2 (May 05, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.3.1 (March 26, 2021) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveJob
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
12
  TINY = 3
13
- PRE = "1"
13
+ PRE = "2"
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.3.1
4
+ version: 6.1.3.2
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: 2021-03-26 00:00:00.000000000 Z
11
+ date: 2021-05-05 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.3.1
19
+ version: 6.1.3.2
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.3.1
26
+ version: 6.1.3.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: globalid
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -99,11 +99,11 @@ 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.3.1/activejob/CHANGELOG.md
103
- documentation_uri: https://api.rubyonrails.org/v6.1.3.1/
102
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.3.2/activejob/CHANGELOG.md
103
+ documentation_uri: https://api.rubyonrails.org/v6.1.3.2/
104
104
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
105
- source_code_uri: https://github.com/rails/rails/tree/v6.1.3.1/activejob
106
- post_install_message:
105
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.3.2/activejob
106
+ post_install_message:
107
107
  rdoc_options: []
108
108
  require_paths:
109
109
  - lib
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  requirements: []
121
121
  rubygems_version: 3.1.2
122
- signing_key:
122
+ signing_key:
123
123
  specification_version: 4
124
124
  summary: Job framework with pluggable queues.
125
125
  test_files: []