simple_form_password_with_hints 0.0.7 → 0.0.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: ea425bedb4777fa95771ace43f852c35d377e1e2a195608e92a7cb215425df92
4
- data.tar.gz: 180140e175d6b610b45795b2f43da2e910e88a9294ea6acad44b9e553a3cb066
3
+ metadata.gz: '02782b6967dbc85699b9e268dd2b2fc43b0e600ba852971934d44218458bc363'
4
+ data.tar.gz: 86bab6de753550c8ec05e4967a1d0bc2c3e9da03dd49fdd652ef5ce6508fd320
5
5
  SHA512:
6
- metadata.gz: f72ad22369f4d192c0ba501339392bbf4f830645b8f498f64f21fca98e6ec3ac7ff6ef3df77a1f958a4b27b8f28e6018fa00d1d9590e7237cbdcadf0eef9d32d
7
- data.tar.gz: aed7b0f198145f35c572f1f485eab0c723d95fb46b0dec1216bce9b7da5b4393b6fffbdf17c2b6878d2966e08d631e28a9ea22d2286dad55c464dfde13665aa5
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.7)
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 (6.1.4.1)
12
- actionpack (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
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
- actionmailbox (6.1.4.1)
17
- actionpack (= 6.1.4.1)
18
- activejob (= 6.1.4.1)
19
- activerecord (= 6.1.4.1)
20
- activestorage (= 6.1.4.1)
21
- activesupport (= 6.1.4.1)
22
- mail (>= 2.7.1)
23
- actionmailer (6.1.4.1)
24
- actionpack (= 6.1.4.1)
25
- actionview (= 6.1.4.1)
26
- activejob (= 6.1.4.1)
27
- activesupport (= 6.1.4.1)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.4.1)
31
- actionview (= 6.1.4.1)
32
- activesupport (= 6.1.4.1)
33
- rack (~> 2.0, >= 2.0.9)
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.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.4.1)
38
- actionpack (= 6.1.4.1)
39
- activerecord (= 6.1.4.1)
40
- activestorage (= 6.1.4.1)
41
- activesupport (= 6.1.4.1)
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 (6.1.4.1)
44
- activesupport (= 6.1.4.1)
49
+ actionview (7.2.1.2)
50
+ activesupport (= 7.2.1.2)
45
51
  builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.4.1)
50
- activesupport (= 6.1.4.1)
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 (6.1.4.1)
53
- activesupport (= 6.1.4.1)
54
- activerecord (6.1.4.1)
55
- activemodel (= 6.1.4.1)
56
- activesupport (= 6.1.4.1)
57
- activestorage (6.1.4.1)
58
- actionpack (= 6.1.4.1)
59
- activejob (= 6.1.4.1)
60
- activerecord (= 6.1.4.1)
61
- activesupport (= 6.1.4.1)
62
- marcel (~> 1.0.0)
63
- mini_mime (>= 1.1.0)
64
- activesupport (6.1.4.1)
65
- concurrent-ruby (~> 1.0, >= 1.0.2)
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
- tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
- autoprefixer-rails (10.3.3.0)
79
+ securerandom (>= 0.3)
80
+ tzinfo (~> 2.0, >= 2.0.5)
81
+ autoprefixer-rails (10.4.19.0)
71
82
  execjs (~> 2)
72
- bcrypt (3.1.16)
73
- bootsnap (1.9.1)
74
- msgpack (~> 1.0)
75
- bootstrap (4.6.0)
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 (>= 1.14.3, < 2)
78
- sassc-rails (>= 2.0.0)
79
- builder (3.2.4)
80
- concurrent-ruby (1.1.9)
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
- devise (4.8.0)
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
- erubi (1.10.0)
89
- execjs (2.8.1)
90
- ffi (1.15.4)
91
- globalid (1.0.0)
92
- activesupport (>= 5.0)
93
- i18n (1.8.10)
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
- jquery-rails (4.4.0)
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.7.0)
118
+ listen (3.9.0)
100
119
  rb-fsevent (~> 0.10, >= 0.10.3)
101
120
  rb-inotify (~> 0.9, >= 0.9.10)
102
- loofah (2.12.0)
121
+ logger (1.6.1)
122
+ loofah (2.23.1)
103
123
  crass (~> 1.0.2)
104
- nokogiri (>= 1.5.9)
105
- mail (2.7.1)
124
+ nokogiri (>= 1.12.0)
125
+ mail (2.8.1)
106
126
  mini_mime (>= 0.1.1)
107
- marcel (1.0.2)
108
- method_source (1.0.0)
109
- mini_mime (1.1.2)
110
- mini_portile2 (2.6.1)
111
- minitest (5.14.4)
112
- msgpack (1.4.2)
113
- nio4r (2.5.8)
114
- nokogiri (1.12.5)
115
- mini_portile2 (~> 2.6.1)
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.2.3)
119
- popper_js (1.16.0)
120
- racc (1.5.2)
121
- rack (2.2.3)
122
- rack-test (1.1.0)
123
- rack (>= 1.0, < 3)
124
- rails (6.1.4.1)
125
- actioncable (= 6.1.4.1)
126
- actionmailbox (= 6.1.4.1)
127
- actionmailer (= 6.1.4.1)
128
- actionpack (= 6.1.4.1)
129
- actiontext (= 6.1.4.1)
130
- actionview (= 6.1.4.1)
131
- activejob (= 6.1.4.1)
132
- activemodel (= 6.1.4.1)
133
- activerecord (= 6.1.4.1)
134
- activestorage (= 6.1.4.1)
135
- activesupport (= 6.1.4.1)
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 (= 6.1.4.1)
138
- sprockets-rails (>= 2.0.0)
139
- rails-dom-testing (2.0.3)
140
- activesupport (>= 4.2.0)
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.4.2)
143
- loofah (~> 2.3)
144
- railties (6.1.4.1)
145
- actionpack (= 6.1.4.1)
146
- activesupport (= 6.1.4.1)
147
- method_source
148
- rake (>= 0.13)
149
- thor (~> 1.0)
150
- rake (13.0.6)
151
- rb-fsevent (0.11.0)
152
- rb-inotify (0.10.1)
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
- responders (3.0.1)
155
- actionpack (>= 5.0)
156
- railties (>= 5.0)
157
- sassc (2.4.0)
158
- ffi (~> 1.9)
159
- sassc-rails (2.1.2)
160
- railties (>= 4.0.0)
161
- sassc (>= 2.0)
162
- sprockets (> 3.0)
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
- sprockets (4.0.2)
169
- concurrent-ruby (~> 1.0)
170
- rack (> 1, < 3)
171
- sprockets-rails (3.2.2)
172
- actionpack (>= 4.0)
173
- activesupport (>= 4.0)
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
- websocket-driver (0.7.5)
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.4.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.1.4
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% - 9px)
38
+ top: calc(50% - 10px)
37
39
  width: 20px
38
40
  &::before
39
41
  content: asset-url('icon-eye.svg')
@@ -0,0 +1,4 @@
1
+ module SimpleFormPasswordWithHints
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -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
- @builder.password_field(attribute_name, merged_input_options) +
8
- password_uncloaking_div +
9
- template.content_tag(:div, '', class: 'sfpwh-controls js-sfpwh-controls') do
10
- [
11
- length_div,
12
- uppercase_div,
13
- lowercase_div,
14
- numeric_div,
15
- special_char_div,
16
- ].compact.join.html_safe
17
- end
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
- @builder.password_field(attribute_name, merged_input_options) +
14
- password_uncloaking_div +
15
- template.content_tag(:div, '', class: 'sfpwh-controls js-sfpwh-controls') do
16
- template.content_tag(
17
- :span,
18
- t('simple_form_password_with_hints.test_fields_matching'),
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,3 +1,3 @@
1
1
  module SimpleFormPasswordWithHints
2
- VERSION = "0.0.7".freeze
2
+ VERSION = "0.0.8".freeze
3
3
  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.7
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: 2022-10-27 00:00:00.000000000 Z
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.1.4
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