activejob 6.1.3.2 → 6.1.4

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: 1657bde1facc3ef5a186a3005b11c8bc99f8833dea5d5766fa0f61af2804767c
4
- data.tar.gz: 291b2715a38969cba75123be2314ade5e87822ab8ca8b1bed4fb1f539806d6c3
3
+ metadata.gz: c9a769fe2768c9eb83ad494a3df8b26563d79e227c2090aec92f3a72f219b6f5
4
+ data.tar.gz: 74a40ff51687bf8fb48e2393e754f2ac8fb17ef38bf1bd0d3e8cadf4e2b46be8
5
5
  SHA512:
6
- metadata.gz: fb7ecbfe7acd067fb2d384d123afb1570930a154d32b7bdea9c7cfc45f39bbb210ad063d74a4a5027d6f8fe01e71f5287a85e53cb7833da751adeae75872a57d
7
- data.tar.gz: 836f4431086979a971a835cd1e15e4f9af9977fef94e514b1f34765f71353913bcf2a66d314a10754d3bb704931d88413243b8ea1d68ddf17ff36ec26e77f345
6
+ metadata.gz: 943a0e1dcf505ccb814efb03ca3bed692aef6dc6adf5aacb228316d561cabe53fc1c211d6d659645797467b0adae1d639ce0e913973c0244bdd98f4a30203a56
7
+ data.tar.gz: '0495568dfc65ca2ea01a2c11f087f0066b28dd103f2c948e76a13fc5d6ff2b853505c36b5a854a0b274b310968a499b9de824cbb7093a2a309f3490d48bc77b6'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.4 (June 24, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.3.2 (May 05, 2021) ##
2
7
 
3
8
  * No changes.
@@ -9,8 +9,8 @@ module ActiveJob
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
- TINY = 3
13
- PRE = "2"
12
+ TINY = 4
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: 6.1.3.2
4
+ version: 6.1.4
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-05-05 00:00:00.000000000 Z
11
+ date: 2021-06-24 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.2
19
+ version: 6.1.4
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.2
26
+ version: 6.1.4
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.2/activejob/CHANGELOG.md
103
- documentation_uri: https://api.rubyonrails.org/v6.1.3.2/
102
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.4/activejob/CHANGELOG.md
103
+ documentation_uri: https://api.rubyonrails.org/v6.1.4/
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.2/activejob
106
- post_install_message:
105
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.4/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: []