activesupport 5.2.2.rc1 → 5.2.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: a9f5cee3b2049e5bf0b643a26ff0ceb9e194f6ab9a1e90e94ffa9fd3d8147d8d
4
- data.tar.gz: 6eb3a9ce44a62ea94a536a288aa20581fb1e259fd235c0d06f75548a32f9a194
3
+ metadata.gz: 28ba8a573798735113cf64c0bd1ffd7e2bddb6b81be4b9feca484a4543f59c66
4
+ data.tar.gz: ca185b08c32e2ce148c0ea786ad508ecd7385878cfe6f442d81115d72dbd4d7b
5
5
  SHA512:
6
- metadata.gz: 53727fc10c1a3951bf19c3ef26d4fbc407193a3108f754c269fa137ccfae20a18302e440ff7811d51416e14b2a548ee28fa8e7504edcf2da427813ef5a6ab05f
7
- data.tar.gz: 5b4445cbad27bfc7d1d7ca706594a970cd63a9f1aa5cc705869bdaa71630912c748e9b6ac07ebbbf17bb290efd7e53d1cd29111d0fbf1caf6a8a093e5f0af6fe
6
+ metadata.gz: ea921839a1a4dcf213a4a057a08e869ec41e557d6602f719537edfd1293cf4115e58e7e3b00133386116197d093ac06c011b903fa69d604abebe92a7c488ea94
7
+ data.tar.gz: 017ee32c83d1456e7050c2b4770635375240ce7aa36433edf27a8f525b7b23cf1cc930e19f28b0f77e633b8430b22a5f3a6000a186985ee1fabf72e87c4ad3d5
@@ -1,4 +1,4 @@
1
- ## Rails 5.2.2.rc1 (November 28, 2018) ##
1
+ ## Rails 5.2.2 (December 04, 2018) ##
2
2
 
3
3
  * Fix bug where `#to_options` for `ActiveSupport::HashWithIndifferentAccess`
4
4
  would not act as alias for `#symbolize_keys`.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 2
13
- PRE = "rc1"
13
+ PRE = nil
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.rc1
4
+ version: 5.2.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: 2018-11-28 00:00:00.000000000 Z
11
+ date: 2018-12-04 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.rc1/activesupport
335
- changelog_uri: https://github.com/rails/rails/blob/v5.2.2.rc1/activesupport/CHANGELOG.md
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
336
336
  post_install_message:
337
337
  rdoc_options:
338
338
  - "--encoding"
@@ -346,9 +346,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
346
346
  version: 2.2.2
347
347
  required_rubygems_version: !ruby/object:Gem::Requirement
348
348
  requirements:
349
- - - ">"
349
+ - - ">="
350
350
  - !ruby/object:Gem::Version
351
- version: 1.3.1
351
+ version: '0'
352
352
  requirements: []
353
353
  rubyforge_project:
354
354
  rubygems_version: 2.7.6