activejob 6.1.6.1 → 6.1.7

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: 071e17ba1697758131ad5d4b52b8fb75bd5524223ab09df4514cc141063d1433
4
- data.tar.gz: cb88712ddaf62636cc3433f2dfc6045ff7a47eca8f637a7ecb733b1d0e4ca09e
3
+ metadata.gz: aa2b8ea7c907ad49dfae363a74b08ba60e26dcfff3ae498388944716c160f8d2
4
+ data.tar.gz: cc789bb479db604626761a577083e2030661d4aaeda2d5731e05cd46e919f015
5
5
  SHA512:
6
- metadata.gz: cae13680a6e83ba16396f21d423d86165b47d14ef9f612c9b84247dc0c3f560ff29f797e1cf016a8c239df80fdbcc48273fc3ff4fa6d5c3d67af8afd9ee7afec
7
- data.tar.gz: 5bedff1cb072d30760c81ab99e2495ea88bc78b42f731a88500c90ff6321a063882237ed3f52f57b01a85deae825a97b471ad8f5ce58a3197f24a9af924ba499
6
+ metadata.gz: 126bae4605f43a4dd205e9e9ab0214b2d7ff6bf796d70afaec7e9dd914faa85d8aa8060d677e80080dabf67fa4699baa7020c1330481763c3f8a0a5cfbd72b43
7
+ data.tar.gz: e5e1e16612a645a6e3ac79fd9ad03cc1e99582728308778c81f4493876182e45f529b015ba94a4747ec7c9493bcc32ee752bcbf91bf569350d484a8cbe0d25a6
data/CHANGELOG.md CHANGED
@@ -1,8 +1,18 @@
1
+ ## Rails 6.1.7 (September 09, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.6.1 (July 12, 2022) ##
2
7
 
3
8
  * No changes.
4
9
 
5
10
 
11
+ ## Rails 6.1.6 (May 09, 2022) ##
12
+
13
+ * No changes.
14
+
15
+
6
16
  ## Rails 6.1.5.1 (April 26, 2022) ##
7
17
 
8
18
  * No changes.
@@ -9,8 +9,8 @@ module ActiveJob
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
- TINY = 6
13
- PRE = "1"
12
+ TINY = 7
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.6.1
4
+ version: 6.1.7
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: 2022-07-12 00:00:00.000000000 Z
11
+ date: 2022-09-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: 6.1.6.1
19
+ version: 6.1.7
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.6.1
26
+ version: 6.1.7
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.6.1/activejob/CHANGELOG.md
103
- documentation_uri: https://api.rubyonrails.org/v6.1.6.1/
102
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.7/activejob/CHANGELOG.md
103
+ documentation_uri: https://api.rubyonrails.org/v6.1.7/
104
104
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
105
- source_code_uri: https://github.com/rails/rails/tree/v6.1.6.1/activejob
105
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.7/activejob
106
106
  rubygems_mfa_required: 'true'
107
107
  post_install_message:
108
108
  rdoc_options: []