activesupport 6.0.4.2 → 6.0.4.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: cefb2885f816dc2f97d31bf1570863666b21c49d92752a9e1c8de084bf1050c9
4
- data.tar.gz: d6d9e872ae8eb17a41b4faf1e05169e5e6b4137f5a0fbd11dc37f74946808a03
3
+ metadata.gz: cf730990261a2e7eb2018e0fac600a8dd2136787cd2813eb351c931f8049144c
4
+ data.tar.gz: '0481b5068e593619a93e07c10b223539a4b064045deb42c18aaa5446adc1d98f'
5
5
  SHA512:
6
- metadata.gz: 4837a7e8fbddb279f3d9a3ed355157bf905aa52d6ba5974d41251a54c4ae0bc2c556422d5312e0180f583813490d5378b657b14fc5bbc9161858a635c6c051a2
7
- data.tar.gz: a0fd3241c75d6ece4c74adb1d7adee6d549f872948175616be8040ba9fd08771d4a8a1c22604816d39ef3f4b5defe081aca3c0559f4a7643129da4cb54e16001
6
+ metadata.gz: 9c94aa5a6b9bddf28921792a5b091380d0ddf5f816af18fd1c9f0533c318bc784f68cf197ea6580565e13e6f9e1892b911fa7c02b72486cedc7e9ed58efcf948
7
+ data.tar.gz: 074e3110bca0cf9ddaa88c9a4ab3784a4286a13f0627a2cc943cdad414123766fd428a6d5215f9b106f6a5039d2a4ef429d2a87d4dfd4b8cf34c0e290e5caf6a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.3 (December 14, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.4.2 (December 14, 2021) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 4
13
- PRE = "2"
13
+ PRE = "3"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.4.2
4
+ version: 6.0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -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.2/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.4.2/
362
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.4.3/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.3/
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.2/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.3/activesupport
366
366
  post_install_message:
367
367
  rdoc_options:
368
368
  - "--encoding"