cmor 0.0.55.pre → 0.0.60.pre

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 +36 -17
  3. data/lib/cmor/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b7b22af0c0f6ad6713bd75ed894abd146c0c7e72d583229fe2db126281015ec
4
- data.tar.gz: 2c7b9e3ef90ec587bca01e4f1320a37f1017090ba533dd371a5390807604bd4c
3
+ metadata.gz: 8ef1af9e681db5c8fbf893a2440e0b9bfc475e6809a4e0bc4bc14d8b1d88ae5f
4
+ data.tar.gz: 52e2c96d7992aa85916b320f431c41963d378e2310ed8a9f6e22834a66a7e731
5
5
  SHA512:
6
- metadata.gz: 0444e3ed9803bfb2619df6a57ab75144c78db7af466a8dc64c00aa4829597a13c8d80b6beaedaabe9493e450197b2628b04d7e8f32e3ede1528af5e325e872cf
7
- data.tar.gz: 1edf79f2374bb4a78db78e1fe059ff55cfb9242c878e2eb35c090f04b77d30278f553e63f893fb0678e3934c01830e19ba8eeb882a635eaae6c474203a93ce81
6
+ metadata.gz: 0034fcf24b276e7c424ef612d045f1c53ccb128c358a2c9087b6bf9276fa7725d680e7048b29922e4a042a266d8fa3e3f69e4e728da46a0535f655652bcd4d58
7
+ data.tar.gz: e19b36e729a21fe56e1a16472e6aaacce44f3ca1f7cd5430f4dcc8982d77237144bc28266178940581d761e6e7fcc2aa01d4f2e79a77f2c449f9974dd3124621
data/README.md CHANGED
@@ -3,27 +3,46 @@
3
3
  [![Maintainability](https://api.codeclimate.com/v1/badges/a71fdca73c85a22125dc/maintainability)](https://codeclimate.com/github/content-management-on-rails/cmor/maintainability)
4
4
 
5
5
  # (C)ontent (m)anagement (o)n (r)ails a.k.a Seymore - Let's you see more and makes your content²!
6
- Short description and motivation.
7
6
 
8
- ## Usage
9
- How to use my plugin.
7
+ CMOR is a content management system for ruby on rails. It is highlgy extensible
8
+ and embraces the usage of engines.
9
+
10
+ ## Architecture
11
+
12
+ CMOR modules live in the subfolders of this repository. Each module is a
13
+ separate gem that can be installed on its own. For convenience you can
14
+ install the cmor_suite gem. This will install all cmor modules at once.
15
+
16
+ If you want full control of all installation options you may want to install
17
+ the modules one by one.
18
+
19
+ ## Available modules
20
+
21
+ * audits - Change auditing module (not installed by default)
22
+ * blog - Blogging module
23
+ * carousels - Picture carousels
24
+ * cms - Content management core module with layouts, pages, redirects, partials, navigations
25
+ * contact - Provides a contact form.
26
+ * core_backend - Core module that provides shared backend features
27
+ * core_frontend - Core module that provides shared frontend features
28
+ * files - Provides uploads/downloads
29
+ * galleries - Picture galleries with lightbox support
30
+ * legal - Provides a eu gdpr compiant cookie banner and integration of a privacy policy
31
+ * links - Provides nested lists of links and a link footer
32
+ * multi_tenancy - Provides multi tenancy across all modules (not installed by default)
33
+ * partners - Provides a showcase and a slider for your business partners
34
+ * rbac - Role based authorization framework with a nice admin interface
35
+ * seo - Integration of seo feature like automatic sitemap generation, meta tags and micro formats
36
+ * showcase - A showcase for your projects/products
37
+ * system - A system insights dashbard for active storage, delayed job, changelogs, etc.
38
+ * tags - A flexiable tagging solution for your models
39
+ * testimonials - Display customer testimonials and opinions
40
+ * transports - An import/export system for your business models (not installed by default) (work in progress)
41
+ * user_area - User authentication
10
42
 
11
43
  ## Installation
12
- Add this line to your application's Gemfile:
13
44
 
14
- ```ruby
15
- gem 'cmor'
16
- ```
17
-
18
- And then execute:
19
- ```bash
20
- $ bundle
21
- ```
22
-
23
- Or install it yourself as:
24
- ```bash
25
- $ gem install cmor
26
- ```
45
+ See the [README file](cmor_suite/README.md) in [cmor_suite](cmor_suite) for more information.
27
46
 
28
47
  ## Running all specs
29
48
  ```bash
@@ -1,3 +1,3 @@
1
1
  module Cmor
2
- VERSION = '0.0.55.pre' unless const_defined?(:VERSION)
2
+ VERSION = '0.0.60.pre' unless const_defined?(:VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.55.pre
4
+ version: 0.0.60.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-28 00:00:00.000000000 Z
11
+ date: 2020-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - ">="
110
110
  - !ruby/object:Gem::Version
111
- version: '0'
111
+ version: 2.4.4
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">"