lesli_shield 1.0.2 → 1.0.3
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/app/assets/stylesheets/lesli_shield/confirmations.css +31 -0
- data/app/assets/stylesheets/lesli_shield/devise/oauth.css +32 -0
- data/app/assets/stylesheets/lesli_shield/passwords.css +18953 -1
- data/app/assets/stylesheets/lesli_shield/registrations.css +19040 -1
- data/app/assets/stylesheets/lesli_shield/sessions.css +19040 -1
- data/app/assets/stylesheets/lesli_shield/users.css +30 -0
- data/lib/lesli_shield/engine.rb +3 -3
- data/lib/lesli_shield/version.rb +2 -2
- data/lib/scss/_devise.scss +10 -0
- metadata +17 -16
@@ -1 +1,31 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
/*
|
3
|
+
Lesli
|
1
4
|
|
5
|
+
Copyright (c) 2023, Lesli Technologies, S. A.
|
6
|
+
|
7
|
+
This program is free software: you can redistribute it and/or modify
|
8
|
+
it under the terms of the GNU General Public License as published by
|
9
|
+
the Free Software Foundation, either version 3 of the License, or
|
10
|
+
(at your option) any later version.
|
11
|
+
|
12
|
+
This program is distributed in the hope that it will be useful,
|
13
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
15
|
+
GNU General Public License for more details.
|
16
|
+
|
17
|
+
You should have received a copy of the GNU General Public License
|
18
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
19
|
+
|
20
|
+
Lesli · Ruby on Rails SaaS Development Framework.
|
21
|
+
|
22
|
+
Made with ♥ by https://www.lesli.tech
|
23
|
+
Building a better future, one line of code at a time.
|
24
|
+
|
25
|
+
@contact hello@lesli.tech
|
26
|
+
@website https://www.lesli.tech
|
27
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
28
|
+
|
29
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
30
|
+
// ·
|
31
|
+
*/
|
data/lib/lesli_shield/engine.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Lesli
|
4
4
|
|
5
|
-
Copyright (c)
|
5
|
+
Copyright (c) 2025, Lesli Technologies, S. A.
|
6
6
|
|
7
7
|
This program is free software: you can redistribute it and/or modify
|
8
8
|
it under the terms of the GNU General Public License as published by
|
@@ -19,11 +19,11 @@ along with this program. If not, see http://www.gnu.org/licenses/.
|
|
19
19
|
|
20
20
|
Lesli · Ruby on Rails SaaS Development Framework.
|
21
21
|
|
22
|
-
Made with ♥ by
|
22
|
+
Made with ♥ by LesliTech
|
23
23
|
Building a better future, one line of code at a time.
|
24
24
|
|
25
25
|
@contact hello@lesli.tech
|
26
|
-
@website https://www.lesli.
|
26
|
+
@website https://www.lesli.tech
|
27
27
|
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
28
28
|
|
29
29
|
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
data/lib/lesli_shield/version.rb
CHANGED
data/lib/scss/_devise.scss
CHANGED
@@ -37,6 +37,16 @@ Building a better future, one line of code at a time.
|
|
37
37
|
@use "LesliAssets/lib/lesli_assets_styles/templates/public";
|
38
38
|
|
39
39
|
|
40
|
+
// · Configuration & variables
|
41
|
+
@use "LesliAssets/lib/lesli_assets_styles/settings/variables";
|
42
|
+
|
43
|
+
|
44
|
+
// · headings and links
|
45
|
+
h1, h2, h3, h4, h5, h6, a {
|
46
|
+
font-family: "Domine", variables.$family-primary;
|
47
|
+
}
|
48
|
+
|
49
|
+
|
40
50
|
// ·
|
41
51
|
.shield-form-demo {
|
42
52
|
width: 100%;
|
metadata
CHANGED
@@ -1,44 +1,45 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lesli_shield
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Lesli Development Team
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: lesli
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
16
15
|
requirements:
|
17
|
-
- - "
|
16
|
+
- - "~>"
|
18
17
|
- !ruby/object:Gem::Version
|
19
18
|
version: '5.0'
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
|
-
- - "
|
23
|
+
- - "~>"
|
25
24
|
- !ruby/object:Gem::Version
|
26
25
|
version: '5.0'
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: devise
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
30
29
|
requirements:
|
31
|
-
- - "
|
30
|
+
- - "~>"
|
32
31
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
32
|
+
version: '4.9'
|
34
33
|
type: :runtime
|
35
34
|
prerelease: false
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
37
36
|
requirements:
|
38
|
-
- - "
|
37
|
+
- - "~>"
|
39
38
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
41
|
-
description:
|
39
|
+
version: '4.9'
|
40
|
+
description: "Provides a complete authentication and authorization solution for The
|
41
|
+
Lesli Framework, \nincluding user session management, secure login and logout, role-based
|
42
|
+
access control, \nand permission handling.\n"
|
42
43
|
email:
|
43
44
|
- hello@lesli.tech
|
44
45
|
executables: []
|
@@ -180,12 +181,13 @@ files:
|
|
180
181
|
- readme.md
|
181
182
|
homepage: https://www.lesli.dev/
|
182
183
|
licenses:
|
183
|
-
- GPL-3.0
|
184
|
+
- GPL-3.0-or-later
|
184
185
|
metadata:
|
185
186
|
homepage_uri: https://www.lesli.dev/
|
186
|
-
changelog_uri: https://github.com/LesliTech/LesliShield
|
187
|
+
changelog_uri: https://github.com/LesliTech/LesliShield/releases
|
187
188
|
source_code_uri: https://github.com/LesliTech/LesliShield
|
188
|
-
|
189
|
+
bug_tracker_uri: https://github.com/LesliTech/LesliShield/issues
|
190
|
+
documentation_uri: https://www.lesli.dev/engines/shield/
|
189
191
|
rdoc_options: []
|
190
192
|
require_paths:
|
191
193
|
- lib
|
@@ -193,15 +195,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
193
195
|
requirements:
|
194
196
|
- - ">="
|
195
197
|
- !ruby/object:Gem::Version
|
196
|
-
version: '
|
198
|
+
version: '3.2'
|
197
199
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
198
200
|
requirements:
|
199
201
|
- - ">="
|
200
202
|
- !ruby/object:Gem::Version
|
201
203
|
version: '0'
|
202
204
|
requirements: []
|
203
|
-
rubygems_version: 3.
|
204
|
-
signing_key:
|
205
|
+
rubygems_version: 3.7.1
|
205
206
|
specification_version: 4
|
206
207
|
summary: Authentication & Authorization management for the Lesli Framework.
|
207
208
|
test_files: []
|