lesli 5.0.17 → 5.0.18

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: ae810e2b4f383cfbbb6177f41376811fab4e2f44de2a64abccf760c35bf0582f
4
- data.tar.gz: bfb3145090879a29edc68e0374fa14707d372f1c7df9bdc4943e9fb0935e35f3
3
+ metadata.gz: 51038011f00c8b51bb7b7911a9cfb0b38a383638c3a70d18dd8dd89cb47004eb
4
+ data.tar.gz: f71306386f4c825b39ae2067a7e04addcb487146630f261e4882ffd75901e4d7
5
5
  SHA512:
6
- metadata.gz: e3e14171f1cfae0a81f22bdc3dc1d6098c68bd2dec371b4bb13523e62d8ebebd0b0c56d6bde9008fff978840850727073afa109130622c4c0061fa3b18cf030e
7
- data.tar.gz: 82acbf8b22a68f05f1641e594a9bde2172328a1fa56d95205881d86bf5720ea64eede35b152fb3612202fc8e9a383cfce39b4b3273a844090a88b0b6985b976d
6
+ metadata.gz: 1c299b8760b120a196e4ddd82b1af9069dfa2e7a478dab8f0efa3c27ec63ce2f54eb9e14d85ef16b0b74976f005b7f206c713aea04f57f9153115c0504c67f48
7
+ data.tar.gz: 2902ba64403c0b7e2769bd7aa214d6c5f4931003ab40f2113b620ef3e445ff4f0b97bd5ec5ab5f5dec573206505502004818dacab8df706a7530631179d9b6fd
data/lib/lesli/engine.rb CHANGED
@@ -36,7 +36,6 @@ require "kaminari"
36
36
 
37
37
  # · Tools used to build the Lesli Framework
38
38
  require "L2"
39
- require "ancestry"
40
39
  require "useragent"
41
40
  require "acts_as_paranoid"
42
41
 
data/lib/lesli/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Lesli
2
- VERSION = "5.0.17"
2
+ VERSION = "5.0.18"
3
3
  BUILD = "1752157715"
4
4
  end
data/readme.md CHANGED
@@ -1,11 +1,13 @@
1
- <p align="center">
2
- <img width="200" alt="Lesli logo" src="./app/assets/images/lesli/lesli-logo.svg" />
3
- <h1 align="center">Ruby on Rails SaaS Development Framework.</h1>
4
- </p>
1
+ <div align="center" class="documentation-header">
2
+ <img width="100" alt="Lesli logo" src="./app/assets/images/lesli/lesli-logo.svg" />
3
+ <h3 align="center">Ruby on Rails SaaS Development Framework.</h3>
4
+ </div>
5
+
5
6
 
7
+ <br />
6
8
  <hr/>
7
9
 
8
- <p align="center" class="is-flex is-justify-content-center">
10
+ <div align="center" class="documentation-statics">
9
11
  <a target="blank" href="https://rubygems.org/gems/lesli">
10
12
  <img height="22" alt="Gem Version" src="https://badge.fury.io/rb/lesli.svg"/>
11
13
  </a>
@@ -15,7 +17,7 @@
15
17
  <a href="https://codecov.io/github/LesliTech/LesliBabel">
16
18
  <img height="22" src="https://sonarcloud.io/api/project_badges/measure?project=LesliTech_LesliBabel&metric=sqale_rating"/>
17
19
  </a>
18
- </p>
20
+ </div>
19
21
 
20
22
  <hr/>
21
23
  <br />
@@ -37,7 +39,7 @@ Lesli is completely open source and comes with features and tools that can save
37
39
 
38
40
  <br />
39
41
  <hr />
40
- <p align="center">
42
+ <p align="center" class="has-text-centered">
41
43
  Lesli is currently in alpha, but we're excited about the promising improvements coming soon!
42
44
  </p>
43
45
  <hr />
@@ -132,15 +134,16 @@ RAILS_SERVE_STATIC_FILES=true rails s --environment=production
132
134
  <br />
133
135
 
134
136
 
137
+ ### Lesli Documentation
138
+ * [website](https://www.lesli.dev/)
139
+ * [documentation](https://www.lesli.dev/lesli/)
140
+
135
141
 
136
142
  ### Get in touch with Lesli
137
143
 
138
- * [Website: https://www.lesli.tech](https://www.lesli.tech)
144
+ * [X: @LesliTech](https://x.com/LesliTech)
139
145
  * [Email: hello@lesli.tech](hello@lesli.tech)
140
- * [Twitter: @LesliTech](https://twitter.com/LesliTech)
141
-
142
- <br />
143
-
146
+ * [Website: https://www.lesli.tech](https://www.lesli.tech)
144
147
 
145
148
 
146
149
  ### License
@@ -162,8 +165,12 @@ along with this program. If not, see http://www.gnu.org/licenses/.
162
165
 
163
166
  <hr />
164
167
  <br />
168
+ <br />
165
169
 
166
- <p align="center">
170
+ <div align="center" class="has-text-centered">
167
171
  <img width="200" alt="Lesli logo" src="https://cdn.lesli.tech/lesli/brand/app-logo.svg" />
168
- <h4 align="center">Ruby on Rails SaaS Development Framework.</h4>
169
- </p>
172
+ <h4 align="center" class="mt-0">Ruby on Rails SaaS Development Framework.</h4>
173
+ </div>
174
+
175
+ <br />
176
+ <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.0.17
4
+ version: 5.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Lesli Development Team