actionview 7.2.0 → 7.2.1
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/action_view/gem_version.rb +1 -1
- data/lib/action_view/helpers/form_tag_helper.rb +4 -4
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5fb9b9ba3543c00d84004eaf5cef4cdab3a4b1839e732e12d9f1ceb5af57732
|
4
|
+
data.tar.gz: dab0b294dc55dcce4832bece317cbcd4c83c015ab06d29f4f71c27184eccf96f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d90dfed7972426e364691cad46bdd6dbf2f73d31eaeecac9ef3b3106c38833665344a94ececeafdd13499addf20a7d9fc4bf5bd882fc341a128fbb6435131784
|
7
|
+
data.tar.gz: ba70cd7696e8dad7aa0ac3049bdcddf48873c5760fc96adeccdd508ec7d05a7966df87d4be4d25ce55be15b4f4fd34a323da8cf81d6fba0dd5dbdf07a3a50cbe
|
data/CHANGELOG.md
CHANGED
@@ -725,14 +725,14 @@ module ActionView
|
|
725
725
|
# date_field_tag 'name'
|
726
726
|
# # => <input id="name" name="name" type="date" />
|
727
727
|
#
|
728
|
-
# date_field_tag 'date', '
|
729
|
-
# # => <input id="date" name="date" type="date" value="
|
728
|
+
# date_field_tag 'date', '2014-12-31'
|
729
|
+
# # => <input id="date" name="date" type="date" value="2014-12-31" />
|
730
730
|
#
|
731
731
|
# date_field_tag 'date', nil, class: 'special_input'
|
732
732
|
# # => <input class="special_input" id="date" name="date" type="date" />
|
733
733
|
#
|
734
|
-
# date_field_tag 'date', '
|
735
|
-
# # => <input disabled="disabled" class="special_input" id="date" name="date" type="date" value="
|
734
|
+
# date_field_tag 'date', '2014-12-31', class: 'special_input', disabled: true
|
735
|
+
# # => <input disabled="disabled" class="special_input" id="date" name="date" type="date" value="2014-12-31" />
|
736
736
|
def date_field_tag(name, value = nil, options = {})
|
737
737
|
text_field_tag(name, value, options.merge(type: :date))
|
738
738
|
end
|
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: 7.2.
|
4
|
+
version: 7.2.1
|
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-08-
|
11
|
+
date: 2024-08-22 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: 7.2.
|
19
|
+
version: 7.2.1
|
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: 7.2.
|
26
|
+
version: 7.2.1
|
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: 7.2.
|
89
|
+
version: 7.2.1
|
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: 7.2.
|
96
|
+
version: 7.2.1
|
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: 7.2.
|
103
|
+
version: 7.2.1
|
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: 7.2.
|
110
|
+
version: 7.2.1
|
111
111
|
description: Simple, battle-tested conventions and helpers for building web pages.
|
112
112
|
email: david@loudthinking.com
|
113
113
|
executables: []
|
@@ -246,10 +246,10 @@ licenses:
|
|
246
246
|
- MIT
|
247
247
|
metadata:
|
248
248
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
249
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.
|
250
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.
|
249
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.1/actionview/CHANGELOG.md
|
250
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.1/
|
251
251
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
252
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.
|
252
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.1/actionview
|
253
253
|
rubygems_mfa_required: 'true'
|
254
254
|
post_install_message:
|
255
255
|
rdoc_options: []
|