activesupport 5.2.8 → 5.2.8.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: 1d6eaa5e7c5e342b04aaca38462ee4f868b448c093a7a61c63a42db181d76309
4
- data.tar.gz: 511031c0b3a3bfbbaae326bfd5db78b0699550f7e32cc47ebc72c0013d9b1b04
3
+ metadata.gz: ea1c62125d4eed1ceaae18f625fa26bbac389b8d3f21ff0adb2939edacb8f018
4
+ data.tar.gz: 90be025c1783d49dfedbf500ae7d46e1d2fd13c3b65146837aad5c2361b8d9d9
5
5
  SHA512:
6
- metadata.gz: 7065b798f14de079d46164aca2e16f000ea2cf94c7583ae528173df31d458498def8dbe2326ace9c5a6300bb893e6733f3a83eb5ca78950bff932aa079d86c3d
7
- data.tar.gz: c3589a3c955cba2775084df6a67b3c8fecbac5367ac0dd4badd3e4ef0cefbe3985ee38e893ec6667e04e59a935b9ab6486c372b4f81df80029f4976bc2b40ffc
6
+ metadata.gz: 281dd51d00b06b84405bd78c57f35f057f8f18f0f760c4de513f90588af0c99032a5f2b36158fb909285d27f41e0911d6a132687c1666bdf510a8b0d9aee709d
7
+ data.tar.gz: fd36e776f1a952d3f86a0c231ff6384d643968e6fcba438ffdbccdd0916949f92059cd040f4bea1ca99a715213b587a7652e58bd76b8f2cb00706f31d32a3299
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.8.1 (July 12, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.8 (May 09, 2022) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 8
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: 5.2.8
4
+ version: 5.2.8.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: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -333,9 +333,9 @@ homepage: http://rubyonrails.org
333
333
  licenses:
334
334
  - MIT
335
335
  metadata:
336
- source_code_uri: https://github.com/rails/rails/tree/v5.2.8/activesupport
337
- changelog_uri: https://github.com/rails/rails/blob/v5.2.8/activesupport/CHANGELOG.md
338
- post_install_message:
336
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.8.1/activesupport
337
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.8.1/activesupport/CHANGELOG.md
338
+ post_install_message:
339
339
  rdoc_options:
340
340
  - "--encoding"
341
341
  - UTF-8
@@ -352,8 +352,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
352
352
  - !ruby/object:Gem::Version
353
353
  version: '0'
354
354
  requirements: []
355
- rubygems_version: 3.1.6
356
- signing_key:
355
+ rubygems_version: 3.3.3
356
+ signing_key:
357
357
  specification_version: 4
358
358
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
359
359
  Rails framework.