activesupport 6.0.4 → 6.0.4.4

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: cb820262bad46b77be1e8cdc8a8cf1b587bea8259ca96f838e29f539cb7d5398
4
- data.tar.gz: 4f0afdaa454b1e344118f965b7091520f99274c21dd0c6889ea5b7aa4f04a13d
3
+ metadata.gz: a2de2af4e62fead21ec1c148e0906fa931ce67c72deccfe0ae40c41c159ec1ab
4
+ data.tar.gz: 94cc128d9b8f6ecd684c8a83b00d4d5f2eef2b9e7bf889df0080ef4c4e038e16
5
5
  SHA512:
6
- metadata.gz: 6126d9b0f4eda07d968f012618c46b867d57dae8fa9132201ce357715858238f04bb443c3f78b5cf8ae819e4e0a2f4485a6d6b6f098130130263c8838c47f79e
7
- data.tar.gz: 2d8cf9e0702dbf20abef42494671000ee95bd7e393c4bad0f5cdfe26a9bfa6fbb3a2ebea3961f77460abf10e279eb5bd0bff91d34193d8cf986d2dbfe7ab4af7
6
+ metadata.gz: cdb73e85d96d60f649010319f9fbb0f8dc0ae4b7f504f54586b31d603228e2aa22b72ffc3ee70beecf3dcb83b56128714849c86c8b2b06dbade903c70256c174
7
+ data.tar.gz: 1c94435789eea8aa38a79bee7a9fcf26759d29c3aedc232636361392eefa2da0112d0a684ae245462be6a1b9c141f6367f7d190285b888109bfd971e2a22646f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## Rails 6.0.4.4 (December 15, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.0.4.3 (December 14, 2021) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 6.0.4.2 (December 14, 2021) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 6.0.4.1 (August 19, 2021) ##
17
+
18
+ * No changes.
19
+
20
+
1
21
  ## Rails 6.0.4 (June 15, 2021) ##
2
22
 
3
23
  * Fixed issue in `ActiveSupport::Cache::RedisCacheStore` not passing options
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 4
13
- PRE = nil
13
+ PRE = "4"
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
4
+ version: 6.0.4.4
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-06-15 00:00:00.000000000 Z
11
+ date: 2021-12-15 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/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.4/
362
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.4.4/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.4/
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/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.4/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.1.2
383
+ rubygems_version: 3.2.32
384
384
  signing_key:
385
385
  specification_version: 4
386
386
  summary: A toolkit of support libraries and Ruby core extensions extracted from the