maglevcms 1.7.1 → 1.7.2
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/README.md +15 -13
- data/lib/maglev/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5401431fff19c66c1e16efa7c35c779bd10bd023f869bfe820fffd8afb586830
|
|
4
|
+
data.tar.gz: e59d727dd373a1a328967ee000e5ea3be1f3af479f3e55d35e9cf3fcb31d0c9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e718feab604a111fd21a2037f364d6d52a814c42998ee648e004cb6f0f41c24e23ab15861054e064f5c8997076114cd4b938fc4b157295e9cd9f752d8f1a129c
|
|
7
|
+
data.tar.gz: 13c3563774639c79b5b8da19422a4645ea47ac510080ced169582525c40e05172a41d74b2a35a18769020609924ad953cae073ab30c7289ca24089f210bb9056
|
data/README.md
CHANGED
|
@@ -1,27 +1,29 @@
|
|
|
1
|
-
#
|
|
1
|
+
# MaglevCMS
|
|
2
2
|
|
|
3
|
-
[](https://github.com/maglevhq/maglev-core/actions/workflows/verify.yml)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-

|
|
5
|
+
MaglevCMS is a website builder / CMS that you can plug in any Ruby on Rails 6+ application.
|
|
8
6
|
|
|
9
7
|
## Demo
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
Check out our [MaglevCMS PRO demo](https://demo-pro.maglev.dev) to see MaglevCMS in action.\
|
|
10
|
+
This demo showcases the full capabilities of MaglevCMS, including advanced features available in the PRO version.
|
|
11
|
+
|
|
12
12
|
|
|
13
13
|
## Getting started / Documentation
|
|
14
14
|
|
|
15
|
-
- [Install Maglev](https://docs.maglev.dev/quickstart)
|
|
16
|
-
- [Documentation](https://docs.maglev.dev/)
|
|
15
|
+
- 🚀 [Install Maglev](https://docs.maglev.dev/quickstart)
|
|
16
|
+
- 📚 [Documentation](https://docs.maglev.dev/)
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Interested in more power for your Rails SaaS?
|
|
19
19
|
|
|
20
|
-
If
|
|
21
|
-
|
|
20
|
+
If you're a Rails SaaS owner looking to offer advanced page-building and customization features to your clients, check out [MaglevCMS PRO](https://pro.maglev.dev). With MaglevCMS PRO, you get premium tools, enhanced customization options, and dedicated support to take your platform to the next level.\
|
|
21
|
+
Explore the full potential of MaglevCMS and see how it can transform your SaaS business.
|
|
22
22
|
|
|
23
|
-
##
|
|
24
|
-
|
|
23
|
+
## Testing
|
|
24
|
+
|
|
25
|
+
If for some reason you want your Maglev site to exist during your tests, you can use `Maglev::GenerateSite.call` in your setup block.
|
|
25
26
|
|
|
26
27
|
## License
|
|
28
|
+
|
|
27
29
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/lib/maglev/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maglevcms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Didier Lafforgue
|
|
@@ -120,8 +120,8 @@ dependencies:
|
|
|
120
120
|
- - "~>"
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: 1.5.6
|
|
123
|
-
description: "
|
|
124
|
-
|
|
123
|
+
description: " MaglevCMS integrates a powerful website/page builder with a polished
|
|
124
|
+
UX/UI into your Ruby on Rails application, backed by a flexible and robust CMS engine.\n"
|
|
125
125
|
email:
|
|
126
126
|
- contact@maglev.dev
|
|
127
127
|
executables: []
|
|
@@ -586,5 +586,5 @@ requirements: []
|
|
|
586
586
|
rubygems_version: 3.5.7
|
|
587
587
|
signing_key:
|
|
588
588
|
specification_version: 4
|
|
589
|
-
summary:
|
|
589
|
+
summary: Website/page builder Ruby on Rails engine
|
|
590
590
|
test_files: []
|