actionview 8.1.0.rc1 → 8.1.0
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 +1 -3
- data/lib/action_view/gem_version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f70267d79c46c7a98b2431d33b61baeb64f0ef65eb37c1d37c55065ae61c716
|
4
|
+
data.tar.gz: 7f4fae9bbf0c0ff4ce36df78f051089c94e1fbba377aeab3a7db0d06670c19b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf26a3aad0023c5f193b2b983ea9dbb2886d353573d873851611281d0c2b493e47a50af671b2049aa7b7610c2f46998a39f8610beede3c0f88837eb56bfa7640
|
7
|
+
data.tar.gz: 5f4d8c3c016b0a8bb9cdd493e05d7aed49c1bca1e664cd9e99499f8d6d033df1b7c12daa89958c96ebf22f1e908812e5b5e4780182c3f9699d212de005ee30e6
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## Rails 8.1.0
|
1
|
+
## Rails 8.1.0 (October 22, 2025) ##
|
2
2
|
|
3
3
|
* The BEGIN template annotation/comment was previously printed on the same line as the following element. We now insert a newline inside the comment so it spans two lines without adding visible whitespace to the HTML output to enhance readability.
|
4
4
|
|
@@ -31,8 +31,6 @@
|
|
31
31
|
|
32
32
|
*Guillermo Iguaran*
|
33
33
|
|
34
|
-
## Rails 8.1.0.beta1 (September 04, 2025) ##
|
35
|
-
|
36
34
|
* Add CSP `nonce` to Link headers generated by `preload_link_tag`.
|
37
35
|
|
38
36
|
*Alexander Gitter*
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: actionview
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.1.0
|
4
|
+
version: 8.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 8.1.0
|
18
|
+
version: 8.1.0
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - '='
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 8.1.0
|
25
|
+
version: 8.1.0
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: builder
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -85,28 +85,28 @@ dependencies:
|
|
85
85
|
requirements:
|
86
86
|
- - '='
|
87
87
|
- !ruby/object:Gem::Version
|
88
|
-
version: 8.1.0
|
88
|
+
version: 8.1.0
|
89
89
|
type: :development
|
90
90
|
prerelease: false
|
91
91
|
version_requirements: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
93
|
- - '='
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: 8.1.0
|
95
|
+
version: 8.1.0
|
96
96
|
- !ruby/object:Gem::Dependency
|
97
97
|
name: activemodel
|
98
98
|
requirement: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - '='
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: 8.1.0
|
102
|
+
version: 8.1.0
|
103
103
|
type: :development
|
104
104
|
prerelease: false
|
105
105
|
version_requirements: !ruby/object:Gem::Requirement
|
106
106
|
requirements:
|
107
107
|
- - '='
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version: 8.1.0
|
109
|
+
version: 8.1.0
|
110
110
|
description: Simple, battle-tested conventions and helpers for building web pages.
|
111
111
|
email: david@loudthinking.com
|
112
112
|
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.1.0
|
251
|
-
documentation_uri: https://api.rubyonrails.org/v8.1.0
|
250
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.1.0/actionview/CHANGELOG.md
|
251
|
+
documentation_uri: https://api.rubyonrails.org/v8.1.0/
|
252
252
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
253
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.1.0
|
253
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.1.0/actionview
|
254
254
|
rubygems_mfa_required: 'true'
|
255
255
|
rdoc_options: []
|
256
256
|
require_paths:
|