actionview 8.0.0.rc2 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/action_view/gem_version.rb +1 -1
- data/lib/action_view/helpers/cache_helper.rb +1 -1
- data/lib/action_view/template.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70ebf7c67faca6f39975eb9ee436f650efa7dd206c5e83e3edbb4b49f081dbba
|
4
|
+
data.tar.gz: a910a992ca69d738df2b9cf724311e23829e935a2c3cbcd4e5a2cce74b9e2b6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b275836361efefd7d7065068c91365751bbf7d4209fd9df68fe8056a3e0c990ce7d2c6c5b87db1e7c6ac3fb129ea57dabab0e95627098b625316a7bfbfbcddf
|
7
|
+
data.tar.gz: 74c9c45608b1e5a88bb34ffa5f4487cf3a2e725c95e4edb145708d055766573f2c1be9d352c3cfbbed349755ed28a59b5d9b2210e1286c776bd53354f983efbc
|
data/CHANGELOG.md
CHANGED
@@ -98,7 +98,7 @@ module ActionView
|
|
98
98
|
# render "maintenance_tasks/runs/info/#{run.status}"
|
99
99
|
#
|
100
100
|
# Because the value passed to render ends in interpolation, Action View
|
101
|
-
# will mark all partials within the "
|
101
|
+
# will mark all partials within the "maintenance_tasks/runs/info" folder as
|
102
102
|
# dependencies.
|
103
103
|
#
|
104
104
|
# === Explicit dependencies
|
data/lib/action_view/template.rb
CHANGED
@@ -356,7 +356,7 @@ module ActionView
|
|
356
356
|
|
357
357
|
# This method is responsible for marking a template as having strict locals
|
358
358
|
# which means the template can only accept the locals defined in a magic
|
359
|
-
# comment. For example, if your template
|
359
|
+
# comment. For example, if your template accepts the locals +title+ and
|
360
360
|
# +comment_count+, add the following to your template file:
|
361
361
|
#
|
362
362
|
# <%# locals: (title: "Default title", comment_count: 0) %>
|
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: 8.0.0
|
4
|
+
version: 8.0.0
|
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: 2024-
|
11
|
+
date: 2024-11-07 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: 8.0.0
|
19
|
+
version: 8.0.0
|
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: 8.0.0
|
26
|
+
version: 8.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: builder
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,28 +86,28 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 8.0.0
|
89
|
+
version: 8.0.0
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 8.0.0
|
96
|
+
version: 8.0.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: activemodel
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 8.0.0
|
103
|
+
version: 8.0.0
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 8.0.0
|
110
|
+
version: 8.0.0
|
111
111
|
description: Simple, battle-tested conventions and helpers for building web pages.
|
112
112
|
email: david@loudthinking.com
|
113
113
|
executables: []
|
@@ -247,10 +247,10 @@ licenses:
|
|
247
247
|
- MIT
|
248
248
|
metadata:
|
249
249
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
250
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.0
|
251
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.0
|
250
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.0/actionview/CHANGELOG.md
|
251
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.0/
|
252
252
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
253
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.0
|
253
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.0/actionview
|
254
254
|
rubygems_mfa_required: 'true'
|
255
255
|
post_install_message:
|
256
256
|
rdoc_options: []
|
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
268
268
|
version: '0'
|
269
269
|
requirements:
|
270
270
|
- none
|
271
|
-
rubygems_version: 3.5.
|
271
|
+
rubygems_version: 3.5.22
|
272
272
|
signing_key:
|
273
273
|
specification_version: 4
|
274
274
|
summary: Rendering framework putting the V in MVC (part of Rails).
|