activesupport 6.0.3.5 → 6.0.3.6

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: 87c2002942d7a1873c9361a12f07ac27fba7397969dcf6efbe006fa9c78ed72f
4
- data.tar.gz: f5515dae0214709c16ca49b3503a7b3dd9059c99d6deeb85d7385d113298ecca
3
+ metadata.gz: 9013388dc03056c53b99f9750b5d59c31271564ebd07cad7935005971d5901a2
4
+ data.tar.gz: f0fd8c0c9ff763522725c49a33b64d117ba9d83c0791c96cdd97183feb7b3268
5
5
  SHA512:
6
- metadata.gz: d7bf0ee5ea2ac694a6e107e3060fb74f18ccd7c954a2e2a1720e352e94a81dc95ca50c1219ed960f551f5658be6a7cab1a27342d94d8cca491ee848e1e2317d9
7
- data.tar.gz: 627e842749bc898875694b1e8b4028392b87a9d12c1817851e7950eec8900e33efe780ffa30c674037cafdfe63b71253f2eecd656662f92e879407807d898521
6
+ metadata.gz: f31136a3ebe4bc38b22a4de625e2bdacf77baf5dc3521d090d7977b298bca4757f100be32528fba9f77ca1f6b5bef17805e9e7cbd0248bd455a2e3a154df5dd3
7
+ data.tar.gz: c8675f13bff0975c78e57a929fead6e5ec6f784d12177d1e436d85c0ffdce60eb0cec8eb467f1b933b9d1907e9f05416ad0f934fb63526f6c91e90774585a3bf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.3.6 (March 26, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.3.5 (February 10, 2021) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 3
13
- PRE = "5"
13
+ PRE = "6"
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.3.5
4
+ version: 6.0.3.6
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: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2021-03-26 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.3.5/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.3.5/
362
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.3.6/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.3.6/
364
364
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
365
- source_code_uri: https://github.com/rails/rails/tree/v6.0.3.5/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.3.6/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.0.3
383
+ rubygems_version: 3.1.2
384
384
  signing_key:
385
385
  specification_version: 4
386
386
  summary: A toolkit of support libraries and Ruby core extensions extracted from the