trusty-cms 1.1.27 → 1.1.28
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CONTRIBUTORS.md +14 -0
- data/Gemfile.lock +17 -15
- data/README.md +2 -0
- data/app/assets/stylesheets/admin/main.scss +3 -0
- data/lib/trusty_cms.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGMzMzU5YWMwZTcxMGM2YjhjYzEyYzQ0MmNhMDE3MDZmN2MwYWUwNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGZmMTc0NjgwYmFmZDRiZmU3MmE0OGU2NjI4N2M4MjljMjRiMjRkYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjQ2YmVkZGYzMmM5OGNlMTc5ZWQ5OTFiYTBiNjU3NGM5MWNhZTZhNGZhZDEy
|
10
|
+
Yzc0NzZjYjc1NGM5Mjg0OTk3YTk5ZDkyZWM0YjZiZWVkMzgwMjUxZThkZTk2
|
11
|
+
OWE1NDIxOTg2NTg3NTljMWE0NDE3MmM5NGNkMjJkNDhmOTEzM2Q=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjBhY2U2MzNiN2NhY2UxNjhkY2Q2MjRmNzYxOTcyZTRiODg3MTQ2YTZhNjM4
|
14
|
+
ZGE5Y2VkZWJjODQ2N2U0N2Y4ODFjYzJmY2IzZjU0YjgxOWUyMjhkOTllYjYx
|
15
|
+
ZmM2NjkwMDRjYjM1M2NkMzUzNjFiZmUyYjMzMjBhOTU3NzhhNDI=
|
data/CONTRIBUTORS.md
CHANGED
@@ -3,6 +3,20 @@
|
|
3
3
|
The following people have submitted changes which have been applied to the
|
4
4
|
core:
|
5
5
|
|
6
|
+
## Trusty CMS
|
7
|
+
|
8
|
+
## 1.1.27
|
9
|
+
* Eric Sipple
|
10
|
+
* Carol Nichols
|
11
|
+
* Aly Fulton
|
12
|
+
* Andrew Miller
|
13
|
+
* Justin Reese
|
14
|
+
* Patrick Fitzgerald
|
15
|
+
* Kurtis Rainbolt-Greene
|
16
|
+
* Colin Dean
|
17
|
+
|
18
|
+
## Radiant CMS
|
19
|
+
|
6
20
|
## Edge
|
7
21
|
|
8
22
|
* Jim Gay
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-cms (1.1.
|
4
|
+
trusty-cms (1.1.28)
|
5
5
|
RedCloth (~> 4.2)
|
6
6
|
acts_as_tree (~> 0.1.1)
|
7
7
|
bundler (~> 1.7)
|
@@ -29,6 +29,7 @@ GEM
|
|
29
29
|
remote: https://rubygems.org/
|
30
30
|
specs:
|
31
31
|
RedCloth (4.2.9)
|
32
|
+
RedCloth (4.2.9-java)
|
32
33
|
actionmailer (3.2.21)
|
33
34
|
actionpack (= 3.2.21)
|
34
35
|
mail (~> 2.5.4)
|
@@ -57,7 +58,7 @@ GEM
|
|
57
58
|
i18n (~> 0.6, >= 0.6.4)
|
58
59
|
multi_json (~> 1.0)
|
59
60
|
acts_as_tree (0.1.1)
|
60
|
-
addressable (2.3.
|
61
|
+
addressable (2.3.7)
|
61
62
|
arel (3.0.3)
|
62
63
|
builder (3.0.4)
|
63
64
|
capybara (2.3.0)
|
@@ -76,14 +77,14 @@ GEM
|
|
76
77
|
cocaine (0.5.5)
|
77
78
|
climate_control (>= 0.0.3, < 1.0)
|
78
79
|
coderay (1.1.0)
|
79
|
-
compass (1.0.
|
80
|
+
compass (1.0.3)
|
80
81
|
chunky_png (~> 1.2)
|
81
|
-
compass-core (~> 1.0.
|
82
|
+
compass-core (~> 1.0.2)
|
82
83
|
compass-import-once (~> 1.0.5)
|
83
84
|
rb-fsevent (>= 0.9.3)
|
84
85
|
rb-inotify (>= 0.9)
|
85
86
|
sass (>= 3.3.13, < 3.5)
|
86
|
-
compass-core (1.0.
|
87
|
+
compass-core (1.0.3)
|
87
88
|
multi_json (~> 1.0)
|
88
89
|
sass (>= 3.3.0, < 3.5)
|
89
90
|
compass-import-once (1.0.5)
|
@@ -94,12 +95,13 @@ GEM
|
|
94
95
|
sprockets (< 2.13)
|
95
96
|
daemons (1.1.9)
|
96
97
|
database_cleaner (1.3.0)
|
97
|
-
delocalize (0.
|
98
|
+
delocalize (0.4.0)
|
99
|
+
rails (>= 3.0)
|
98
100
|
diff-lcs (1.2.5)
|
99
101
|
erubis (2.7.0)
|
100
|
-
eventmachine (1.0.
|
101
|
-
eventmachine (1.0.
|
102
|
-
execjs (2.
|
102
|
+
eventmachine (1.0.7)
|
103
|
+
eventmachine (1.0.7-java)
|
104
|
+
execjs (2.3.0)
|
103
105
|
ffi (1.9.6)
|
104
106
|
ffi (1.9.6-java)
|
105
107
|
haml (4.0.6)
|
@@ -132,9 +134,9 @@ GEM
|
|
132
134
|
mini_portile (0.6.2)
|
133
135
|
multi_json (1.10.1)
|
134
136
|
mysql (2.9.1)
|
135
|
-
nokogiri (1.6.
|
137
|
+
nokogiri (1.6.6.2)
|
136
138
|
mini_portile (~> 0.6.0)
|
137
|
-
nokogiri (1.6.
|
139
|
+
nokogiri (1.6.6.2-java)
|
138
140
|
orm_adapter (0.5.0)
|
139
141
|
poltergeist (1.5.1)
|
140
142
|
capybara (~> 2.1)
|
@@ -197,7 +199,7 @@ GEM
|
|
197
199
|
rspec-mocks (~> 3.0.0)
|
198
200
|
rspec-support (~> 3.0.0)
|
199
201
|
rspec-support (3.0.4)
|
200
|
-
sass (3.4.
|
202
|
+
sass (3.4.11)
|
201
203
|
sass-rails (3.2.6)
|
202
204
|
railties (~> 3.2.0)
|
203
205
|
sass (>= 3.1.10)
|
@@ -210,7 +212,7 @@ GEM
|
|
210
212
|
multi_json (~> 1.0)
|
211
213
|
rack (~> 1.0)
|
212
214
|
tilt (~> 1.1, != 1.3.0)
|
213
|
-
stringex (1.
|
215
|
+
stringex (1.5.1)
|
214
216
|
therubyracer (0.12.1)
|
215
217
|
libv8 (~> 3.16.14.0)
|
216
218
|
ref
|
@@ -223,8 +225,8 @@ GEM
|
|
223
225
|
treetop (1.4.15)
|
224
226
|
polyglot
|
225
227
|
polyglot (>= 0.3.1)
|
226
|
-
tzinfo (0.3.
|
227
|
-
uglifier (2.
|
228
|
+
tzinfo (0.3.43)
|
229
|
+
uglifier (2.7.0)
|
228
230
|
execjs (>= 0.3.0)
|
229
231
|
json (>= 1.8.0)
|
230
232
|
websocket-driver (0.5.1)
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
## Welcome to TrustyCMS
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/trusty-cms.svg)](http://badge.fury.io/rb/trusty-cms)
|
4
|
+
|
3
5
|
Trusty is a branch of the venerable Radiant CMS. Its goal is to pull the Radiant framework into Rails 3 with minimal changes to its infrastructure. Most of what is below is derived from the original Radiant CMS readme.
|
4
6
|
|
5
7
|
TrustyCms is a no-fluff, open source content management system designed for
|
data/lib/trusty_cms.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.28
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TrustyCms CMS dev team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tzinfo
|