brightcontent 2.0.25 → 2.0.26
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.
- data/README.md +4 -3
- data/VERSION +1 -1
- metadata +8 -8
data/README.md
CHANGED
|
@@ -12,8 +12,9 @@ Brightcontent, yet another rails CMS / admin panel
|
|
|
12
12
|
* For *developers*, to make a *custom CMS* for *non-technical users*
|
|
13
13
|
* No standard 'cms-modules', we hate those, making custom is easy enough
|
|
14
14
|
* Build in the rails way, use your normals models, only controllers and views are provided
|
|
15
|
-
* Only exception: Page model is provided with tree structure,
|
|
16
|
-
* Rails 3.
|
|
15
|
+
* Only exception: Page model is provided with tree structure, sorting, hidden and pretty urls like `/services/cleaning/houses`
|
|
16
|
+
* Rails 3.2+ only
|
|
17
|
+
* Strong Parameters support
|
|
17
18
|
|
|
18
19
|
Installation
|
|
19
20
|
------------
|
|
@@ -21,7 +22,7 @@ Installation
|
|
|
21
22
|
Include the gem in your Gemfile:
|
|
22
23
|
|
|
23
24
|
```ruby
|
|
24
|
-
gem "brightcontent"
|
|
25
|
+
gem "brightcontent"
|
|
25
26
|
bundle install
|
|
26
27
|
```
|
|
27
28
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.
|
|
1
|
+
2.0.26
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brightcontent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.26
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-03-
|
|
12
|
+
date: 2013-03-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: brightcontent-core
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 2.0.
|
|
21
|
+
version: 2.0.26
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 2.0.
|
|
29
|
+
version: 2.0.26
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: brightcontent-pages
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
requirements:
|
|
35
35
|
- - '='
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
|
-
version: 2.0.
|
|
37
|
+
version: 2.0.26
|
|
38
38
|
type: :runtime
|
|
39
39
|
prerelease: false
|
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - '='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 2.0.
|
|
45
|
+
version: 2.0.26
|
|
46
46
|
- !ruby/object:Gem::Dependency
|
|
47
47
|
name: brightcontent-attachments
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - '='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 2.0.
|
|
53
|
+
version: 2.0.26
|
|
54
54
|
type: :runtime
|
|
55
55
|
prerelease: false
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 2.0.
|
|
61
|
+
version: 2.0.26
|
|
62
62
|
description: Brightcontent, yet another Rails CMS / admin panel
|
|
63
63
|
email: developers@brightin.nl
|
|
64
64
|
executables: []
|