brightcontent 2.1.4 → 2.1.5

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 +4 -4
  3. data/VERSION +1 -1
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b31fc6fada15a55eb1797f514dbf22a70e7fa68
4
- data.tar.gz: b0609c671c4ac8bfaea1623a03707a39a07a9631
3
+ metadata.gz: 63c828218e98472278afe774745ba8ac6e708b21
4
+ data.tar.gz: 581e8ed28905320b607820485eb65aecce8f305f
5
5
  SHA512:
6
- metadata.gz: 96a748341e309051c38a6bdcb3f989980230c54369a169be7945bb82af6e2f5fc7c4fc390b885eb922e64412875b1873d1833fa05a6077b7ed6119f47e06269e
7
- data.tar.gz: d2a70a743610058288a513621a53c70dcdecd3e99455d9a8048e2c8ffd335cedef188a0cd968617df5ceb5affaaa590cd3a6b8f444a70394e3309a3f36e39a9c
6
+ metadata.gz: c1511bf4722afabd1cb9a9cb21ce1566f81b3a04f08d9b36178162f831968dd81b125a547a7fc1c63d50d2380dd2ae28a4d5442b4f64b596c832aeb4e824c5e3
7
+ data.tar.gz: bb6cba9a6eed2529dd8031fe9d01902615974978499a3898a458544d840aeb5330cfcd31808cda063dc0a38f0ccf902f28ba7c830d4f1a930deda8d1ec90c8ee
data/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  Brightcontent
2
2
  =============
3
3
 
4
- [![Gem Version](https://badge.fury.io/rb/brightcontent.png)](http://badge.fury.io/rb/brightcontent)
5
- [![Code Climate](https://codeclimate.com/github/brightin/brightcontent.png)](https://codeclimate.com/github/brightin/brightcontent)
6
- [![Build Status](https://travis-ci.org/brightin/brightcontent.png?branch=master)](https://travis-ci.org/brightin/brightcontent)
4
+ [![Gem Version](https://badge.fury.io/rb/brightcontent.svg)](http://badge.fury.io/rb/brightcontent)
5
+ [![Code Climate](https://codeclimate.com/github/brightin/brightcontent.svg)](https://codeclimate.com/github/brightin/brightcontent)
6
+ [![Build Status](https://travis-ci.org/brightin/brightcontent.svg?branch=master)](https://travis-ci.org/brightin/brightcontent)
7
7
 
8
8
  Brightcontent, yet another rails CMS / admin panel
9
9
 
10
10
  * For *developers*, to make a *custom CMS* for *non-technical users*
11
11
  * No standard 'cms-modules', we hate those, making custom is easy enough
12
- * Build in the rails way, use your normals models, only controllers and views are provided
12
+ * Built in the rails way, use your normals models, only controllers and views are provided
13
13
  * Only exception: Page model is provided with tree structure, sorting, hidden and pretty urls like `/services/cleaning/houses`
14
14
  * Rails 4 only
15
15
  * Strong Parameters support
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.4
1
+ 2.1.5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Developers at Brightin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-13 00:00:00.000000000 Z
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brightcontent-core
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.1.4
19
+ version: 2.1.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.1.4
26
+ version: 2.1.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: brightcontent-pages
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.1.4
33
+ version: 2.1.5
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.1.4
40
+ version: 2.1.5
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: brightcontent-attachments
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 2.1.4
47
+ version: 2.1.5
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 2.1.4
54
+ version: 2.1.5
55
55
  description: Brightcontent, yet another Rails CMS / admin panel
56
56
  email: developers@brightin.nl
57
57
  executables: []