activesupport 6.0.4.1 → 6.0.4.2

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: 802f5840968de1e005563f21d63c0f4ec48f6908655cf7736087f9808db06089
4
- data.tar.gz: 27e8ad7e71ad0fc59d0df9a42b22f5708e0425ae9a82410827278e5de339402c
3
+ metadata.gz: cefb2885f816dc2f97d31bf1570863666b21c49d92752a9e1c8de084bf1050c9
4
+ data.tar.gz: d6d9e872ae8eb17a41b4faf1e05169e5e6b4137f5a0fbd11dc37f74946808a03
5
5
  SHA512:
6
- metadata.gz: ef334643409eb7a9589c1b97aef2dd1035a086f417069e0c4d0cc2fb2281213b99953620b8ee8ed2a1451785590c4d99af8d8786f4be26217f842b518f50ac35
7
- data.tar.gz: e3b6e8ed28cf86c8fbe166a58b10df46c680f78b322f9a95cd711a531d916e351ccbf819fa4ca829a86b96bdf7fc2b287ca8eafdd1989df3a8306efb966514e9
6
+ metadata.gz: 4837a7e8fbddb279f3d9a3ed355157bf905aa52d6ba5974d41251a54c4ae0bc2c556422d5312e0180f583813490d5378b657b14fc5bbc9161858a635c6c051a2
7
+ data.tar.gz: a0fd3241c75d6ece4c74adb1d7adee6d549f872948175616be8040ba9fd08771d4a8a1c22604816d39ef3f4b5defe081aca3c0559f4a7643129da4cb54e16001
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.2 (December 14, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.4.1 (August 19, 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 = "1"
13
+ PRE = "2"
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.1
4
+ version: 6.0.4.2
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-08-19 00:00:00.000000000 Z
11
+ date: 2021-12-14 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.1/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.4.1/
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/
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.1/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.2/activesupport
366
366
  post_install_message:
367
367
  rdoc_options:
368
368
  - "--encoding"