devise-tailwindcssed 0.1.1 → 0.1.5
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
- checksums.yaml.gz.sig +1 -0
- data/.reek.yml +3 -0
- data/.rubocop.yml +2 -0
- data/Gemfile +18 -0
- data/Gemfile.lock +226 -194
- data/Rakefile +9 -7
- data/app/helpers/devise_helper.rb +12 -10
- data/app/views/devise/passwords/edit.html.erb +1 -2
- data/app/views/devise/registrations/edit.html.erb +41 -42
- data/app/views/devise/registrations/new.html.erb +1 -1
- data/app/views/devise/sessions/new.html.erb +1 -1
- data/devise-tailwindcssed.gemspec +23 -34
- data/lib/devise/tailwindcssed/version.rb +1 -1
- data/lib/devise/tailwindcssed.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +43 -206
- metadata.gz.sig +0 -0
- data/app/views/layouts/devise.html.erb +0 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaade1d633a6ee5d3a9ee83f8bdefdd3aeaffebca9999bd8c6dce8eb2c44c629
|
4
|
+
data.tar.gz: 6f0e47c045ddabd8a318bdfd7bd9361c006b0d34175880752bff7f6364184b20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 394d93e852f765845318dd41ec0e5560d532be0fd6d7720fdbbc4d69348b9242868d2790d5c340810eb62c6b61136cb074f76172619e06933d28e34866e49ef5
|
7
|
+
data.tar.gz: d660256f228ec6e88db3e56e3bf16ab75ad05377bb3b548f7304cc342a20a9b2316cc955e908df3524bae6924b70b6f2b14c0e9abe3f234da7a6ab9f720c6fcc
|
checksums.yaml.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
l��8i��%q��B!��s��Bf|������X�x<��*!�!���x��{�_��x�'�0!<�I�af��Z�2��R��w�|%��e���Ղ�^�J�D�����������cx�V>K��:|Ɠ��|B@=����3X�;�N����������-�'�Zq��x���7���!����_db!Dޢ�=�%�����6e)uP´�./½�N������o��<��c�n��O�����^�L?x=b6��������ItuI�5q�J��ry���<O��w�l��\���V�]�>�}H��#���E��5+
|
data/.reek.yml
ADDED
data/.rubocop.yml
ADDED
data/Gemfile
CHANGED
@@ -6,3 +6,21 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
6
6
|
|
7
7
|
# Specify your gem's dependencies in devise-tailwindcssed.gemspec
|
8
8
|
gemspec
|
9
|
+
|
10
|
+
group :code_quality do
|
11
|
+
gem "bundler-audit", "~> 0.9.1"
|
12
|
+
gem "bundler-leak", "~> 0.2"
|
13
|
+
gem "caliber", "~> 0.16"
|
14
|
+
gem "git-lint", "~> 4.0"
|
15
|
+
gem "reek", "~> 6.1"
|
16
|
+
end
|
17
|
+
|
18
|
+
group :development do
|
19
|
+
gem "guard-rubocop", "~> 1.5.0", require: false
|
20
|
+
gem "rake", "~> 13.0"
|
21
|
+
end
|
22
|
+
|
23
|
+
group :test do
|
24
|
+
gem "guard-rspec", "~> 4.7", require: false
|
25
|
+
gem "rspec", "~> 3.11"
|
26
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,104 +1,135 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
devise-tailwindcssed (0.1.
|
5
|
-
rails (>= 5.2.3.4, <
|
6
|
-
railties (> 4.0, <
|
4
|
+
devise-tailwindcssed (0.1.5)
|
5
|
+
rails (>= 5.2.3.4, < 7.1)
|
6
|
+
railties (> 4.0, < 7.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
11
|
+
actioncable (7.0.4)
|
12
|
+
actionpack (= 7.0.4)
|
13
|
+
activesupport (= 7.0.4)
|
13
14
|
nio4r (~> 2.0)
|
14
15
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (
|
16
|
-
actionpack (=
|
17
|
-
activejob (=
|
18
|
-
activerecord (=
|
19
|
-
activestorage (=
|
20
|
-
activesupport (=
|
16
|
+
actionmailbox (7.0.4)
|
17
|
+
actionpack (= 7.0.4)
|
18
|
+
activejob (= 7.0.4)
|
19
|
+
activerecord (= 7.0.4)
|
20
|
+
activestorage (= 7.0.4)
|
21
|
+
activesupport (= 7.0.4)
|
21
22
|
mail (>= 2.7.1)
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
net-imap
|
24
|
+
net-pop
|
25
|
+
net-smtp
|
26
|
+
actionmailer (7.0.4)
|
27
|
+
actionpack (= 7.0.4)
|
28
|
+
actionview (= 7.0.4)
|
29
|
+
activejob (= 7.0.4)
|
30
|
+
activesupport (= 7.0.4)
|
26
31
|
mail (~> 2.5, >= 2.5.4)
|
32
|
+
net-imap
|
33
|
+
net-pop
|
34
|
+
net-smtp
|
27
35
|
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (
|
29
|
-
actionview (=
|
30
|
-
activesupport (=
|
31
|
-
rack (~> 2.0, >= 2.0
|
36
|
+
actionpack (7.0.4)
|
37
|
+
actionview (= 7.0.4)
|
38
|
+
activesupport (= 7.0.4)
|
39
|
+
rack (~> 2.0, >= 2.2.0)
|
32
40
|
rack-test (>= 0.6.3)
|
33
41
|
rails-dom-testing (~> 2.0)
|
34
42
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
35
|
-
actiontext (
|
36
|
-
actionpack (=
|
37
|
-
activerecord (=
|
38
|
-
activestorage (=
|
39
|
-
activesupport (=
|
43
|
+
actiontext (7.0.4)
|
44
|
+
actionpack (= 7.0.4)
|
45
|
+
activerecord (= 7.0.4)
|
46
|
+
activestorage (= 7.0.4)
|
47
|
+
activesupport (= 7.0.4)
|
48
|
+
globalid (>= 0.6.0)
|
40
49
|
nokogiri (>= 1.8.5)
|
41
|
-
actionview (
|
42
|
-
activesupport (=
|
50
|
+
actionview (7.0.4)
|
51
|
+
activesupport (= 7.0.4)
|
43
52
|
builder (~> 3.1)
|
44
53
|
erubi (~> 1.4)
|
45
54
|
rails-dom-testing (~> 2.0)
|
46
55
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
47
|
-
activejob (
|
48
|
-
activesupport (=
|
56
|
+
activejob (7.0.4)
|
57
|
+
activesupport (= 7.0.4)
|
49
58
|
globalid (>= 0.3.6)
|
50
|
-
activemodel (
|
51
|
-
activesupport (=
|
52
|
-
activerecord (
|
53
|
-
activemodel (=
|
54
|
-
activesupport (=
|
55
|
-
activestorage (
|
56
|
-
actionpack (=
|
57
|
-
activejob (=
|
58
|
-
activerecord (=
|
59
|
-
|
60
|
-
|
59
|
+
activemodel (7.0.4)
|
60
|
+
activesupport (= 7.0.4)
|
61
|
+
activerecord (7.0.4)
|
62
|
+
activemodel (= 7.0.4)
|
63
|
+
activesupport (= 7.0.4)
|
64
|
+
activestorage (7.0.4)
|
65
|
+
actionpack (= 7.0.4)
|
66
|
+
activejob (= 7.0.4)
|
67
|
+
activerecord (= 7.0.4)
|
68
|
+
activesupport (= 7.0.4)
|
69
|
+
marcel (~> 1.0)
|
70
|
+
mini_mime (>= 1.1.0)
|
71
|
+
activesupport (7.0.4)
|
61
72
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
62
|
-
i18n (>=
|
63
|
-
minitest (
|
64
|
-
tzinfo (~>
|
65
|
-
|
66
|
-
ast (2.4.1)
|
73
|
+
i18n (>= 1.6, < 2)
|
74
|
+
minitest (>= 5.1)
|
75
|
+
tzinfo (~> 2.0)
|
76
|
+
ast (2.4.2)
|
67
77
|
builder (3.2.4)
|
68
|
-
bundler-audit (0.
|
78
|
+
bundler-audit (0.9.1)
|
79
|
+
bundler (>= 1.2.0, < 3)
|
80
|
+
thor (~> 1.0)
|
81
|
+
bundler-leak (0.3.0)
|
69
82
|
bundler (>= 1.2.0, < 3)
|
70
83
|
thor (>= 0.18, < 2)
|
71
|
-
|
84
|
+
caliber (0.19.0)
|
85
|
+
rubocop (~> 1.40)
|
86
|
+
rubocop-performance (~> 1.15)
|
87
|
+
rubocop-rake (~> 0.6)
|
88
|
+
rubocop-rspec (~> 2.15)
|
89
|
+
rubocop-thread_safety (~> 0.4)
|
72
90
|
coderay (1.1.3)
|
73
|
-
|
91
|
+
cogger (0.4.0)
|
92
|
+
pastel (~> 0.8)
|
93
|
+
refinements (~> 9.7)
|
94
|
+
zeitwerk (~> 2.6)
|
95
|
+
concurrent-ruby (1.1.10)
|
74
96
|
crass (1.0.6)
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
97
|
+
date (3.3.1)
|
98
|
+
diff-lcs (1.5.0)
|
99
|
+
dry-container (0.11.0)
|
100
|
+
concurrent-ruby (~> 1.0)
|
101
|
+
dry-core (1.0.0)
|
102
|
+
concurrent-ruby (~> 1.0)
|
103
|
+
zeitwerk (~> 2.6)
|
104
|
+
dry-monads (1.6.0)
|
105
|
+
concurrent-ruby (~> 1.0)
|
106
|
+
dry-core (~> 1.0, < 2)
|
107
|
+
zeitwerk (~> 2.6)
|
108
|
+
erubi (1.11.0)
|
109
|
+
ffi (1.15.5)
|
110
|
+
formatador (1.1.0)
|
111
|
+
git-lint (4.6.0)
|
112
|
+
cogger (~> 0.4)
|
113
|
+
dry-container (~> 0.11)
|
114
|
+
git_plus (~> 1.7)
|
115
|
+
infusible (~> 0.2)
|
116
|
+
pastel (~> 0.8)
|
117
|
+
refinements (~> 9.7)
|
118
|
+
runcom (~> 8.7)
|
119
|
+
spek (~> 0.6)
|
120
|
+
zeitwerk (~> 2.6)
|
121
|
+
git_plus (1.7.0)
|
122
|
+
refinements (~> 9.7)
|
123
|
+
zeitwerk (~> 2.6)
|
124
|
+
globalid (1.0.0)
|
125
|
+
activesupport (>= 5.0)
|
126
|
+
guard (2.18.0)
|
96
127
|
formatador (>= 0.2.4)
|
97
128
|
listen (>= 2.7, < 4.0)
|
98
129
|
lumberjack (>= 1.0.12, < 2.0)
|
99
130
|
nenv (~> 0.1)
|
100
131
|
notiffany (~> 0.0)
|
101
|
-
pry (>= 0.
|
132
|
+
pry (>= 0.13.0)
|
102
133
|
shellany (~> 0.0)
|
103
134
|
thor (>= 0.18.1)
|
104
135
|
guard-compat (1.2.1)
|
@@ -106,172 +137,173 @@ GEM
|
|
106
137
|
guard (~> 2.1)
|
107
138
|
guard-compat (~> 1.1)
|
108
139
|
rspec (>= 2.99.0, < 4.0)
|
109
|
-
guard-rubocop (1.
|
140
|
+
guard-rubocop (1.5.0)
|
110
141
|
guard (~> 2.0)
|
111
|
-
rubocop (
|
112
|
-
i18n (1.
|
142
|
+
rubocop (< 2.0)
|
143
|
+
i18n (1.12.0)
|
113
144
|
concurrent-ruby (~> 1.0)
|
145
|
+
infusible (0.2.0)
|
146
|
+
marameters (~> 0.10)
|
147
|
+
zeitwerk (~> 2.6)
|
148
|
+
json (2.6.3)
|
114
149
|
kwalify (0.7.2)
|
115
|
-
listen (3.
|
150
|
+
listen (3.7.1)
|
116
151
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
117
152
|
rb-inotify (~> 0.9, >= 0.9.10)
|
118
|
-
loofah (2.
|
153
|
+
loofah (2.19.0)
|
119
154
|
crass (~> 1.0.2)
|
120
155
|
nokogiri (>= 1.5.9)
|
121
|
-
lumberjack (1.2.
|
122
|
-
mail (2.
|
156
|
+
lumberjack (1.2.8)
|
157
|
+
mail (2.8.0)
|
123
158
|
mini_mime (>= 0.1.1)
|
124
|
-
|
125
|
-
|
159
|
+
net-imap
|
160
|
+
net-pop
|
161
|
+
net-smtp
|
162
|
+
marameters (0.10.0)
|
163
|
+
refinements (~> 9.7)
|
164
|
+
zeitwerk (~> 2.6)
|
165
|
+
marcel (1.0.2)
|
126
166
|
method_source (1.0.0)
|
127
|
-
|
128
|
-
|
129
|
-
thor (~> 0.20)
|
130
|
-
versionaire (~> 8.0)
|
131
|
-
mimemagic (0.3.5)
|
132
|
-
mini_mime (1.0.2)
|
133
|
-
mini_portile2 (2.4.0)
|
134
|
-
minitest (5.14.1)
|
167
|
+
mini_mime (1.1.2)
|
168
|
+
minitest (5.16.3)
|
135
169
|
nenv (0.3.0)
|
136
|
-
|
137
|
-
|
138
|
-
|
170
|
+
net-imap (0.3.2)
|
171
|
+
date
|
172
|
+
net-protocol
|
173
|
+
net-pop (0.1.2)
|
174
|
+
net-protocol
|
175
|
+
net-protocol (0.2.1)
|
176
|
+
timeout
|
177
|
+
net-smtp (0.3.3)
|
178
|
+
net-protocol
|
179
|
+
nio4r (2.5.8)
|
180
|
+
nokogiri (1.13.10-x86_64-darwin)
|
181
|
+
racc (~> 1.4)
|
139
182
|
notiffany (0.1.3)
|
140
183
|
nenv (~> 0.1)
|
141
184
|
shellany (~> 0.0)
|
142
|
-
parallel (1.
|
143
|
-
parser (
|
185
|
+
parallel (1.22.1)
|
186
|
+
parser (3.1.3.0)
|
144
187
|
ast (~> 2.4.1)
|
145
188
|
pastel (0.8.0)
|
146
189
|
tty-color (~> 0.5)
|
147
|
-
|
148
|
-
runcom (~> 6.0)
|
149
|
-
thor (~> 0.20)
|
150
|
-
pry (0.13.1)
|
190
|
+
pry (0.14.1)
|
151
191
|
coderay (~> 1.1)
|
152
192
|
method_source (~> 1.0)
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
activesupport (= 6.0.3.2)
|
172
|
-
bundler (>= 1.3.0)
|
173
|
-
railties (= 6.0.3.2)
|
174
|
-
sprockets-rails (>= 2.0.0)
|
193
|
+
racc (1.6.1)
|
194
|
+
rack (2.2.4)
|
195
|
+
rack-test (2.0.2)
|
196
|
+
rack (>= 1.3)
|
197
|
+
rails (7.0.4)
|
198
|
+
actioncable (= 7.0.4)
|
199
|
+
actionmailbox (= 7.0.4)
|
200
|
+
actionmailer (= 7.0.4)
|
201
|
+
actionpack (= 7.0.4)
|
202
|
+
actiontext (= 7.0.4)
|
203
|
+
actionview (= 7.0.4)
|
204
|
+
activejob (= 7.0.4)
|
205
|
+
activemodel (= 7.0.4)
|
206
|
+
activerecord (= 7.0.4)
|
207
|
+
activestorage (= 7.0.4)
|
208
|
+
activesupport (= 7.0.4)
|
209
|
+
bundler (>= 1.15.0)
|
210
|
+
railties (= 7.0.4)
|
175
211
|
rails-dom-testing (2.0.3)
|
176
212
|
activesupport (>= 4.2.0)
|
177
213
|
nokogiri (>= 1.6)
|
178
|
-
rails-html-sanitizer (1.3
|
214
|
+
rails-html-sanitizer (1.4.3)
|
179
215
|
loofah (~> 2.3)
|
180
|
-
railties (
|
181
|
-
actionpack (=
|
182
|
-
activesupport (=
|
216
|
+
railties (7.0.4)
|
217
|
+
actionpack (= 7.0.4)
|
218
|
+
activesupport (= 7.0.4)
|
183
219
|
method_source
|
184
|
-
rake (>=
|
185
|
-
thor (
|
186
|
-
|
187
|
-
|
188
|
-
|
220
|
+
rake (>= 12.2)
|
221
|
+
thor (~> 1.0)
|
222
|
+
zeitwerk (~> 2.5)
|
223
|
+
rainbow (3.1.1)
|
224
|
+
rake (13.0.6)
|
225
|
+
rb-fsevent (0.11.2)
|
189
226
|
rb-inotify (0.10.1)
|
190
227
|
ffi (~> 1.0)
|
191
|
-
reek (6.
|
228
|
+
reek (6.1.2)
|
192
229
|
kwalify (~> 0.7.0)
|
193
|
-
parser (
|
194
|
-
psych (~> 3.1.0)
|
230
|
+
parser (~> 3.1.0)
|
195
231
|
rainbow (>= 2.0, < 4.0)
|
196
|
-
refinements (
|
197
|
-
regexp_parser (
|
198
|
-
rexml (3.2.
|
199
|
-
rspec (3.
|
200
|
-
rspec-core (~> 3.
|
201
|
-
rspec-expectations (~> 3.
|
202
|
-
rspec-mocks (~> 3.
|
203
|
-
rspec-core (3.
|
204
|
-
rspec-support (~> 3.
|
205
|
-
rspec-expectations (3.
|
232
|
+
refinements (9.8.0)
|
233
|
+
regexp_parser (2.6.1)
|
234
|
+
rexml (3.2.5)
|
235
|
+
rspec (3.12.0)
|
236
|
+
rspec-core (~> 3.12.0)
|
237
|
+
rspec-expectations (~> 3.12.0)
|
238
|
+
rspec-mocks (~> 3.12.0)
|
239
|
+
rspec-core (3.12.0)
|
240
|
+
rspec-support (~> 3.12.0)
|
241
|
+
rspec-expectations (3.12.0)
|
206
242
|
diff-lcs (>= 1.2.0, < 2.0)
|
207
|
-
rspec-support (~> 3.
|
208
|
-
rspec-mocks (3.
|
243
|
+
rspec-support (~> 3.12.0)
|
244
|
+
rspec-mocks (3.12.0)
|
209
245
|
diff-lcs (>= 1.2.0, < 2.0)
|
210
|
-
rspec-support (~> 3.
|
211
|
-
rspec-support (3.
|
212
|
-
rubocop (
|
246
|
+
rspec-support (~> 3.12.0)
|
247
|
+
rspec-support (3.12.0)
|
248
|
+
rubocop (1.40.0)
|
249
|
+
json (~> 2.3)
|
213
250
|
parallel (~> 1.10)
|
214
|
-
parser (>=
|
251
|
+
parser (>= 3.1.2.1)
|
215
252
|
rainbow (>= 2.2.2, < 4.0)
|
216
|
-
regexp_parser (>= 1.
|
217
|
-
rexml
|
218
|
-
rubocop-ast (>=
|
253
|
+
regexp_parser (>= 1.8, < 3.0)
|
254
|
+
rexml (>= 3.2.5, < 4.0)
|
255
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
219
256
|
ruby-progressbar (~> 1.7)
|
220
|
-
unicode-display_width (>= 1.4.0, <
|
221
|
-
rubocop-ast (
|
222
|
-
parser (>=
|
223
|
-
rubocop-performance (1.
|
224
|
-
rubocop (>=
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
257
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
258
|
+
rubocop-ast (1.24.0)
|
259
|
+
parser (>= 3.1.1.0)
|
260
|
+
rubocop-performance (1.15.1)
|
261
|
+
rubocop (>= 1.7.0, < 2.0)
|
262
|
+
rubocop-ast (>= 0.4.0)
|
263
|
+
rubocop-rake (0.6.0)
|
264
|
+
rubocop (~> 1.0)
|
265
|
+
rubocop-rspec (2.15.0)
|
266
|
+
rubocop (~> 1.33)
|
267
|
+
rubocop-thread_safety (0.4.4)
|
268
|
+
rubocop (>= 0.53.0)
|
269
|
+
ruby-progressbar (1.11.0)
|
270
|
+
runcom (8.7.0)
|
271
|
+
refinements (~> 9.7)
|
272
|
+
xdg (~> 6.6)
|
231
273
|
shellany (0.0.1)
|
232
|
-
|
274
|
+
spek (0.6.0)
|
275
|
+
dry-monads (~> 1.5)
|
276
|
+
refinements (~> 9.7)
|
277
|
+
versionaire (~> 10.6)
|
278
|
+
zeitwerk (~> 2.6)
|
279
|
+
thor (1.2.1)
|
280
|
+
timeout (0.3.1)
|
281
|
+
tty-color (0.6.0)
|
282
|
+
tzinfo (2.0.5)
|
233
283
|
concurrent-ruby (~> 1.0)
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
sprockets (>= 3.0.0)
|
239
|
-
thor (0.20.3)
|
240
|
-
thread_safe (0.3.6)
|
241
|
-
tocer (10.2.0)
|
242
|
-
refinements (~> 7.4)
|
243
|
-
runcom (~> 6.0)
|
244
|
-
thor (~> 0.20)
|
245
|
-
tty-color (0.5.1)
|
246
|
-
tzinfo (1.2.7)
|
247
|
-
thread_safe (~> 0.1)
|
248
|
-
unicode-display_width (1.7.0)
|
249
|
-
versionaire (8.2.0)
|
250
|
-
websocket-driver (0.7.3)
|
284
|
+
unicode-display_width (2.3.0)
|
285
|
+
versionaire (10.6.0)
|
286
|
+
refinements (~> 9.7)
|
287
|
+
websocket-driver (0.7.5)
|
251
288
|
websocket-extensions (>= 0.1.0)
|
252
289
|
websocket-extensions (0.1.5)
|
253
|
-
xdg (
|
254
|
-
zeitwerk (2.
|
290
|
+
xdg (6.6.2)
|
291
|
+
zeitwerk (2.6.6)
|
255
292
|
|
256
293
|
PLATFORMS
|
257
|
-
|
294
|
+
x86_64-darwin-22
|
258
295
|
|
259
296
|
DEPENDENCIES
|
260
|
-
bundler (~>
|
261
|
-
bundler-
|
297
|
+
bundler-audit (~> 0.9.1)
|
298
|
+
bundler-leak (~> 0.2)
|
299
|
+
caliber (~> 0.16)
|
262
300
|
devise-tailwindcssed!
|
263
|
-
|
264
|
-
git-lint (~> 1.0)
|
301
|
+
git-lint (~> 4.0)
|
265
302
|
guard-rspec (~> 4.7)
|
266
|
-
guard-rubocop (~> 1.
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
reek (~> 6.0)
|
271
|
-
rspec (~> 3.9)
|
272
|
-
rubocop (~> 0.67)
|
273
|
-
rubocop-performance (~> 1.1)
|
274
|
-
rubocop-rspec (~> 1.30)
|
303
|
+
guard-rubocop (~> 1.5.0)
|
304
|
+
rake (~> 13.0)
|
305
|
+
reek (~> 6.1)
|
306
|
+
rspec (~> 3.11)
|
275
307
|
|
276
308
|
BUNDLED WITH
|
277
|
-
2.
|
309
|
+
2.3.26
|
data/Rakefile
CHANGED
@@ -1,22 +1,24 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
begin
|
4
|
-
require "gemsmith/rake/setup"
|
5
4
|
require "bundler/audit/task"
|
6
|
-
require "
|
7
|
-
require "
|
5
|
+
require "bundler/plumber/task"
|
6
|
+
require "bundler/setup"
|
7
|
+
require "git/lint/rake/setup"
|
8
8
|
require "reek/rake/task"
|
9
|
+
require "rspec/core/rake_task"
|
9
10
|
require "rubocop/rake_task"
|
10
11
|
|
11
12
|
Bundler::Audit::Task.new
|
12
|
-
|
13
|
+
Bundler::Plumber::Task.new
|
13
14
|
Reek::Rake::Task.new
|
15
|
+
RSpec::Core::RakeTask.new
|
14
16
|
RuboCop::RakeTask.new
|
15
|
-
rescue LoadError =>
|
16
|
-
puts
|
17
|
+
rescue LoadError => error
|
18
|
+
puts error.message
|
17
19
|
end
|
18
20
|
|
19
21
|
desc "Run code quality checks"
|
20
|
-
task code_quality: %i[bundle:
|
22
|
+
task code_quality: %i[bundle:leak git_lint reek rubocop]
|
21
23
|
|
22
24
|
task default: %i[code_quality spec]
|
@@ -1,16 +1,18 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# rubocop:disable Metrics/AbcSize, Metrics/MethodLength
|
3
4
|
# devise helper
|
4
5
|
module DeviseHelper
|
5
6
|
def devise_error_messages!
|
6
7
|
return if resource.errors.empty?
|
7
8
|
|
8
|
-
messages = resource.errors.full_messages.map { |msg|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
9
|
+
messages = resource.errors.full_messages.map { |msg| content_tag(:p, "- #{msg}.") }
|
10
|
+
.join
|
11
|
+
sentence = I18n.t(
|
12
|
+
"errors.messages.not_saved",
|
13
|
+
count: resource.errors.count,
|
14
|
+
resource: resource.class.model_name.human.downcase
|
15
|
+
)
|
14
16
|
|
15
17
|
html = <<-HTML
|
16
18
|
<div class="bg-red-100 border-l-4 border-red-500 mb-4 p-4 text-red-700" role="alert">
|
@@ -31,13 +33,12 @@ module DeviseHelper
|
|
31
33
|
html = <<-HTML
|
32
34
|
<div class="bg-red-lightest border-l-4 border-red text-orange-dark p-4" role="alert">
|
33
35
|
<p class="font-bold">#{sentence}</p>
|
34
|
-
<p> #{
|
36
|
+
<p> #{message}.</p>
|
35
37
|
</div>
|
36
38
|
HTML
|
37
39
|
else
|
38
|
-
messages = resource.errors.full_messages.map { |msg|
|
39
|
-
|
40
|
-
}.join
|
40
|
+
messages = resource.errors.full_messages.map { |msg| content_tag(:li, "#{msg}.") }
|
41
|
+
.join
|
41
42
|
html = <<-HTML
|
42
43
|
<div class="bg-red-100 border-l-4 border-red-500 mb-4 p-4 text-red-700" role="alert">
|
43
44
|
<p class="font-bold">#{sentence}</p>
|
@@ -51,3 +52,4 @@ module DeviseHelper
|
|
51
52
|
html.html_safe
|
52
53
|
end
|
53
54
|
end
|
55
|
+
# rubocop:enable Metrics/AbcSize, Metrics/MethodLength
|
@@ -43,8 +43,7 @@
|
|
43
43
|
|
44
44
|
<div class="mb-4">
|
45
45
|
<%= f.submit "Change My Password",
|
46
|
-
class: "button bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline w-full"
|
47
|
-
|
46
|
+
class: "button bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline w-full"
|
48
47
|
%>
|
49
48
|
</div>
|
50
49
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="w-full max-w-xs">
|
2
|
-
|
2
|
+
<h1 class="font-hairline mb-6 text-center">Edit <%= resource_name.to_s.humanize %></h1>
|
3
3
|
|
4
|
-
|
4
|
+
<%= form_for(resource,
|
5
5
|
as: resource_name,
|
6
6
|
url: registration_path(resource_name),
|
7
7
|
html: {
|
@@ -10,51 +10,50 @@
|
|
10
10
|
}
|
11
11
|
) do |f| %>
|
12
12
|
|
13
|
-
|
14
|
-
|
13
|
+
<%#= render "devise/shared/error_messages", resource: resource %>
|
14
|
+
<%= devise_error_messages! %>
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
16
|
+
<div class="mb-4">
|
17
|
+
<%= f.label :email, class: "block font-bold mb-2 text-gray-700 text-sm" %><br />
|
18
|
+
<%= f.email_field :email,
|
19
19
|
autofocus: true,
|
20
|
-
autocomplete: "email"
|
21
|
-
|
22
|
-
|
23
|
-
<% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
|
24
|
-
<div>Currently waiting confirmation for: <%= resource.unconfirmed_email %></div>
|
25
|
-
<% end %>
|
26
|
-
|
27
|
-
<div class="mb-4">
|
28
|
-
<%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br/>
|
29
|
-
<%= f.password_field :password, autocomplete: "new-password" %>
|
30
|
-
<% if @minimum_password_length %>
|
31
|
-
<br/>
|
32
|
-
<em><%= @minimum_password_length %> characters minimum</em>
|
33
|
-
<% end %>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
<div class="mb-4">
|
37
|
-
<%= f.label :password_confirmation %><br/>
|
38
|
-
<%= f.password_field :password_confirmation,
|
39
|
-
autocomplete: "new-password"
|
40
|
-
%>
|
41
|
-
</div>
|
20
|
+
autocomplete: "email",
|
21
|
+
class: "appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none shadow focus:shadow-outline" %>
|
22
|
+
</div>
|
42
23
|
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
24
|
+
<% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
|
25
|
+
<div>Currently waiting confirmation for: <%= resource.unconfirmed_email %></div>
|
26
|
+
<% end %>
|
27
|
+
|
28
|
+
<div class="mb-4">
|
29
|
+
<%= f.label :password, class: "block font-bold mb-2 text-gray-700 text-sm" %> <i>(leave blank if you don't want to change it)</i><br />
|
30
|
+
<%= f.password_field :password, autocomplete: "new-password", class: "shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline" %>
|
49
31
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
32
|
+
</div>
|
33
|
+
|
34
|
+
<div class="mb-4">
|
35
|
+
<%= f.label :password_confirmation, class: "block font-bold mb-2 text-gray-700 text-sm" %>
|
36
|
+
<%= f.password_field :password_confirmation,
|
37
|
+
autocomplete: "new-password",
|
38
|
+
class: "shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline"
|
39
|
+
%>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
<div class="mb-4">
|
43
|
+
<%= f.label :current_password, class: "block font-bold mb-2 text-gray-700 text-sm" %>
|
44
|
+
<%= f.password_field :current_password,
|
45
|
+
autocomplete: "current-password",
|
46
|
+
class: "shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline"
|
47
|
+
|
48
|
+
%>
|
49
|
+
</div>
|
54
50
|
|
55
|
-
|
51
|
+
<div class="actions">
|
52
|
+
<%= f.submit "Update", class: "button bg-blue-500 hover:bg-blue-700 font-bold text-white focus:outline-none py-2 px-4 rounded focus:shadow-outline w-full" %>
|
53
|
+
</div>
|
54
|
+
<% end %>
|
56
55
|
|
57
|
-
|
56
|
+
<p>Unhappy? <span><%= button_to "Delete my account", registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete %></span></p>
|
58
57
|
|
59
|
-
|
58
|
+
<%= link_to "Back", :back %>
|
60
59
|
</div>
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<div class="mb-4">
|
23
23
|
<%= f.label :password, class: "block font-bold mb-2 text-gray-700 text-sm" %>
|
24
24
|
<% if @minimum_password_length %>
|
25
|
-
<small><em class="text-gray-600">(<%= @minimum_password_length %>
|
25
|
+
<small><em class="text-gray-600">(<%= @minimum_password_length %> characters minimum)</em></small>
|
26
26
|
<% end %>
|
27
27
|
<%= f.password_field :password,
|
28
28
|
autocomplete: "new-password",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<%= f.label :password, class: "block text-gray-700 text-sm font-bold mb-2" %>
|
34
34
|
<%= f.password_field :password,
|
35
35
|
autocomplete: "current-password",
|
36
|
-
class: "shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight
|
36
|
+
class: "shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
|
37
37
|
%>
|
38
38
|
</div>
|
39
39
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
lib = File.expand_path
|
4
|
-
$LOAD_PATH.unshift
|
3
|
+
lib = File.expand_path "lib", __dir__
|
4
|
+
$LOAD_PATH.unshift lib unless $LOAD_PATH.include? lib
|
5
5
|
require "devise/tailwindcssed/version"
|
6
6
|
|
7
7
|
Gem::Specification.new do |spec|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.summary = "Generates nicer views for Devise that use Tailwindcss"
|
14
14
|
spec.description = "This gem generates nicer default views styled with " \
|
15
|
-
"Tailwindcss so you have a bit of a better starting "\
|
15
|
+
"Tailwindcss so you have a bit of a better starting " \
|
16
16
|
"point for your app."
|
17
17
|
|
18
18
|
spec.homepage = "https://github.com/posiczko/devise-tailwindcssed"
|
@@ -21,46 +21,35 @@ Gem::Specification.new do |spec|
|
|
21
21
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set
|
22
22
|
# the 'allowed_push_host' to allow pushing to a single host or delete
|
23
23
|
# this section to allow pushing to any host.
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
spec.metadata["homepage_uri"] = spec.homepage
|
28
|
-
spec.metadata["source_code_uri"] = "https://github.com/posiczko/devise-tailwindcssed"
|
29
|
-
# spec.metadata["changelog_uri"] = "https://raw.githubusercontent.com/posiczko/devise-tailwindcssed/Chane"
|
30
|
-
else
|
31
|
-
raise "RubyGems 2.0 or newer is required to protect against " \
|
32
|
-
"public gem pushes."
|
24
|
+
unless spec.respond_to? :metadata
|
25
|
+
fail StandardError, "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
33
26
|
end
|
34
27
|
|
28
|
+
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
29
|
+
|
30
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
31
|
+
spec.metadata["source_code_uri"] = "https://github.com/posiczko/devise-tailwindcssed"
|
32
|
+
spec.metadata["rubygems_mfa_required"] = "true"
|
33
|
+
|
34
|
+
spec.signing_key = Gem.default_key_path
|
35
|
+
spec.cert_chain = [Gem.default_cert_path]
|
36
|
+
|
35
37
|
# Specify which files should be added to the gem when it is released.
|
36
38
|
# The `git ls-files -z` loads the files in the RubyGem that have been added
|
37
39
|
# into git.
|
38
|
-
spec.files = Dir.chdir
|
39
|
-
`git ls-files -z`.split("\x0").reject { |f|
|
40
|
-
f.match(%r{^(test|spec|features)/})
|
41
|
-
}
|
40
|
+
spec.files = Dir.chdir File.expand_path(".", __dir__) do
|
41
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match %r{^(test|spec|features)/} }
|
42
42
|
end
|
43
43
|
spec.bindir = "exe"
|
44
|
-
spec.executables = spec.files.grep(%r
|
44
|
+
spec.executables = spec.files.grep(%r(^exe/)) { |f| File.basename(f) }
|
45
45
|
|
46
|
-
|
47
|
-
|
48
|
-
spec.
|
49
|
-
|
50
|
-
spec.add_development_dependency "git-lint", "~> 1.0"
|
51
|
-
spec.add_development_dependency "guard-rspec", "~> 4.7"
|
52
|
-
spec.add_development_dependency "guard-rubocop", "~> 1.3"
|
53
|
-
spec.add_development_dependency "pry", "~> 0.10"
|
54
|
-
spec.add_development_dependency "pry-byebug", "~> 3.5"
|
55
|
-
spec.add_development_dependency "rake", "~> 13.0.1"
|
56
|
-
spec.add_development_dependency "reek", "~> 6.0"
|
57
|
-
spec.add_development_dependency "rspec", "~> 3.9"
|
58
|
-
spec.add_development_dependency "rubocop", "~> 0.67"
|
59
|
-
spec.add_development_dependency "rubocop-performance", "~> 1.1"
|
60
|
-
spec.add_development_dependency "rubocop-rspec", "~> 1.30"
|
46
|
+
# Resolve conflict between the gemspec's required_ruby_version and rubocop's TargetRubyVersion
|
47
|
+
# rubocop:disable Gemspec/RequiredRubyVersion
|
48
|
+
spec.required_ruby_version = ">= 2.6", "< 3.2"
|
49
|
+
# rubocop:enable Gemspec/RequiredRubyVersion
|
61
50
|
|
62
|
-
spec.add_dependency "rails", ">= 5.2.3.4", "<
|
63
|
-
spec.add_runtime_dependency "railties", "> 4.0", "<
|
51
|
+
spec.add_dependency "rails", ">= 5.2.3.4", "< 7.1"
|
52
|
+
spec.add_runtime_dependency "railties", "> 4.0", "< 7.1"
|
64
53
|
|
65
54
|
spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
|
66
55
|
spec.require_paths = ["lib"]
|
data/lib/devise/tailwindcssed.rb
CHANGED
data.tar.gz.sig
ADDED
Binary file
|
metadata
CHANGED
@@ -1,211 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-tailwindcssed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pawel Osiczko
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
|
-
cert_chain:
|
11
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIEmjCCAwKgAwIBAgIBATANBgkqhkiG9w0BAQsFADBJMRIwEAYDVQQDDAlwLm9z
|
14
|
+
aWN6a28xHjAcBgoJkiaJk/IsZAEZFg50ZXRyYXB5bG9jdG9teTETMBEGCgmSJomT
|
15
|
+
8ixkARkWA29yZzAeFw0yMjEyMDkxNzM0MjNaFw0yMzEyMDkxNzM0MjNaMEkxEjAQ
|
16
|
+
BgNVBAMMCXAub3NpY3prbzEeMBwGCgmSJomT8ixkARkWDnRldHJhcHlsb2N0b215
|
17
|
+
MRMwEQYKCZImiZPyLGQBGRYDb3JnMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIB
|
18
|
+
igKCAYEAuXxyU+vZ1FWNw5AxCae2wxEBW/DrJoO4VomlTDgHV1fwQ81F2m+FhB+v
|
19
|
+
yadtyuwkpfLo6aJsLb3j0/DhoE/hl0s/kZVJgRlomU/fVIqLflBA3DkKgG9CG9H3
|
20
|
+
ipsPjVaJNTxgCTbEDghYDsQbIg/h9udxqJud4Xy7XyqElq8cle2j4unOd1AcFqa7
|
21
|
+
JRM/CDLk/rxYlguUzdOL4D+EFCHbtOa9SuOhbjLep49ibsPMLhr5Vp5wzOb5L9Ez
|
22
|
+
zr2dM8A0u3V9FAF7OxeKvsTCwZpHSL05WNqVCl4V3LLqtu4Gso9YXwrLV0yQIfJr
|
23
|
+
DnAb5SnEVzwNDnPFuCFx9y+OJ6RJxe8k4dTIEca7N8rKSHKm8wO2kMe/xrib2knu
|
24
|
+
NOCGmVC6JaxY2rwrCwuZkT/fdUS43d4OSiMYzJ3MvOrbblCqlBgF7Uab6wBSV9Hz
|
25
|
+
HrikpdU3LfHhkuw0i+u6DY6wo2ig8TmBElYcGVBvHLC4zE+SauB3twUA3KS+L28s
|
26
|
+
ZLkdQKSHAgMBAAGjgYwwgYkwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0O
|
27
|
+
BBYEFBhzcu4Ao9bWFUZTi/b4d6j2ePGTMCcGA1UdEQQgMB6BHHAub3NpY3prb0B0
|
28
|
+
ZXRyYXB5bG9jdG9teS5vcmcwJwYDVR0SBCAwHoEccC5vc2ljemtvQHRldHJhcHls
|
29
|
+
b2N0b215Lm9yZzANBgkqhkiG9w0BAQsFAAOCAYEARHYhI3Dk1ROIq6sIaEUCsbTB
|
30
|
+
wbXRBaXQB5uP5kDdMJqGCsTx+N4WegQKTmJ7VoLNNPChPB0DDA+mjme1os/ZKHXo
|
31
|
+
W0wXsTVuopyc5r1Xwt3xo//oSDzNm0SbyEbKM9bY95oXQQOePkS6R4cm8RTyCk+L
|
32
|
+
vrS7ArIzuFmzY23go8pPmbb1m+vMv+xP2hIwai/AWx0NMrng9FM+JrZMGuML5JRY
|
33
|
+
6eUfczzLE8HScU/E36l1yIBgr05KHDxc2sAXBudYS0lMlqPOHUUj/KEiEn+aAxCB
|
34
|
+
hEmEDxBrSv2SwIAx3jiwQh/PeefxOJF+YknqNdAgSnusnfBS23jKfSyorRRFTiF8
|
35
|
+
/Bc4jfKWNzgBvqEl2kZzrFtLo6g3VfPlEKUPn5bgwV67nBqhY5zh69hPBJ4gdyqL
|
36
|
+
WV0cjRb9NSzWJbuDQuccktvUD9wOrCbd1Dk5UDqGV7uMvaLRn0AFqBmjbl0y1dyf
|
37
|
+
nryyP+QqDdg4iXcZNNvdG6UGl0Af+yfj3oS0jiGq
|
38
|
+
-----END CERTIFICATE-----
|
39
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
40
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: bundler
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 2.1.4
|
20
|
-
type: :development
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 2.1.4
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: bundler-audit
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '0.7'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '0.7'
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: gemsmith
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - "~>"
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '14.4'
|
48
|
-
type: :development
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - "~>"
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '14.4'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: git-lint
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '1.0'
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '1.0'
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: guard-rspec
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '4.7'
|
76
|
-
type: :development
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - "~>"
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '4.7'
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: guard-rubocop
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - "~>"
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '1.3'
|
90
|
-
type: :development
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - "~>"
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: '1.3'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: pry
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '0.10'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '0.10'
|
111
|
-
- !ruby/object:Gem::Dependency
|
112
|
-
name: pry-byebug
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - "~>"
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '3.5'
|
118
|
-
type: :development
|
119
|
-
prerelease: false
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
requirements:
|
122
|
-
- - "~>"
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
version: '3.5'
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: rake
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - "~>"
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: 13.0.1
|
132
|
-
type: :development
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
|
-
- - "~>"
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
version: 13.0.1
|
139
|
-
- !ruby/object:Gem::Dependency
|
140
|
-
name: reek
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - "~>"
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: '6.0'
|
146
|
-
type: :development
|
147
|
-
prerelease: false
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - "~>"
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '6.0'
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: rspec
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - "~>"
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: '3.9'
|
160
|
-
type: :development
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - "~>"
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: '3.9'
|
167
|
-
- !ruby/object:Gem::Dependency
|
168
|
-
name: rubocop
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
170
|
-
requirements:
|
171
|
-
- - "~>"
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: '0.67'
|
174
|
-
type: :development
|
175
|
-
prerelease: false
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
177
|
-
requirements:
|
178
|
-
- - "~>"
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: '0.67'
|
181
|
-
- !ruby/object:Gem::Dependency
|
182
|
-
name: rubocop-performance
|
183
|
-
requirement: !ruby/object:Gem::Requirement
|
184
|
-
requirements:
|
185
|
-
- - "~>"
|
186
|
-
- !ruby/object:Gem::Version
|
187
|
-
version: '1.1'
|
188
|
-
type: :development
|
189
|
-
prerelease: false
|
190
|
-
version_requirements: !ruby/object:Gem::Requirement
|
191
|
-
requirements:
|
192
|
-
- - "~>"
|
193
|
-
- !ruby/object:Gem::Version
|
194
|
-
version: '1.1'
|
195
|
-
- !ruby/object:Gem::Dependency
|
196
|
-
name: rubocop-rspec
|
197
|
-
requirement: !ruby/object:Gem::Requirement
|
198
|
-
requirements:
|
199
|
-
- - "~>"
|
200
|
-
- !ruby/object:Gem::Version
|
201
|
-
version: '1.30'
|
202
|
-
type: :development
|
203
|
-
prerelease: false
|
204
|
-
version_requirements: !ruby/object:Gem::Requirement
|
205
|
-
requirements:
|
206
|
-
- - "~>"
|
207
|
-
- !ruby/object:Gem::Version
|
208
|
-
version: '1.30'
|
209
41
|
- !ruby/object:Gem::Dependency
|
210
42
|
name: rails
|
211
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -215,7 +47,7 @@ dependencies:
|
|
215
47
|
version: 5.2.3.4
|
216
48
|
- - "<"
|
217
49
|
- !ruby/object:Gem::Version
|
218
|
-
version: '
|
50
|
+
version: '7.1'
|
219
51
|
type: :runtime
|
220
52
|
prerelease: false
|
221
53
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -225,7 +57,7 @@ dependencies:
|
|
225
57
|
version: 5.2.3.4
|
226
58
|
- - "<"
|
227
59
|
- !ruby/object:Gem::Version
|
228
|
-
version: '
|
60
|
+
version: '7.1'
|
229
61
|
- !ruby/object:Gem::Dependency
|
230
62
|
name: railties
|
231
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -235,7 +67,7 @@ dependencies:
|
|
235
67
|
version: '4.0'
|
236
68
|
- - "<"
|
237
69
|
- !ruby/object:Gem::Version
|
238
|
-
version: '
|
70
|
+
version: '7.1'
|
239
71
|
type: :runtime
|
240
72
|
prerelease: false
|
241
73
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -245,7 +77,7 @@ dependencies:
|
|
245
77
|
version: '4.0'
|
246
78
|
- - "<"
|
247
79
|
- !ruby/object:Gem::Version
|
248
|
-
version: '
|
80
|
+
version: '7.1'
|
249
81
|
description: This gem generates nicer default views styled with Tailwindcss so you
|
250
82
|
have a bit of a better starting point for your app.
|
251
83
|
email:
|
@@ -257,7 +89,9 @@ extra_rdoc_files:
|
|
257
89
|
- LICENSE.txt
|
258
90
|
files:
|
259
91
|
- ".gitignore"
|
92
|
+
- ".reek.yml"
|
260
93
|
- ".rspec"
|
94
|
+
- ".rubocop.yml"
|
261
95
|
- ".travis.yml"
|
262
96
|
- CODE_OF_CONDUCT.md
|
263
97
|
- Gemfile
|
@@ -281,7 +115,6 @@ files:
|
|
281
115
|
- app/views/devise/shared/_form_footer.html.erb
|
282
116
|
- app/views/devise/shared/_links.html.erb
|
283
117
|
- app/views/devise/unlocks/new.html.erb
|
284
|
-
- app/views/layouts/devise.html.erb
|
285
118
|
- bin/console
|
286
119
|
- bin/setup
|
287
120
|
- devise-tailwindcssed.gemspec
|
@@ -295,22 +128,26 @@ metadata:
|
|
295
128
|
allowed_push_host: https://rubygems.org
|
296
129
|
homepage_uri: https://github.com/posiczko/devise-tailwindcssed
|
297
130
|
source_code_uri: https://github.com/posiczko/devise-tailwindcssed
|
131
|
+
rubygems_mfa_required: 'true'
|
298
132
|
post_install_message:
|
299
133
|
rdoc_options: []
|
300
134
|
require_paths:
|
301
135
|
- lib
|
302
136
|
required_ruby_version: !ruby/object:Gem::Requirement
|
303
137
|
requirements:
|
304
|
-
- - "
|
138
|
+
- - ">="
|
305
139
|
- !ruby/object:Gem::Version
|
306
140
|
version: '2.6'
|
141
|
+
- - "<"
|
142
|
+
- !ruby/object:Gem::Version
|
143
|
+
version: '3.2'
|
307
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
308
145
|
requirements:
|
309
146
|
- - ">="
|
310
147
|
- !ruby/object:Gem::Version
|
311
148
|
version: '0'
|
312
149
|
requirements: []
|
313
|
-
rubygems_version: 3.
|
150
|
+
rubygems_version: 3.3.26
|
314
151
|
signing_key:
|
315
152
|
specification_version: 4
|
316
153
|
summary: Generates nicer views for Devise that use Tailwindcss
|
metadata.gz.sig
ADDED
Binary file
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>JumpstartAppPlain</title>
|
5
|
-
<%= csrf_meta_tags %>
|
6
|
-
<%= csp_meta_tag %>
|
7
|
-
|
8
|
-
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
9
|
-
<%= stylesheet_pack_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
10
|
-
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
|
11
|
-
</head>
|
12
|
-
|
13
|
-
<body class="bg-gray-100 h-screen">
|
14
|
-
<div class="flex h-full items-center justify-center">
|
15
|
-
<%= yield %>
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
</html>
|