tailwind_rails_scaffold 0.1.7 → 0.1.8
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82f6b49e546ced9e6b53b0e55e73cca91ea004b9882baa4cb2fc9f4d687c5d85
|
4
|
+
data.tar.gz: 6e3eadd8ed9bcc4fbd231f922d2d8c1b50a292aba176d37e1926ae8fcf99fca5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01f4fca32211b0919b6a2ed5c7e9d1bb3a1c807e6f539ad77b4efdd8da200fb813e017c83b0a43fe9e278bacc630bf55517ae8bc42a70e7c6d93f446edf7c9da
|
7
|
+
data.tar.gz: 00b3ed6a88e0d23f8250af061dbb343e8b7e9a12487b700cfb284eb9f1d1e93b389d0f84c3c05211e86f1f1a360cc88ba81b4719dd7ef8d5fc9723923b9e7a05
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<tr>
|
20
20
|
<% attributes.reject(&:password_digest?).each do |attribute| -%>
|
21
21
|
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
|
22
|
-
<%=
|
22
|
+
<%= attribute.human_name %>
|
23
23
|
</th>
|
24
24
|
<% end %>
|
25
25
|
<th scope="col" class="relative px-6 py-3">
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tailwind_rails_scaffold
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roger Heykoop
|
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '0'
|
60
60
|
requirements: []
|
61
|
-
rubygems_version: 3.
|
61
|
+
rubygems_version: 3.1.4
|
62
62
|
signing_key:
|
63
63
|
specification_version: 4
|
64
64
|
summary: Rogers Tailwind Rails Scaffold generator for Rails 6.1
|