actionview 5.2.7.1 → 5.2.8
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of actionview might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/action_view/gem_version.rb +2 -2
- data/lib/action_view/helpers/tag_helper.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb576075ca6b1caa9925fc1dfa2558d6941aedde78288d4d7253a68e41e8c88b
|
4
|
+
data.tar.gz: e06b96a2e0b6311343e5984f823b0770e7f0cfca1b183a10ca329f1ed35f44d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86fbf0d2996bfa2d487f4c735428aca72da58dd69a8169ca27de2a705eca02fe94905465ec7b6df2ac797b61728686abb2825a7efa8dd9f7625b3ce657369f07
|
7
|
+
data.tar.gz: cd23a07141bb432499fee2f7012421ed3b08b4cc271364d193dbe16c53726a652631580646c33f369423da87d755de71a08c56d6b60729216c7be8e2a0011538
|
data/CHANGELOG.md
CHANGED
@@ -122,7 +122,7 @@ module ActionView
|
|
122
122
|
escape_attributes_option_provided = options.has_key?(:escape_attributes)
|
123
123
|
|
124
124
|
if escape_attributes_option_provided
|
125
|
-
ActiveSupport::Deprecation.warn(
|
125
|
+
ActiveSupport::Deprecation.warn(<<-MSG.strip_heredoc)
|
126
126
|
Use of the option :escape_attributes is deprecated. It currently \
|
127
127
|
escapes both names and values of tags and attributes and it is \
|
128
128
|
equivalent to :escape. If any of them are enabled, the escaping \
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: actionview
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.8
|
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-
|
11
|
+
date: 2022-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.2.
|
19
|
+
version: 5.2.8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 5.2.
|
26
|
+
version: 5.2.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: builder
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -92,28 +92,28 @@ dependencies:
|
|
92
92
|
requirements:
|
93
93
|
- - '='
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: 5.2.
|
95
|
+
version: 5.2.8
|
96
96
|
type: :development
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - '='
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: 5.2.
|
102
|
+
version: 5.2.8
|
103
103
|
- !ruby/object:Gem::Dependency
|
104
104
|
name: activemodel
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
106
106
|
requirements:
|
107
107
|
- - '='
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version: 5.2.
|
109
|
+
version: 5.2.8
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
113
113
|
requirements:
|
114
114
|
- - '='
|
115
115
|
- !ruby/object:Gem::Version
|
116
|
-
version: 5.2.
|
116
|
+
version: 5.2.8
|
117
117
|
description: Simple, battle-tested conventions and helpers for building web pages.
|
118
118
|
email: david@loudthinking.com
|
119
119
|
executables: []
|
@@ -230,9 +230,9 @@ homepage: http://rubyonrails.org
|
|
230
230
|
licenses:
|
231
231
|
- MIT
|
232
232
|
metadata:
|
233
|
-
source_code_uri: https://github.com/rails/rails/tree/v5.2.
|
234
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.2.
|
235
|
-
post_install_message:
|
233
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.2.8/actionview
|
234
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.2.8/actionview/CHANGELOG.md
|
235
|
+
post_install_message:
|
236
236
|
rdoc_options: []
|
237
237
|
require_paths:
|
238
238
|
- lib
|
@@ -249,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
249
249
|
requirements:
|
250
250
|
- none
|
251
251
|
rubygems_version: 3.1.6
|
252
|
-
signing_key:
|
252
|
+
signing_key:
|
253
253
|
specification_version: 4
|
254
254
|
summary: Rendering framework putting the V in MVC (part of Rails).
|
255
255
|
test_files: []
|