activesupport 5.2.2 → 5.2.2.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: 28ba8a573798735113cf64c0bd1ffd7e2bddb6b81be4b9feca484a4543f59c66
4
- data.tar.gz: ca185b08c32e2ce148c0ea786ad508ecd7385878cfe6f442d81115d72dbd4d7b
3
+ metadata.gz: 8f85b76a4258720d6ec697ba09ca8417c9898bc8b85cde9533f1ea8017d4373d
4
+ data.tar.gz: b74ac1958cd6df321c1975439ddc1511f8c624498804e83fc15f16691b7d2683
5
5
  SHA512:
6
- metadata.gz: ea921839a1a4dcf213a4a057a08e869ec41e557d6602f719537edfd1293cf4115e58e7e3b00133386116197d093ac06c011b903fa69d604abebe92a7c488ea94
7
- data.tar.gz: 017ee32c83d1456e7050c2b4770635375240ce7aa36433edf27a8f525b7b23cf1cc930e19f28b0f77e633b8430b22a5f3a6000a186985ee1fabf72e87c4ad3d5
6
+ metadata.gz: 9f81fa3dff61091986dacb3a5d1aa407d51056be96fdeff5a284395c1b7b115992ae56b9ac880d7fc5f790f0e8e67f71af045ccc84d7362dfedf091598e57dc9
7
+ data.tar.gz: 4026828e4898d47ffc43ca05b4d558aa5fd5d27247f87d0c750021b684bceccff274d4d49d1c8e1839a0af17f3a8006f0fc78214e57173f1aea5465326f7474a
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.2.1 (March 11, 2019) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.2 (December 04, 2018) ##
2
7
 
3
8
  * Fix bug where `#to_options` for `ActiveSupport::HashWithIndifferentAccess`
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 2
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.2
4
+ version: 5.2.2.1
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: 2018-12-04 00:00:00.000000000 Z
11
+ date: 2019-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -331,8 +331,8 @@ homepage: http://rubyonrails.org
331
331
  licenses:
332
332
  - MIT
333
333
  metadata:
334
- source_code_uri: https://github.com/rails/rails/tree/v5.2.2/activesupport
335
- changelog_uri: https://github.com/rails/rails/blob/v5.2.2/activesupport/CHANGELOG.md
334
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.2.1/activesupport
335
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.2.1/activesupport/CHANGELOG.md
336
336
  post_install_message:
337
337
  rdoc_options:
338
338
  - "--encoding"
@@ -350,8 +350,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
350
350
  - !ruby/object:Gem::Version
351
351
  version: '0'
352
352
  requirements: []
353
- rubyforge_project:
354
- rubygems_version: 2.7.6
353
+ rubygems_version: 3.0.1
355
354
  signing_key:
356
355
  specification_version: 4
357
356
  summary: A toolkit of support libraries and Ruby core extensions extracted from the