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 +4 -4
- data/lib/lesli/engine.rb +0 -1
- data/lib/lesli/version.rb +1 -1
- data/readme.md +22 -15
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51038011f00c8b51bb7b7911a9cfb0b38a383638c3a70d18dd8dd89cb47004eb
|
4
|
+
data.tar.gz: f71306386f4c825b39ae2067a7e04addcb487146630f261e4882ffd75901e4d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c299b8760b120a196e4ddd82b1af9069dfa2e7a478dab8f0efa3c27ec63ce2f54eb9e14d85ef16b0b74976f005b7f206c713aea04f57f9153115c0504c67f48
|
7
|
+
data.tar.gz: 2902ba64403c0b7e2769bd7aa214d6c5f4931003ab40f2113b620ef3e445ff4f0b97bd5ec5ab5f5dec573206505502004818dacab8df706a7530631179d9b6fd
|
data/lib/lesli/engine.rb
CHANGED
data/lib/lesli/version.rb
CHANGED
data/readme.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1
|
-
<
|
2
|
-
<img width="
|
3
|
-
<
|
4
|
-
</
|
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
|
-
<
|
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
|
-
</
|
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
|
-
* [
|
144
|
+
* [X: @LesliTech](https://x.com/LesliTech)
|
139
145
|
* [Email: hello@lesli.tech](hello@lesli.tech)
|
140
|
-
* [
|
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
|
-
<
|
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
|
-
</
|
172
|
+
<h4 align="center" class="mt-0">Ruby on Rails SaaS Development Framework.</h4>
|
173
|
+
</div>
|
174
|
+
|
175
|
+
<br />
|
176
|
+
<br />
|