activesupport 5.2.6.2 → 5.2.6.3

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: 7064b7c29850882af63657ca21981ff9b328f05205035d5708003f7afe68d3cc
4
- data.tar.gz: cd0c59a687910eb495507cdad5b6ee9b6a3742b75567bc07c44586ce523dfad0
3
+ metadata.gz: de63689571cee536af682ffa50028fb7980473140c9216ea35c710a5d4998449
4
+ data.tar.gz: 44465b369dc70863ad16cd00e0f650dec8b43070d2063dc7ab8724451e7eb4ca
5
5
  SHA512:
6
- metadata.gz: ad8749d13d3707110dff8cd9efed02b92199deb890f28c8c085b29dcb6e44b594096c2a48f60eb3496f9e8a1ceda24b5eb539f2d3c649d6871f5b1111cdc02ee
7
- data.tar.gz: b1a7cc698f146647647e0c936eb523bff63c0c8283efbde4926e2aaceb811cb98d83d83fddb30727714956f5a4a2fcca4b6c0ce033485eaf6d17301c0f26c614
6
+ metadata.gz: d05c00cbcb3e1aa6c58793e7a0563610fc5aa3192781aa63b98276da25287e9dbb68e306710b710f47e3f4815e69ff30a9e2b68577fb260e269eb72db23adbd2
7
+ data.tar.gz: 390086122fdcc5400d41ad06333dfee88771b80a9ce9f77b3a20d38badd0f728b6281c5ecb53398fb23aec6d0a9bdea745d0f962c5c06ab42c2cb1466aee8c0a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.6.3 (March 08, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.6.2 (February 11, 2022) ##
2
7
 
3
8
  * Fix Reloader method signature to work with the new Executor signature
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 6
13
- PRE = "2"
13
+ PRE = "3"
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: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.6.2
4
+ version: 5.2.6.3
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-02-11 00:00:00.000000000 Z
11
+ date: 2022-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -333,8 +333,8 @@ homepage: http://rubyonrails.org
333
333
  licenses:
334
334
  - MIT
335
335
  metadata:
336
- source_code_uri: https://github.com/rails/rails/tree/v5.2.6.2/activesupport
337
- changelog_uri: https://github.com/rails/rails/blob/v5.2.6.2/activesupport/CHANGELOG.md
336
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.6.3/activesupport
337
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.6.3/activesupport/CHANGELOG.md
338
338
  post_install_message:
339
339
  rdoc_options:
340
340
  - "--encoding"