simple_form_password_with_hints 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +176 -141
- data/{assets → app/assets}/stylesheets/simple_form_password_with_hints.sass +3 -1
- data/lib/simple_form_password_with_hints/engine.rb +4 -0
- data/lib/simple_form_password_with_hints/password_with_hints_input.rb +20 -13
- data/lib/simple_form_password_with_hints/password_with_sync_input.rb +17 -13
- data/lib/simple_form_password_with_hints/version.rb +1 -1
- data/lib/simple_form_password_with_hints.rb +1 -35
- metadata +13 -12
- /data/{assets → app/assets}/images/icon-cancel.svg +0 -0
- /data/{assets → app/assets}/images/icon-check.svg +0 -0
- /data/{assets → app/assets}/images/icon-eye-slash.svg +0 -0
- /data/{assets → app/assets}/images/icon-eye.svg +0 -0
- /data/{assets → app/assets}/javascripts/simple_form_password_with_hints.js +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '02782b6967dbc85699b9e268dd2b2fc43b0e600ba852971934d44218458bc363'
|
4
|
+
data.tar.gz: 86bab6de753550c8ec05e4967a1d0bc2c3e9da03dd49fdd652ef5ce6508fd320
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83162349e3012fb9993192604c25db015f516b5deb2b457dd269f78f2d2b80942609d74f23eedc5b8510bdb2be4de3d299d14a6c9c6e4aa0963643bafa8741e6
|
7
|
+
data.tar.gz: 94ae725420153b2b7255d282e27bcf9387e75be83b699cc9e2a4396d2d194e2a2208d77fc206dd1de88e712df24f2a1bbeb41df66c85bda710142507ead67ee7
|
data/Gemfile.lock
CHANGED
@@ -1,188 +1,223 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
simple_form_password_with_hints (0.0.
|
4
|
+
simple_form_password_with_hints (0.0.8)
|
5
5
|
rails
|
6
6
|
simple_form
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
13
|
-
activesupport (=
|
11
|
+
actioncable (7.2.1.2)
|
12
|
+
actionpack (= 7.2.1.2)
|
13
|
+
activesupport (= 7.2.1.2)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.2.1.2)
|
18
|
+
actionpack (= 7.2.1.2)
|
19
|
+
activejob (= 7.2.1.2)
|
20
|
+
activerecord (= 7.2.1.2)
|
21
|
+
activestorage (= 7.2.1.2)
|
22
|
+
activesupport (= 7.2.1.2)
|
23
|
+
mail (>= 2.8.0)
|
24
|
+
actionmailer (7.2.1.2)
|
25
|
+
actionpack (= 7.2.1.2)
|
26
|
+
actionview (= 7.2.1.2)
|
27
|
+
activejob (= 7.2.1.2)
|
28
|
+
activesupport (= 7.2.1.2)
|
29
|
+
mail (>= 2.8.0)
|
30
|
+
rails-dom-testing (~> 2.2)
|
31
|
+
actionpack (7.2.1.2)
|
32
|
+
actionview (= 7.2.1.2)
|
33
|
+
activesupport (= 7.2.1.2)
|
34
|
+
nokogiri (>= 1.8.5)
|
35
|
+
racc
|
36
|
+
rack (>= 2.2.4, < 3.2)
|
37
|
+
rack-session (>= 1.0.1)
|
34
38
|
rack-test (>= 0.6.3)
|
35
|
-
rails-dom-testing (~> 2.
|
36
|
-
rails-html-sanitizer (~> 1.
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
39
|
+
rails-dom-testing (~> 2.2)
|
40
|
+
rails-html-sanitizer (~> 1.6)
|
41
|
+
useragent (~> 0.16)
|
42
|
+
actiontext (7.2.1.2)
|
43
|
+
actionpack (= 7.2.1.2)
|
44
|
+
activerecord (= 7.2.1.2)
|
45
|
+
activestorage (= 7.2.1.2)
|
46
|
+
activesupport (= 7.2.1.2)
|
47
|
+
globalid (>= 0.6.0)
|
42
48
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (
|
44
|
-
activesupport (=
|
49
|
+
actionview (7.2.1.2)
|
50
|
+
activesupport (= 7.2.1.2)
|
45
51
|
builder (~> 3.1)
|
46
|
-
erubi (~> 1.
|
47
|
-
rails-dom-testing (~> 2.
|
48
|
-
rails-html-sanitizer (~> 1.
|
49
|
-
activejob (
|
50
|
-
activesupport (=
|
52
|
+
erubi (~> 1.11)
|
53
|
+
rails-dom-testing (~> 2.2)
|
54
|
+
rails-html-sanitizer (~> 1.6)
|
55
|
+
activejob (7.2.1.2)
|
56
|
+
activesupport (= 7.2.1.2)
|
51
57
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (
|
53
|
-
activesupport (=
|
54
|
-
activerecord (
|
55
|
-
activemodel (=
|
56
|
-
activesupport (=
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
activesupport (
|
65
|
-
|
58
|
+
activemodel (7.2.1.2)
|
59
|
+
activesupport (= 7.2.1.2)
|
60
|
+
activerecord (7.2.1.2)
|
61
|
+
activemodel (= 7.2.1.2)
|
62
|
+
activesupport (= 7.2.1.2)
|
63
|
+
timeout (>= 0.4.0)
|
64
|
+
activestorage (7.2.1.2)
|
65
|
+
actionpack (= 7.2.1.2)
|
66
|
+
activejob (= 7.2.1.2)
|
67
|
+
activerecord (= 7.2.1.2)
|
68
|
+
activesupport (= 7.2.1.2)
|
69
|
+
marcel (~> 1.0)
|
70
|
+
activesupport (7.2.1.2)
|
71
|
+
base64
|
72
|
+
bigdecimal
|
73
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
74
|
+
connection_pool (>= 2.2.5)
|
75
|
+
drb
|
66
76
|
i18n (>= 1.6, < 2)
|
77
|
+
logger (>= 1.4.2)
|
67
78
|
minitest (>= 5.1)
|
68
|
-
|
69
|
-
|
70
|
-
autoprefixer-rails (10.
|
79
|
+
securerandom (>= 0.3)
|
80
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
81
|
+
autoprefixer-rails (10.4.19.0)
|
71
82
|
execjs (~> 2)
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
83
|
+
base64 (0.2.0)
|
84
|
+
bcrypt (3.1.20)
|
85
|
+
bigdecimal (3.1.8)
|
86
|
+
bootsnap (1.18.4)
|
87
|
+
msgpack (~> 1.2)
|
88
|
+
bootstrap (5.3.3)
|
76
89
|
autoprefixer-rails (>= 9.1.0)
|
77
|
-
popper_js (>=
|
78
|
-
|
79
|
-
|
80
|
-
|
90
|
+
popper_js (>= 2.11.8, < 3)
|
91
|
+
builder (3.3.0)
|
92
|
+
concurrent-ruby (1.3.4)
|
93
|
+
connection_pool (2.4.1)
|
81
94
|
crass (1.0.6)
|
82
|
-
|
95
|
+
date (3.3.4)
|
96
|
+
devise (4.9.4)
|
83
97
|
bcrypt (~> 3.0)
|
84
98
|
orm_adapter (~> 0.1)
|
85
99
|
railties (>= 4.1.0)
|
86
100
|
responders
|
87
101
|
warden (~> 1.2.3)
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
102
|
+
drb (2.2.1)
|
103
|
+
erubi (1.13.0)
|
104
|
+
execjs (2.10.0)
|
105
|
+
ffi (1.17.0)
|
106
|
+
globalid (1.2.1)
|
107
|
+
activesupport (>= 6.1)
|
108
|
+
i18n (1.14.6)
|
94
109
|
concurrent-ruby (~> 1.0)
|
95
|
-
|
110
|
+
io-console (0.7.2)
|
111
|
+
irb (1.14.1)
|
112
|
+
rdoc (>= 4.0.0)
|
113
|
+
reline (>= 0.4.2)
|
114
|
+
jquery-rails (4.6.0)
|
96
115
|
rails-dom-testing (>= 1, < 3)
|
97
116
|
railties (>= 4.2.0)
|
98
117
|
thor (>= 0.14, < 2.0)
|
99
|
-
listen (3.
|
118
|
+
listen (3.9.0)
|
100
119
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
101
120
|
rb-inotify (~> 0.9, >= 0.9.10)
|
102
|
-
|
121
|
+
logger (1.6.1)
|
122
|
+
loofah (2.23.1)
|
103
123
|
crass (~> 1.0.2)
|
104
|
-
nokogiri (>= 1.
|
105
|
-
mail (2.
|
124
|
+
nokogiri (>= 1.12.0)
|
125
|
+
mail (2.8.1)
|
106
126
|
mini_mime (>= 0.1.1)
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
127
|
+
net-imap
|
128
|
+
net-pop
|
129
|
+
net-smtp
|
130
|
+
marcel (1.0.4)
|
131
|
+
mini_mime (1.1.5)
|
132
|
+
mini_portile2 (2.8.7)
|
133
|
+
minitest (5.25.1)
|
134
|
+
msgpack (1.7.3)
|
135
|
+
net-imap (0.5.0)
|
136
|
+
date
|
137
|
+
net-protocol
|
138
|
+
net-pop (0.1.2)
|
139
|
+
net-protocol
|
140
|
+
net-protocol (0.2.2)
|
141
|
+
timeout
|
142
|
+
net-smtp (0.5.0)
|
143
|
+
net-protocol
|
144
|
+
nio4r (2.7.3)
|
145
|
+
nokogiri (1.16.7)
|
146
|
+
mini_portile2 (~> 2.8.2)
|
116
147
|
racc (~> 1.4)
|
117
148
|
orm_adapter (0.5.0)
|
118
|
-
pg (1.
|
119
|
-
popper_js (
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
149
|
+
pg (1.5.9)
|
150
|
+
popper_js (2.11.8)
|
151
|
+
psych (5.1.2)
|
152
|
+
stringio
|
153
|
+
racc (1.8.1)
|
154
|
+
rack (3.1.8)
|
155
|
+
rack-session (2.0.0)
|
156
|
+
rack (>= 3.0.0)
|
157
|
+
rack-test (2.1.0)
|
158
|
+
rack (>= 1.3)
|
159
|
+
rackup (2.1.0)
|
160
|
+
rack (>= 3)
|
161
|
+
webrick (~> 1.8)
|
162
|
+
rails (7.2.1.2)
|
163
|
+
actioncable (= 7.2.1.2)
|
164
|
+
actionmailbox (= 7.2.1.2)
|
165
|
+
actionmailer (= 7.2.1.2)
|
166
|
+
actionpack (= 7.2.1.2)
|
167
|
+
actiontext (= 7.2.1.2)
|
168
|
+
actionview (= 7.2.1.2)
|
169
|
+
activejob (= 7.2.1.2)
|
170
|
+
activemodel (= 7.2.1.2)
|
171
|
+
activerecord (= 7.2.1.2)
|
172
|
+
activestorage (= 7.2.1.2)
|
173
|
+
activesupport (= 7.2.1.2)
|
136
174
|
bundler (>= 1.15.0)
|
137
|
-
railties (=
|
138
|
-
|
139
|
-
|
140
|
-
|
175
|
+
railties (= 7.2.1.2)
|
176
|
+
rails-dom-testing (2.2.0)
|
177
|
+
activesupport (>= 5.0.0)
|
178
|
+
minitest
|
141
179
|
nokogiri (>= 1.6)
|
142
|
-
rails-html-sanitizer (1.
|
143
|
-
loofah (~> 2.
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
180
|
+
rails-html-sanitizer (1.6.0)
|
181
|
+
loofah (~> 2.21)
|
182
|
+
nokogiri (~> 1.14)
|
183
|
+
railties (7.2.1.2)
|
184
|
+
actionpack (= 7.2.1.2)
|
185
|
+
activesupport (= 7.2.1.2)
|
186
|
+
irb (~> 1.13)
|
187
|
+
rackup (>= 1.0.0)
|
188
|
+
rake (>= 12.2)
|
189
|
+
thor (~> 1.0, >= 1.2.2)
|
190
|
+
zeitwerk (~> 2.6)
|
191
|
+
rake (13.2.1)
|
192
|
+
rb-fsevent (0.11.2)
|
193
|
+
rb-inotify (0.11.1)
|
153
194
|
ffi (~> 1.0)
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
railties (>=
|
161
|
-
|
162
|
-
|
163
|
-
sprockets-rails
|
164
|
-
tilt
|
165
|
-
simple_form (5.1.0)
|
195
|
+
rdoc (6.7.0)
|
196
|
+
psych (>= 4.0.0)
|
197
|
+
reline (0.5.10)
|
198
|
+
io-console (~> 0.5)
|
199
|
+
responders (3.1.1)
|
200
|
+
actionpack (>= 5.2)
|
201
|
+
railties (>= 5.2)
|
202
|
+
securerandom (0.3.1)
|
203
|
+
simple_form (5.3.1)
|
166
204
|
actionpack (>= 5.2)
|
167
205
|
activemodel (>= 5.2)
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
sprockets (>= 3.0.0)
|
175
|
-
sqlite3 (1.4.2)
|
176
|
-
thor (1.1.0)
|
177
|
-
tilt (2.0.10)
|
178
|
-
tzinfo (2.0.4)
|
206
|
+
sqlite3 (2.1.1)
|
207
|
+
mini_portile2 (~> 2.8.0)
|
208
|
+
stringio (3.1.1)
|
209
|
+
thor (1.3.2)
|
210
|
+
timeout (0.4.1)
|
211
|
+
tzinfo (2.0.6)
|
179
212
|
concurrent-ruby (~> 1.0)
|
213
|
+
useragent (0.16.10)
|
180
214
|
warden (1.2.9)
|
181
215
|
rack (>= 2.0.9)
|
182
|
-
|
216
|
+
webrick (1.8.2)
|
217
|
+
websocket-driver (0.7.6)
|
183
218
|
websocket-extensions (>= 0.1.0)
|
184
219
|
websocket-extensions (0.1.5)
|
185
|
-
zeitwerk (2.
|
220
|
+
zeitwerk (2.7.1)
|
186
221
|
|
187
222
|
PLATFORMS
|
188
223
|
ruby
|
@@ -199,4 +234,4 @@ DEPENDENCIES
|
|
199
234
|
sqlite3
|
200
235
|
|
201
236
|
BUNDLED WITH
|
202
|
-
2.
|
237
|
+
2.5.15
|
@@ -29,11 +29,13 @@
|
|
29
29
|
&::before
|
30
30
|
background-image: asset-url('icon-cancel.svg')
|
31
31
|
background-size: 8px auto
|
32
|
+
&-input-div
|
33
|
+
position: relative
|
32
34
|
&-password-toggle
|
33
35
|
cursor: pointer
|
34
36
|
position: absolute
|
35
37
|
right: 10px
|
36
|
-
top: calc(50% -
|
38
|
+
top: calc(50% - 10px)
|
37
39
|
width: 20px
|
38
40
|
&::before
|
39
41
|
content: asset-url('icon-eye.svg')
|
@@ -1,20 +1,27 @@
|
|
1
|
-
class PasswordWithHintsInput < SimpleForm::Inputs::Base
|
1
|
+
class PasswordWithHintsInput < ::SimpleForm::Inputs::Base
|
2
2
|
enable :placeholder, :maxlength, :minlength
|
3
3
|
|
4
4
|
def input(wrapper_options = nil)
|
5
5
|
merged_input_options = merge_wrapper_options(input_html_options, wrapper_options)
|
6
6
|
merged_input_options[:class] << " js-sfpwh-input js-sfpwh-hints-input "
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
7
|
+
( template.content_tag(:div, '', class: 'sfpwh-input-div') do
|
8
|
+
[
|
9
|
+
@builder.password_field(attribute_name, merged_input_options),
|
10
|
+
password_uncloaking_div
|
11
|
+
].compact.join.html_safe
|
12
|
+
end ) + controls
|
13
|
+
end
|
14
|
+
|
15
|
+
def controls
|
16
|
+
template.content_tag(:div, '', class: 'sfpwh-controls js-sfpwh-controls') do
|
17
|
+
[
|
18
|
+
length_div,
|
19
|
+
uppercase_div,
|
20
|
+
lowercase_div,
|
21
|
+
numeric_div,
|
22
|
+
special_char_div,
|
23
|
+
].compact.join.html_safe
|
24
|
+
end
|
18
25
|
end
|
19
26
|
|
20
27
|
def password_uncloaking_div
|
@@ -73,4 +80,4 @@ class PasswordWithHintsInput < SimpleForm::Inputs::Base
|
|
73
80
|
options.has_key?(:validators) && options[:validators].has_key?(test) && options[:validators][test] != false
|
74
81
|
end
|
75
82
|
|
76
|
-
end
|
83
|
+
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
class PasswordWithSyncInput < SimpleForm::Inputs::Base
|
1
|
+
class PasswordWithSyncInput < ::SimpleForm::Inputs::Base
|
2
2
|
enable :placeholder, :maxlength, :minlength
|
3
3
|
|
4
4
|
def input(wrapper_options = nil)
|
@@ -10,20 +10,27 @@ class PasswordWithSyncInput < SimpleForm::Inputs::Base
|
|
10
10
|
else
|
11
11
|
merged_input_options[:data][:link_to] = linked_field_name
|
12
12
|
end
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
class: 'sfpwh-hint sfpwh-hint--invalid sfpwh-hint--match js-sfpwh-hint-match'
|
20
|
-
)
|
21
|
-
end
|
13
|
+
( template.content_tag(:div, '', class: 'sfpwh-input-div') do
|
14
|
+
[
|
15
|
+
@builder.password_field(attribute_name, merged_input_options) +
|
16
|
+
password_uncloaking_div
|
17
|
+
].compact.join.html_safe
|
18
|
+
end ) + controls
|
22
19
|
else
|
23
20
|
@builder.password_field(attribute_name, merged_input_options)
|
24
21
|
end
|
25
22
|
end
|
26
23
|
|
24
|
+
def controls
|
25
|
+
template.content_tag(:div, '', class: 'sfpwh-controls js-sfpwh-controls') do
|
26
|
+
template.content_tag(
|
27
|
+
:span,
|
28
|
+
t('simple_form_password_with_hints.test_fields_matching'),
|
29
|
+
class: 'sfpwh-hint sfpwh-hint--invalid sfpwh-hint--match js-sfpwh-hint-match'
|
30
|
+
)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
27
34
|
def password_uncloaking_div
|
28
35
|
template.content_tag(
|
29
36
|
:span,
|
@@ -35,7 +42,4 @@ class PasswordWithSyncInput < SimpleForm::Inputs::Base
|
|
35
42
|
def linked_field_name
|
36
43
|
"#{@builder.object_name}[#{options[:compare_with_field]}]"
|
37
44
|
end
|
38
|
-
|
39
|
-
|
40
|
-
|
41
45
|
end
|
@@ -1,40 +1,6 @@
|
|
1
1
|
require 'simple_form_password_with_hints/password_with_hints_input'
|
2
2
|
require 'simple_form_password_with_hints/password_with_sync_input'
|
3
|
+
require 'simple_form_password_with_hints/engine'
|
3
4
|
|
4
5
|
module SimpleFormPasswordWithHints
|
5
|
-
def self.add_paths!
|
6
|
-
Sprockets.append_path stylesheets_path
|
7
|
-
Sprockets.append_path images_path
|
8
|
-
Sprockets.append_path javascripts_path
|
9
|
-
end
|
10
|
-
|
11
|
-
def self.add_locales!
|
12
|
-
I18n.load_path += Dir["#{root_path}/config/locales/*.yml"]
|
13
|
-
end
|
14
|
-
|
15
|
-
private
|
16
|
-
|
17
|
-
def self.stylesheets_path
|
18
|
-
File.join assets_path, 'stylesheets'
|
19
|
-
end
|
20
|
-
|
21
|
-
def self.images_path
|
22
|
-
File.join assets_path, 'images'
|
23
|
-
end
|
24
|
-
|
25
|
-
def self.javascripts_path
|
26
|
-
File.join assets_path, 'javascripts'
|
27
|
-
end
|
28
|
-
|
29
|
-
def self.assets_path
|
30
|
-
@assets_path ||= File.join root_path, 'assets'
|
31
|
-
end
|
32
|
-
|
33
|
-
def self.root_path
|
34
|
-
@root_path ||= File.expand_path '..', File.dirname(__FILE__)
|
35
|
-
end
|
36
|
-
|
37
6
|
end
|
38
|
-
|
39
|
-
SimpleFormPasswordWithHints.add_paths!
|
40
|
-
SimpleFormPasswordWithHints.add_locales!
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_form_password_with_hints
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pierre-andré Boissinot
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -81,15 +81,16 @@ files:
|
|
81
81
|
- LICENSE
|
82
82
|
- README.md
|
83
83
|
- Rakefile
|
84
|
-
- assets/images/icon-cancel.svg
|
85
|
-
- assets/images/icon-check.svg
|
86
|
-
- assets/images/icon-eye-slash.svg
|
87
|
-
- assets/images/icon-eye.svg
|
88
|
-
- assets/javascripts/simple_form_password_with_hints.js
|
89
|
-
- assets/stylesheets/simple_form_password_with_hints.sass
|
84
|
+
- app/assets/images/icon-cancel.svg
|
85
|
+
- app/assets/images/icon-check.svg
|
86
|
+
- app/assets/images/icon-eye-slash.svg
|
87
|
+
- app/assets/images/icon-eye.svg
|
88
|
+
- app/assets/javascripts/simple_form_password_with_hints.js
|
89
|
+
- app/assets/stylesheets/simple_form_password_with_hints.sass
|
90
90
|
- config/locales/en.yml
|
91
91
|
- config/locales/fr.yml
|
92
92
|
- lib/simple_form_password_with_hints.rb
|
93
|
+
- lib/simple_form_password_with_hints/engine.rb
|
93
94
|
- lib/simple_form_password_with_hints/password_with_hints_input.rb
|
94
95
|
- lib/simple_form_password_with_hints/password_with_sync_input.rb
|
95
96
|
- lib/simple_form_password_with_hints/version.rb
|
@@ -98,7 +99,7 @@ homepage: https://github.com/noesya/simple_form_password_with_hints
|
|
98
99
|
licenses:
|
99
100
|
- MIT
|
100
101
|
metadata: {}
|
101
|
-
post_install_message:
|
102
|
+
post_install_message:
|
102
103
|
rdoc_options: []
|
103
104
|
require_paths:
|
104
105
|
- lib
|
@@ -113,8 +114,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
114
|
- !ruby/object:Gem::Version
|
114
115
|
version: '0'
|
115
116
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
117
|
-
signing_key:
|
117
|
+
rubygems_version: 3.5.16
|
118
|
+
signing_key:
|
118
119
|
specification_version: 4
|
119
120
|
summary: Simple Form Password with Hints
|
120
121
|
test_files: []
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|