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: e14da47c3a96538460a9c3f146e4f7767c0dff643d1fc1f668c62b9fef110c89
4
- data.tar.gz: 4f448332ad33fc159f0e76c87a66f7bbf36f7d11c76f9f6cee28341a34b5befe
3
+ metadata.gz: 72309d6e38fb9588fdb83c300169a7ddf7b7c59ad1552cea660d5ec957099dd8
4
+ data.tar.gz: 8c7dcea768dc326b3cce9dd35d27a4c7b4a36222e25400c6d8a8acea7e46ce62
5
5
  SHA512:
6
- metadata.gz: 3baa90700d27877a35747f4ca2d8abae2ae7064541ab170b20b330b8849a964e479e775fe2aa4b1a76b61dbbe46f932f92311613e8fa8cdac8ca347c009d991a
7
- data.tar.gz: fdd71e453bb93d01d2225dfda53e73e26eda09cb3b878de4abb1562ca740fa863c80f23d9afe08124ff94745ef69cb764f3548b2a2926a8842d241b3f2c102b7
6
+ metadata.gz: c1ed97083d4e70551e301f6ff9cfbc87e02277c32f983c994ffe4f208a3d130d600f3cf624214121970a93cc3412b7b4c9419502bd18f37cc2eabb2857765d71
7
+ data.tar.gz: 8c497dd09927ae778427c8a9e068c0491736e0c2370ba2741887e543a18ff1ca5d7715e63ec8237d1b14fdf9621ae87dde256de947d0cd96927f06750c58df34
@@ -3,7 +3,7 @@
3
3
 
4
4
  Lesli
5
5
 
6
- Copyright (c) 2023, Lesli Technologies, S. A.
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 development platform.
21
+ Lesli · Ruby on Rails SaaS Development Framework.
22
22
 
23
- Made with ♥ by https://www.lesli.tech
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
- "#{lesli_instance_code}/brand/app-auth.svg", # dynamic path to the instance main logo
44
- :class => "#{lesli_instance_code}-logo", # dynamic class according to the instance
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) 2025, Lesli Technologies, S. A.
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", # dynamic path to the instance main logo
58
- :class => "#{lesli_instance_code}-logo mb-2", # dynamic class according to the instance
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">
@@ -1,4 +1,4 @@
1
1
  module LesliShield
2
- VERSION = "1.1.2"
3
- BUILD = "1777694371"
2
+ VERSION = "1.1.3"
3
+ BUILD = "1777771350"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lesli_shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Lesli Development Team