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 %>#{Ecm::Cms::Configuration.site_title} - #{record.title}<% end %>"
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
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Cms
3
- VERSION = "0.0.7.pre"
3
+ VERSION = "0.0.8.pre"
4
4
  end
5
5
  end
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: 961915992
4
+ hash: 961916004
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
9
+ - 8
10
10
  - pre
11
- version: 0.0.7.pre
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: 2012-12-11 00:00:00 Z
19
+ date: 2013-01-14 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails