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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmNhM2FkMGQ1YjM4MjI4OGI4NjI3NmRhYWM0YWU1ZWY5NGY1OTgxMg==
4
+ ZGMzMzU5YWMwZTcxMGM2YjhjYzEyYzQ0MmNhMDE3MDZmN2MwYWUwNQ==
5
5
  data.tar.gz: !binary |-
6
- OGRhYTM0ZGIyNDYxZGRiOTE0YjI1MzY1ZjVmMWZlMGY3Nzg3ODIwMA==
6
+ MGZmMTc0NjgwYmFmZDRiZmU3MmE0OGU2NjI4N2M4MjljMjRiMjRkYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDAxOWM3MDZjZmExYWM1MDU1ODEyNjEyODk1MTYwYmQzOGZmNTE4NjEzZjNm
10
- ZjI1YzljZGIzYzA0ZGZkMGE5MDEyYTIyMjhiOWM0MzNiMjY4ODI0MzVkY2I3
11
- OWIwMDU1MDZjOGZjZTk4ODU2YmU3NjQwZTRiZjgxYmFmMjJmYTc=
9
+ NjQ2YmVkZGYzMmM5OGNlMTc5ZWQ5OTFiYTBiNjU3NGM5MWNhZTZhNGZhZDEy
10
+ Yzc0NzZjYjc1NGM5Mjg0OTk3YTk5ZDkyZWM0YjZiZWVkMzgwMjUxZThkZTk2
11
+ OWE1NDIxOTg2NTg3NTljMWE0NDE3MmM5NGNkMjJkNDhmOTEzM2Q=
12
12
  data.tar.gz: !binary |-
13
- MGVlMDZlM2QxYjlmMWIxZmI4ZmMyNmRhZDIyNjc5M2QwMzY1Yzc4MGVmYmZh
14
- NDc5ZWI1OGU5YjA0YjRkMDEwZDZlOTlmMmFhMjQ0YWY2MDNjNTQyZjQwMWY1
15
- NTM3MzJjOWYzMjRjNGIwNTBmYmQ5MmQ2ODgwNzliZDFmNWVmMmY=
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.26)
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.6)
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.1)
80
+ compass (1.0.3)
80
81
  chunky_png (~> 1.2)
81
- compass-core (~> 1.0.1)
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.1)
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.2.6)
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.4)
101
- eventmachine (1.0.4-java)
102
- execjs (2.2.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.5)
137
+ nokogiri (1.6.6.2)
136
138
  mini_portile (~> 0.6.0)
137
- nokogiri (1.6.5-java)
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.9)
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.3.3)
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.42)
227
- uglifier (2.6.1)
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
@@ -32,3 +32,6 @@
32
32
 
33
33
  // Deprecated
34
34
  @import "partials/deprecated";
35
+
36
+ // Font Awesome
37
+ @import "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
data/lib/trusty_cms.rb CHANGED
@@ -5,7 +5,7 @@ unless defined? TrustyCms::Version
5
5
  module Version
6
6
  Major = '1'
7
7
  Minor = '1'
8
- Tiny = '27'
8
+ Tiny = '28'
9
9
  Patch = nil # set to nil for normal release
10
10
 
11
11
  class << self
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.27
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-01-28 00:00:00.000000000 Z
11
+ date: 2015-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo