activesupport 6.0.4.6 → 6.0.4.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: b3d3ba8fd5de1391ada73bcfd16f9a658358c5a9b199011a4b1fb1a2cc2766e3
4
- data.tar.gz: 32b840f700c1c9d592bb74579d1c9e36ccbd4957a96b82fa0b4eebf37c574227
3
+ metadata.gz: 7c2ac48c4fc14731e5de656bd8d6e95f0e05bbf3e327070658ed4ffe5f4220d1
4
+ data.tar.gz: f2c96dbb25d284303c5b8d6c642951085a7ae33dcf19e5423f3143b3e4a11801
5
5
  SHA512:
6
- metadata.gz: 485e5d92c3155de2036d9e9f6364c0cdb02787a2ef82bcb059098f95456d5dadac08de5cc0bdb98e66f4110e0fb5676bbf0f163d4ca5daeeadeb49cec987d9da
7
- data.tar.gz: 035d33a067ad18da1472f07c54e4d73195880d3051aeaf513baa65ef6ac776e937e0b4966c6e6f3b406747a1037356be2365e76d62a223e5a7d06616a2ab8208
6
+ metadata.gz: f5894888b523c8523b1664a00e1daf9d6cd679f78fd0f4ef0dfb5860058d99869960d4241e94d4802e19607e3e42abb6a141b37b85ea596b7e49510cf4f2162b
7
+ data.tar.gz: ac6c166043958ea77707d2f4973225568bee0b2d8bf1c3a9518e83f2b3f36f8e4761437cec0cd9de7389a017ea38f91fe89cd7f3b2d8bd03a99900f743bb0f53
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.7 (March 08, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.4.6 (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 = 6
11
11
  MINOR = 0
12
12
  TINY = 4
13
- PRE = "6"
13
+ PRE = "7"
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: 6.0.4.6
4
+ version: 6.0.4.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-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
@@ -359,10 +359,10 @@ licenses:
359
359
  - MIT
360
360
  metadata:
361
361
  bug_tracker_uri: https://github.com/rails/rails/issues
362
- changelog_uri: https://github.com/rails/rails/blob/v6.0.4.6/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.4.6/
362
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.4.7/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.7/
364
364
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
365
- source_code_uri: https://github.com/rails/rails/tree/v6.0.4.6/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.7/activesupport
366
366
  post_install_message:
367
367
  rdoc_options:
368
368
  - "--encoding"
@@ -380,7 +380,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
380
  - !ruby/object:Gem::Version
381
381
  version: '0'
382
382
  requirements: []
383
- rubygems_version: 3.2.22
383
+ rubygems_version: 3.1.6
384
384
  signing_key:
385
385
  specification_version: 4
386
386
  summary: A toolkit of support libraries and Ruby core extensions extracted from the