maglevcms 1.7.1 → 1.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -13
  3. data/lib/maglev/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47af0cfded82ce7d767ab832812b4bc79fd7709e084b13071e5c133455772461
4
- data.tar.gz: 49affdced294ab73de44513c224fb061eb362a95fbffcf97e38be077cb644ba8
3
+ metadata.gz: 5401431fff19c66c1e16efa7c35c779bd10bd023f869bfe820fffd8afb586830
4
+ data.tar.gz: e59d727dd373a1a328967ee000e5ea3be1f3af479f3e55d35e9cf3fcb31d0c9e
5
5
  SHA512:
6
- metadata.gz: 006c064d1f090d42e0d750cf28ccaa76119cd5e92ab136bf96202835da587e8696aa66d151fea05654c6f3d723f401212e2d9b98e28b50dcefb64a5e78f6c73b
7
- data.tar.gz: 714b23d6582fd63a125bc1b7700d05a72016de389678a8363f01fc018cdbca4a27016223033441facd760272a5cd4f59df407c18c58e512a4dce35c730d033b5
6
+ metadata.gz: e718feab604a111fd21a2037f364d6d52a814c42998ee648e004cb6f0f41c24e23ab15861054e064f5c8997076114cd4b938fc4b157295e9cd9f752d8f1a129c
7
+ data.tar.gz: 13c3563774639c79b5b8da19422a4645ea47ac510080ced169582525c40e05172a41d74b2a35a18769020609924ad953cae073ab30c7289ca24089f210bb9056
data/README.md CHANGED
@@ -1,27 +1,29 @@
1
- # Maglev
1
+ # MaglevCMS
2
2
 
3
- [![Build Status](https://travis-ci.com/maglevhq/maglev-core.svg?token=Peo8iU6ug5EgwGpofkrd&branch=master)](https://travis-ci.com/maglevhq/maglev-core)
3
+ [![Build Status](https://github.com/maglevhq/maglev-core/actions/workflows/verify.yml/badge.svg)](https://github.com/maglevhq/maglev-core/actions/workflows/verify.yml)
4
4
 
5
- Maglev is a page builder / CMS that you can plug in any Ruby on Rails 6+ application.
6
-
7
- ![Editor UI](https://gblobscdn.gitbook.com/assets%2F-Me54MJUO0o8Vj5WCTWJ%2F-MeUwrTI6TuqN8mdhZtm%2F-MekxQC_Ueu6lgqhQ9BW%2Feditor-ui-default.jpg?alt=media&token=58e1782a-00c2-4b29-8ff3-0988a90d7517)
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
- Coming soon
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
- ## Testing
18
+ ## Interested in more power for your Rails SaaS?
19
19
 
20
- If for some reasons you want your Maglev site to exist during your tests,
21
- you can use `Maglev::GenerateSite.call` on your setup block.
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
- ## Contributing
24
- Contribution directions go here.
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Maglev
4
- VERSION = '1.7.1'
4
+ VERSION = '1.7.2'
5
5
  end
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.1
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: " Maglev adds a fancy page builder inside your Ruby on Rails application.
124
- This gem comes with a simple but solid CMS engine.'\n"
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: Page builder Ruby on Rails
589
+ summary: Website/page builder Ruby on Rails engine
590
590
  test_files: []