brightcontent 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/VERSION +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d14b9c61bc3a6fb1871e3766e7a9557835cc1416
|
4
|
+
data.tar.gz: 1426c127c7bcb7ed08b6d50f854d9baa3a911d0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11ac8675245a75b6603667bed1c5d098597ea398e0f95fd9da5dcaee7a0360613aa41b0e5186fe0b58fa565c4050232e6bab29ccd737d81336206ec55411ec22
|
7
|
+
data.tar.gz: 4cc84bb63e7dd72e080232ddc2426305095462ff5f444a26b0446cbde82116bbf392728371ffdc74243cd5399a6aa5a3458086255609f164edfda53252681052
|
data/README.md
CHANGED
@@ -2,8 +2,8 @@ Brightcontent
|
|
2
2
|
=============
|
3
3
|
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/brightcontent.png)](http://badge.fury.io/rb/brightcontent)
|
5
|
-
[![Code Climate](https://codeclimate.com/github/
|
6
|
-
[![Build Status](https://travis-ci.org/
|
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)
|
7
7
|
|
8
8
|
Brightcontent, yet another rails CMS / admin panel
|
9
9
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.1
|
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
|
+
version: 2.1.1
|
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-
|
11
|
+
date: 2014-08-01 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.
|
19
|
+
version: 2.1.1
|
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.
|
26
|
+
version: 2.1.1
|
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.
|
33
|
+
version: 2.1.1
|
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.
|
40
|
+
version: 2.1.1
|
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.
|
47
|
+
version: 2.1.1
|
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.
|
54
|
+
version: 2.1.1
|
55
55
|
description: Brightcontent, yet another Rails CMS / admin panel
|
56
56
|
email: developers@brightin.nl
|
57
57
|
executables: []
|