ecm_cms 0.0.7.pre → 0.0.8.pre
Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module Ecm
|
|
15
15
|
else
|
16
16
|
source = record.body
|
17
17
|
end
|
18
|
-
content_for_title = "<% content_for :title do %>#{
|
18
|
+
content_for_title = "<% content_for :title do %>#{record.title}<% end %>"
|
19
19
|
content_for_meta_description = "<% content_for :meta_description do %>#{record.meta_description}<% end %>"
|
20
20
|
source << content_for_title << content_for_meta_description
|
21
21
|
end
|
data/lib/ecm/cms/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ecm_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 961916004
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
9
|
+
- 8
|
10
10
|
- pre
|
11
|
-
version: 0.0.
|
11
|
+
version: 0.0.8.pre
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Roberto Vasquez Angel
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date:
|
19
|
+
date: 2013-01-14 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|