lesli_shield 1.1.2 → 1.1.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72309d6e38fb9588fdb83c300169a7ddf7b7c59ad1552cea660d5ec957099dd8
|
|
4
|
+
data.tar.gz: 8c7dcea768dc326b3cce9dd35d27a4c7b4a36222e25400c6d8a8acea7e46ce62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1ed97083d4e70551e301f6ff9cfbc87e02277c32f983c994ffe4f208a3d130d600f3cf624214121970a93cc3412b7b4c9419502bd18f37cc2eabb2857765d71
|
|
7
|
+
data.tar.gz: 8c497dd09927ae778427c8a9e068c0491736e0c2370ba2741887e543a18ff1ca5d7715e63ec8237d1b14fdf9621ae87dde256de947d0cd96927f06750c58df34
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Lesli
|
|
5
5
|
|
|
6
|
-
Copyright (c)
|
|
6
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
7
7
|
|
|
8
8
|
This program is free software: you can redistribute it and/or modify
|
|
9
9
|
it under the terms of the GNU General Public License as published by
|
|
@@ -18,9 +18,9 @@ GNU General Public License for more details.
|
|
|
18
18
|
You should have received a copy of the GNU General Public License
|
|
19
19
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
20
20
|
|
|
21
|
-
Lesli · Ruby on Rails SaaS
|
|
21
|
+
Lesli · Ruby on Rails SaaS Development Framework.
|
|
22
22
|
|
|
23
|
-
Made with ♥ by
|
|
23
|
+
Made with ♥ by LesliTech
|
|
24
24
|
Building a better future, one line of code at a time.
|
|
25
25
|
|
|
26
26
|
@contact hello@lesli.tech
|
|
@@ -40,8 +40,8 @@ Building a better future, one line of code at a time.
|
|
|
40
40
|
<%# Logo container %>
|
|
41
41
|
<div class="logo mb-4">
|
|
42
42
|
<%= image_tag(
|
|
43
|
-
"
|
|
44
|
-
:class => "#{lesli_instance_code}-logo",
|
|
43
|
+
"lesli_assets/brand/app-auth.svg",
|
|
44
|
+
:class => "#{lesli_instance_code}-logo",
|
|
45
45
|
:alt => "Main logo")
|
|
46
46
|
%>
|
|
47
47
|
<h1 class="title is-size-4 has-text-primary">
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Lesli
|
|
4
4
|
|
|
5
|
-
Copyright (c)
|
|
5
|
+
Copyright (c) 2026, 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
|
|
@@ -54,8 +54,8 @@ Building a better future, one line of code at a time.
|
|
|
54
54
|
<%# Logo container %>
|
|
55
55
|
<div class="logo has-text-centered mb-6">
|
|
56
56
|
<%= image_tag(
|
|
57
|
-
"lesli_assets/brand/app-auth.svg",
|
|
58
|
-
:class => "#{lesli_instance_code}-logo mb-2",
|
|
57
|
+
"lesli_assets/brand/app-auth.svg",
|
|
58
|
+
:class => "#{lesli_instance_code}-logo mb-2",
|
|
59
59
|
:alt => "Main logo")
|
|
60
60
|
%>
|
|
61
61
|
<h1 class="is-title is-size-3 has-text-primary">
|
data/lib/lesli_shield/version.rb
CHANGED