activesupport 7.0.0.rc1 → 7.0.0.rc2

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: fc2a50831138a53abf91816c46a1ada54c6457c2a6be685e46c32fdacae8706d
4
- data.tar.gz: 805b7df2562018d4991b711eda5badd29778b262cf82467f2d18c57bd69f8d2c
3
+ metadata.gz: 850a6c54f49e49e6922a114e945a712ac216279de99eee5130f099864d9a69fd
4
+ data.tar.gz: d8a71965b25a87f0a3cc878b28b09bba684a8494e4f20544dee6fa66e0b93903
5
5
  SHA512:
6
- metadata.gz: fc5e281a4b9549b92170e17056b0bb12911327b839d7af8d021ef8173e7432deceea44a1444a2c954f489ce534ea0bce527add775be03298d3d3f8224ba0e2af
7
- data.tar.gz: fa401cf383e3bb17d03ae007d972b8f3b15f5b4565c05af3ee48895e60154a8c58e010096bfc50eb11a658102d1afbbad0d80b90744424783614d9146780b46b
6
+ metadata.gz: d15620479b16ed8ea3ade8882f7fbb66858f02476f8dc887bd4299f56c9c012251cc2a5b6a10b816dac5bd79cbd96a96f31203001d5fe503d0d5625536dfaaad
7
+ data.tar.gz: 1a9768f67e1fbfd737c3da9f6afc819e73c1240a35d1b85007743647d56f784b2d2707a32c47f970470b66912b511a2c2567645eecada5fc77fa00a4453c6edf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## Rails 7.0.0.rc2 (December 14, 2021) ##
2
+
1
3
  * Deprecate passing a format to `#to_s` in favor of `#to_formatted_s` in `Array`, `Range`, `Date`, `DateTime`, `Time`,
2
4
  `BigDecimal`, `Float` and, `Integer`.
3
5
 
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "rc1"
13
+ PRE = "rc2"
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: 7.0.0.rc1
4
+ version: 7.0.0.rc2
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-12-06 00:00:00.000000000 Z
11
+ date: 2021-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -359,12 +359,12 @@ 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/v7.0.0.rc1/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v7.0.0.rc1/
362
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.0.rc2/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v7.0.0.rc2/
364
364
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
365
- source_code_uri: https://github.com/rails/rails/tree/v7.0.0.rc1/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.0.rc2/activesupport
366
366
  rubygems_mfa_required: 'true'
367
- post_install_message:
367
+ post_install_message:
368
368
  rdoc_options:
369
369
  - "--encoding"
370
370
  - UTF-8
@@ -381,8 +381,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
381
381
  - !ruby/object:Gem::Version
382
382
  version: 1.3.1
383
383
  requirements: []
384
- rubygems_version: 3.2.22
385
- signing_key:
384
+ rubygems_version: 3.2.15
385
+ signing_key:
386
386
  specification_version: 4
387
387
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
388
388
  Rails framework.