activesupport 6.0.4 → 6.0.4.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activesupport might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb820262bad46b77be1e8cdc8a8cf1b587bea8259ca96f838e29f539cb7d5398
4
- data.tar.gz: 4f0afdaa454b1e344118f965b7091520f99274c21dd0c6889ea5b7aa4f04a13d
3
+ metadata.gz: 802f5840968de1e005563f21d63c0f4ec48f6908655cf7736087f9808db06089
4
+ data.tar.gz: 27e8ad7e71ad0fc59d0df9a42b22f5708e0425ae9a82410827278e5de339402c
5
5
  SHA512:
6
- metadata.gz: 6126d9b0f4eda07d968f012618c46b867d57dae8fa9132201ce357715858238f04bb443c3f78b5cf8ae819e4e0a2f4485a6d6b6f098130130263c8838c47f79e
7
- data.tar.gz: 2d8cf9e0702dbf20abef42494671000ee95bd7e393c4bad0f5cdfe26a9bfa6fbb3a2ebea3961f77460abf10e279eb5bd0bff91d34193d8cf986d2dbfe7ab4af7
6
+ metadata.gz: ef334643409eb7a9589c1b97aef2dd1035a086f417069e0c4d0cc2fb2281213b99953620b8ee8ed2a1451785590c4d99af8d8786f4be26217f842b518f50ac35
7
+ data.tar.gz: e3b6e8ed28cf86c8fbe166a58b10df46c680f78b322f9a95cd711a531d916e351ccbf819fa4ca829a86b96bdf7fc2b287ca8eafdd1989df3a8306efb966514e9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.1 (August 19, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.4 (June 15, 2021) ##
2
7
 
3
8
  * 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 = "1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-15 00:00:00.000000000 Z
11
+ date: 2021-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -359,11 +359,11 @@ 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.1/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.1/
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
366
- post_install_message:
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.1/activesupport
366
+ post_install_message:
367
367
  rdoc_options:
368
368
  - "--encoding"
369
369
  - UTF-8
@@ -380,8 +380,8 @@ 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
384
- signing_key:
383
+ rubygems_version: 3.2.15
384
+ signing_key:
385
385
  specification_version: 4
386
386
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
387
387
  Rails framework.