activesupport 6.0.4.8 → 6.0.5
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_support/core_ext/string/output_safety.rb +1 -1
- data/lib/active_support/gem_version.rb +2 -2
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98549201d21c2cbb0462067a1139efc195a1284285dad8754d677c94338920e1
|
|
4
|
+
data.tar.gz: 13a970e567138812240a037ec834fcabe70c2f08534293e2d2a17650f3839039
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 631b92bd5bac507e9dc5c45faa85387c48421dca015e005bfe5d602d64582f684d74a85ce1de8dbd03374c0e90a833af48cdbd8f5cd523e11660e9f29529d2b3
|
|
7
|
+
data.tar.gz: 234dae51927dc044d2c59247bbd93e6141be0498e5fd75d010c0903c1d7e237d520bf62696fe50e83528e99b82e36db9a346481bf4951f736c0f42d0b5185fce
|
data/CHANGELOG.md
CHANGED
|
@@ -13,7 +13,7 @@ class ERB
|
|
|
13
13
|
JSON_ESCAPE_REGEXP = /[\u2028\u2029&><]/u
|
|
14
14
|
|
|
15
15
|
# Following XML requirements: https://www.w3.org/TR/REC-xml/#NT-Name
|
|
16
|
-
TAG_NAME_START_REGEXP_SET = "
|
|
16
|
+
TAG_NAME_START_REGEXP_SET = "@:A-Z_a-z\u{C0}-\u{D6}\u{D8}-\u{F6}\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}" \
|
|
17
17
|
"\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}" \
|
|
18
18
|
"\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}"
|
|
19
19
|
TAG_NAME_START_REGEXP = /[^#{TAG_NAME_START_REGEXP_SET}]/
|
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
|
+
version: 6.0.5
|
|
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: 2022-
|
|
11
|
+
date: 2022-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|
|
@@ -359,10 +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.
|
|
363
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.
|
|
362
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.5/activesupport/CHANGELOG.md
|
|
363
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.5/
|
|
364
364
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
365
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.
|
|
365
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.5/activesupport
|
|
366
|
+
rubygems_mfa_required: 'true'
|
|
366
367
|
post_install_message:
|
|
367
368
|
rdoc_options:
|
|
368
369
|
- "--encoding"
|
|
@@ -380,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
380
381
|
- !ruby/object:Gem::Version
|
|
381
382
|
version: '0'
|
|
382
383
|
requirements: []
|
|
383
|
-
rubygems_version: 3.
|
|
384
|
+
rubygems_version: 3.3.7
|
|
384
385
|
signing_key:
|
|
385
386
|
specification_version: 4
|
|
386
387
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|