caboose-cms 0.4.106 → 0.4.108
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.
- checksums.yaml +8 -8
- data/app/models/caboose/page.rb +1 -1
- data/lib/caboose/version.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
|
+
N2IzMjhmNzliOTI2YTc4ZWVmMTQzNmM0OTFkYThhNDBjYzA3NmJhMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTUyNzBmZWYzNmExMDUyYWViNGI1MWM4NzZmYTNjNWY2NzMzOTg0OQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTBkYmZiOTk5NzA3MjAzNWY4YWE3YmQ3M2YxNGUwZWE2MjI5ZmViZmQwMWIw
|
|
10
|
+
ZTMwZmU5MDM3ZDlkYjNlOThkNjNhM2ZiZGFiZGVkMDZlNTE0ZjhlZTAyZWEx
|
|
11
|
+
NDJhZDMxZDZhYTIzMmM3ZWQ1NDY5OTJhNWVmNTZkMDliNGNiOTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
N2NhMDY1ZjVjNjJkYjExZGYyNzM5YWM0MzhjNDcwODNkYmRiMzc2ZmYzY2Yy
|
|
14
|
+
MmUzNDQzZTBmMTdhZTBkY2VkMzA2YTIxZGE4MDNlZGRjNzVlYzkwMDlmMDE4
|
|
15
|
+
ZTFmODljNjM4Yzg4ODdlZjVjYjNhZjJjMTM5MmY2OWNjMWNjMzI=
|
data/app/models/caboose/page.rb
CHANGED
|
@@ -345,7 +345,7 @@ class Caboose::Page < ActiveRecord::Base
|
|
|
345
345
|
def head_title
|
|
346
346
|
str = ""
|
|
347
347
|
str << "#{self.title} | " if !self.title.nil? && self.title.strip.length > 0
|
|
348
|
-
str << self.site.description
|
|
348
|
+
str << self.site.description if self.site && self.site.description
|
|
349
349
|
end
|
|
350
350
|
|
|
351
351
|
end
|
data/lib/caboose/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caboose-cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.108
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Barry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|