mks_auth 1.0.13 → 1.0.14
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/Rakefile +3 -17
- data/app/controllers/mks/auth/application_controller.rb +0 -1
- data/app/controllers/mks/auth/users_controller.rb +4 -4
- data/app/models/mks/auth/user.rb +1 -1
- data/config/routes.rb +0 -3
- data/lib/mks/auth/version.rb +1 -1
- data/spec/dummy/config/database.yml +1 -1
- data/spec/dummy/db/schema.rb +405 -6
- data/spec/dummy/log/development.log +1828 -0
- data/spec/dummy/log/test.log +3745 -0
- data/spec/factories/menus.rb +1 -1
- data/spec/factories/users.rb +1 -1
- metadata +103 -81
- data/app/assets/config/mks_auth_manifest.js +0 -2
- data/app/assets/javascripts/mks_auth/application.js +0 -13
- data/app/assets/stylesheets/mks_auth/application.css +0 -15
- data/app/jobs/mks_auth/application_job.rb +0 -4
- data/app/mailers/mks_auth/application_mailer.rb +0 -6
data/spec/factories/menus.rb
CHANGED
data/spec/factories/users.rb
CHANGED
metadata
CHANGED
@@ -1,127 +1,155 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mks_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henock L.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 5.2.0
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - ">="
|
17
|
+
- - "~>"
|
25
18
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: mks_common
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
19
|
+
version: '6.0'
|
31
20
|
- - ">="
|
32
21
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
22
|
+
version: 6.0.3.3
|
34
23
|
type: :runtime
|
35
24
|
prerelease: false
|
36
25
|
version_requirements: !ruby/object:Gem::Requirement
|
37
26
|
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '6.0'
|
38
30
|
- - ">="
|
39
31
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
32
|
+
version: 6.0.3.3
|
41
33
|
- !ruby/object:Gem::Dependency
|
42
34
|
name: rspec-rails
|
43
35
|
requirement: !ruby/object:Gem::Requirement
|
44
36
|
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '4.0'
|
45
40
|
- - ">="
|
46
41
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
42
|
+
version: 4.0.1
|
48
43
|
type: :development
|
49
44
|
prerelease: false
|
50
45
|
version_requirements: !ruby/object:Gem::Requirement
|
51
46
|
requirements:
|
47
|
+
- - "~>"
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '4.0'
|
52
50
|
- - ">="
|
53
51
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
52
|
+
version: 4.0.1
|
55
53
|
- !ruby/object:Gem::Dependency
|
56
54
|
name: factory_bot_rails
|
57
55
|
requirement: !ruby/object:Gem::Requirement
|
58
56
|
requirements:
|
57
|
+
- - "~>"
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '6.1'
|
59
60
|
- - ">="
|
60
61
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
62
|
+
version: 6.1.0
|
62
63
|
type: :development
|
63
64
|
prerelease: false
|
64
65
|
version_requirements: !ruby/object:Gem::Requirement
|
65
66
|
requirements:
|
67
|
+
- - "~>"
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '6.1'
|
66
70
|
- - ">="
|
67
71
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
72
|
+
version: 6.1.0
|
69
73
|
- !ruby/object:Gem::Dependency
|
70
74
|
name: ffaker
|
71
75
|
requirement: !ruby/object:Gem::Requirement
|
72
76
|
requirements:
|
77
|
+
- - "~>"
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: '2.17'
|
73
80
|
- - ">="
|
74
81
|
- !ruby/object:Gem::Version
|
75
|
-
version: 2.
|
82
|
+
version: 2.17.0
|
76
83
|
type: :development
|
77
84
|
prerelease: false
|
78
85
|
version_requirements: !ruby/object:Gem::Requirement
|
79
86
|
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '2.17'
|
80
90
|
- - ">="
|
81
91
|
- !ruby/object:Gem::Version
|
82
|
-
version: 2.
|
92
|
+
version: 2.17.0
|
83
93
|
- !ruby/object:Gem::Dependency
|
84
94
|
name: pg
|
85
95
|
requirement: !ruby/object:Gem::Requirement
|
86
96
|
requirements:
|
97
|
+
- - "~>"
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
version: '1.2'
|
87
100
|
- - ">="
|
88
101
|
- !ruby/object:Gem::Version
|
89
|
-
version: 1.
|
102
|
+
version: 1.2.3
|
90
103
|
type: :development
|
91
104
|
prerelease: false
|
92
105
|
version_requirements: !ruby/object:Gem::Requirement
|
93
106
|
requirements:
|
107
|
+
- - "~>"
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '1.2'
|
94
110
|
- - ">="
|
95
111
|
- !ruby/object:Gem::Version
|
96
|
-
version: 1.
|
112
|
+
version: 1.2.3
|
97
113
|
- !ruby/object:Gem::Dependency
|
98
114
|
name: bcrypt
|
99
115
|
requirement: !ruby/object:Gem::Requirement
|
100
116
|
requirements:
|
117
|
+
- - "~>"
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: '3.1'
|
101
120
|
- - ">="
|
102
121
|
- !ruby/object:Gem::Version
|
103
|
-
version: 3.1.
|
122
|
+
version: 3.1.16
|
104
123
|
type: :runtime
|
105
124
|
prerelease: false
|
106
125
|
version_requirements: !ruby/object:Gem::Requirement
|
107
126
|
requirements:
|
127
|
+
- - "~>"
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: '3.1'
|
108
130
|
- - ">="
|
109
131
|
- !ruby/object:Gem::Version
|
110
|
-
version: 3.1.
|
132
|
+
version: 3.1.16
|
111
133
|
- !ruby/object:Gem::Dependency
|
112
134
|
name: jwt
|
113
135
|
requirement: !ruby/object:Gem::Requirement
|
114
136
|
requirements:
|
137
|
+
- - "~>"
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: '2.2'
|
115
140
|
- - ">="
|
116
141
|
- !ruby/object:Gem::Version
|
117
|
-
version: 2.
|
142
|
+
version: 2.2.2
|
118
143
|
type: :runtime
|
119
144
|
prerelease: false
|
120
145
|
version_requirements: !ruby/object:Gem::Requirement
|
121
146
|
requirements:
|
147
|
+
- - "~>"
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: '2.2'
|
122
150
|
- - ">="
|
123
151
|
- !ruby/object:Gem::Version
|
124
|
-
version: 2.
|
152
|
+
version: 2.2.2
|
125
153
|
description: Authentication module for MKS apps
|
126
154
|
email:
|
127
155
|
- henockl@live.com
|
@@ -132,16 +160,11 @@ files:
|
|
132
160
|
- MIT-LICENSE
|
133
161
|
- README.md
|
134
162
|
- Rakefile
|
135
|
-
- app/assets/config/mks_auth_manifest.js
|
136
|
-
- app/assets/javascripts/mks_auth/application.js
|
137
|
-
- app/assets/stylesheets/mks_auth/application.css
|
138
163
|
- app/controllers/mks/auth/application_controller.rb
|
139
164
|
- app/controllers/mks/auth/application_modules_controller.rb
|
140
165
|
- app/controllers/mks/auth/menus_controller.rb
|
141
166
|
- app/controllers/mks/auth/user_roles_controller.rb
|
142
167
|
- app/controllers/mks/auth/users_controller.rb
|
143
|
-
- app/jobs/mks_auth/application_job.rb
|
144
|
-
- app/mailers/mks_auth/application_mailer.rb
|
145
168
|
- app/models/mks/auth/application_module.rb
|
146
169
|
- app/models/mks/auth/application_record.rb
|
147
170
|
- app/models/mks/auth/menu.rb
|
@@ -247,76 +270,75 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
247
270
|
- !ruby/object:Gem::Version
|
248
271
|
version: '0'
|
249
272
|
requirements: []
|
250
|
-
|
251
|
-
rubygems_version: 2.7.6
|
273
|
+
rubygems_version: 3.1.4
|
252
274
|
signing_key:
|
253
275
|
specification_version: 4
|
254
|
-
summary:
|
276
|
+
summary: Auth module for MKS apps
|
255
277
|
test_files:
|
256
|
-
- spec/
|
257
|
-
- spec/controllers/mks/auth/user_roles_controller_spec.rb
|
258
|
-
- spec/controllers/mks/auth/users_controller_spec.rb
|
259
|
-
- spec/dummy/app/assets/config/manifest.js
|
260
|
-
- spec/dummy/app/assets/javascripts/application.js
|
261
|
-
- spec/dummy/app/assets/javascripts/cable.js
|
262
|
-
- spec/dummy/app/assets/stylesheets/application.css
|
263
|
-
- spec/dummy/app/channels/application_cable/channel.rb
|
264
|
-
- spec/dummy/app/channels/application_cable/connection.rb
|
265
|
-
- spec/dummy/app/controllers/application_controller.rb
|
266
|
-
- spec/dummy/app/helpers/application_helper.rb
|
267
|
-
- spec/dummy/app/jobs/application_job.rb
|
278
|
+
- spec/spec_helper.rb
|
268
279
|
- spec/dummy/app/mailers/application_mailer.rb
|
269
280
|
- spec/dummy/app/models/application_record.rb
|
281
|
+
- spec/dummy/app/jobs/application_job.rb
|
282
|
+
- spec/dummy/app/controllers/application_controller.rb
|
270
283
|
- spec/dummy/app/views/layouts/application.html.erb
|
271
284
|
- spec/dummy/app/views/layouts/mailer.html.erb
|
272
285
|
- spec/dummy/app/views/layouts/mailer.text.erb
|
273
|
-
- spec/dummy/
|
274
|
-
- spec/dummy/
|
286
|
+
- spec/dummy/app/assets/config/manifest.js
|
287
|
+
- spec/dummy/app/assets/javascripts/cable.js
|
288
|
+
- spec/dummy/app/assets/javascripts/application.js
|
289
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
290
|
+
- spec/dummy/app/helpers/application_helper.rb
|
291
|
+
- spec/dummy/app/channels/application_cable/connection.rb
|
292
|
+
- spec/dummy/app/channels/application_cable/channel.rb
|
293
|
+
- spec/dummy/bin/update
|
275
294
|
- spec/dummy/bin/rake
|
276
295
|
- spec/dummy/bin/setup
|
277
|
-
- spec/dummy/bin/
|
278
|
-
- spec/dummy/
|
279
|
-
- spec/dummy/config/
|
296
|
+
- spec/dummy/bin/bundle
|
297
|
+
- spec/dummy/bin/rails
|
298
|
+
- spec/dummy/config/secrets.yml
|
299
|
+
- spec/dummy/config/routes.rb
|
300
|
+
- spec/dummy/config/locales/en.yml
|
280
301
|
- spec/dummy/config/cable.yml
|
281
|
-
- spec/dummy/config/database.yml
|
282
|
-
- spec/dummy/config/environment.rb
|
283
|
-
- spec/dummy/config/environments/development.rb
|
284
302
|
- spec/dummy/config/environments/production.rb
|
303
|
+
- spec/dummy/config/environments/development.rb
|
285
304
|
- spec/dummy/config/environments/test.rb
|
305
|
+
- spec/dummy/config/spring.rb
|
306
|
+
- spec/dummy/config/environment.rb
|
307
|
+
- spec/dummy/config/application.rb
|
308
|
+
- spec/dummy/config/puma.rb
|
309
|
+
- spec/dummy/config/database.yml
|
310
|
+
- spec/dummy/config/boot.rb
|
286
311
|
- spec/dummy/config/initializers/application_controller_renderer.rb
|
287
|
-
- spec/dummy/config/initializers/assets.rb
|
288
312
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
289
|
-
- spec/dummy/config/initializers/cookies_serializer.rb
|
290
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
291
|
-
- spec/dummy/config/initializers/inflections.rb
|
292
313
|
- spec/dummy/config/initializers/mime_types.rb
|
293
|
-
- spec/dummy/config/initializers/
|
314
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
294
315
|
- spec/dummy/config/initializers/session_store.rb
|
295
316
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
296
|
-
- spec/dummy/config/
|
297
|
-
- spec/dummy/config/
|
298
|
-
- spec/dummy/config/
|
299
|
-
- spec/dummy/config/
|
300
|
-
- spec/dummy/config/spring.rb
|
317
|
+
- spec/dummy/config/initializers/new_framework_defaults.rb
|
318
|
+
- spec/dummy/config/initializers/assets.rb
|
319
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
320
|
+
- spec/dummy/config/initializers/inflections.rb
|
301
321
|
- spec/dummy/config.ru
|
302
|
-
- spec/dummy/
|
303
|
-
- spec/dummy/
|
304
|
-
- spec/dummy/log/test.log
|
305
|
-
- spec/dummy/public/404.html
|
322
|
+
- spec/dummy/Rakefile
|
323
|
+
- spec/dummy/public/favicon.ico
|
306
324
|
- spec/dummy/public/422.html
|
325
|
+
- spec/dummy/public/apple-touch-icon.png
|
307
326
|
- spec/dummy/public/500.html
|
327
|
+
- spec/dummy/public/404.html
|
308
328
|
- spec/dummy/public/apple-touch-icon-precomposed.png
|
309
|
-
- spec/dummy/
|
310
|
-
- spec/dummy/
|
311
|
-
- spec/dummy/
|
312
|
-
- spec/factories/application_modules.rb
|
313
|
-
- spec/factories/menus.rb
|
314
|
-
- spec/factories/user_roles.rb
|
315
|
-
- spec/factories/users.rb
|
316
|
-
- spec/models/mks/auth/application_module_spec.rb
|
329
|
+
- spec/dummy/db/schema.rb
|
330
|
+
- spec/dummy/log/test.log
|
331
|
+
- spec/dummy/log/development.log
|
317
332
|
- spec/models/mks/auth/menu_spec.rb
|
333
|
+
- spec/models/mks/auth/application_module_spec.rb
|
318
334
|
- spec/models/mks/auth/user_role_spec.rb
|
319
335
|
- spec/models/mks/auth/user_spec.rb
|
320
|
-
- spec/rails_helper.rb
|
321
|
-
- spec/spec_helper.rb
|
322
336
|
- spec/support/factory_girl.rb
|
337
|
+
- spec/factories/menus.rb
|
338
|
+
- spec/factories/user_roles.rb
|
339
|
+
- spec/factories/application_modules.rb
|
340
|
+
- spec/factories/users.rb
|
341
|
+
- spec/controllers/mks/auth/users_controller_spec.rb
|
342
|
+
- spec/controllers/mks/auth/user_roles_controller_spec.rb
|
343
|
+
- spec/controllers/mks/auth/menus_controller_spec.rb
|
344
|
+
- spec/rails_helper.rb
|
@@ -1,13 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// compiled file. JavaScript code in this file should be added after the last require_* statement.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require_tree .
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
-
* It is generally better to create a new file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|