lesli 5.1.9 → 5.1.10

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: 4ee3156ee2bbab3464a0f87d5464bf3d1bc0822eb26365ade32c75cdc40cfafa
4
- data.tar.gz: 2ae503e439f2571995336e2f27e818ebfd5aee07d3e12b2e2cba147145e5aba2
3
+ metadata.gz: e4e8af9f26ec37098d06a7495d88a0dffb2ed3f55692234915207aa5e91a70de
4
+ data.tar.gz: e1a0f30eb34f8a65534e7d09d5731e95ef8271752ff5e9cb2722bf3f5c1b951d
5
5
  SHA512:
6
- metadata.gz: 7e50643cd811ecc96b89276098798cf66962dba64a3d69cc17135d60a751a9b7ab4d5138c218e93f85a133dc5385edef161a04654afcaa866b84c323caa42dfb
7
- data.tar.gz: 064ac6c21289d1e15ad25d9014e3f00ed4bb0bd975775a40a65be12c633fd847f1c7ac3db610e0921bcfdd46acb5a11d1acd50c067bd7806751b76c604a61251
6
+ metadata.gz: 99a2a02dbd5bee41677b1ff15aa5f0245f79ed7682f7c85837ef88e47e6337c0c5cff9073ff15d5c4fe13102dafaf428975dfa9209575a5e346946f307786796
7
+ data.tar.gz: aa49bfca448cef9cccd16f7f5cb59215f4674758b711368e84dfcb10893089a9737717a95f2adb6d60ef188c6807ab3db6818497f3ad6c530166b9468a9e8436
@@ -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
@@ -42,7 +42,7 @@ module Lesli
42
42
 
43
43
  protect_from_forgery with: :exception
44
44
 
45
- before_action :set_locale
45
+ before_action :set_locale if defined?(LesliShield)
46
46
  before_action :authenticate_request if defined?(LesliShield)
47
47
  before_action :authorize_request if defined?(LesliShield)
48
48
  before_action :set_customizer
data/lib/lesli/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Lesli
2
- VERSION = "5.1.9"
3
- BUILD = "1789351263"
2
+ VERSION = "5.1.10"
3
+ BUILD = "1789353654"
4
4
  end
data/readme.md CHANGED
@@ -171,6 +171,7 @@ For additional server configurations, use the standard Rails server options:
171
171
  ```shell
172
172
  bin/rails server --binding=0.0.0.0
173
173
  bin/rails server --environment=development
174
+ RAILS_SERVE_STATIC_FILES=true rails s --environment=production
174
175
  ```
175
176
 
176
177
  <br />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lesli
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.9
4
+ version: 5.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Lesli Development Team