imagine_cms 3.0.10 → 3.0.11
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.
@@ -364,7 +364,7 @@ module Cms # :nodoc:
|
|
364
364
|
template_content.gsub!(/<(%.*?\%x\s?\[.*?\s*%)>/, '<\1>')
|
365
365
|
template_content.gsub!(/<(%.*?\`.*?\s*%)>/, '<\1>')
|
366
366
|
|
367
|
-
|
367
|
+
silence do
|
368
368
|
template_content = render_to_string(:inline => template_content,
|
369
369
|
:locals => { :page => page, :safe_level => 0 })
|
370
370
|
end
|
@@ -374,7 +374,7 @@ module Cms # :nodoc:
|
|
374
374
|
template_content.gsub!(/<(%.*?\%x\s?\[.*?\s*%)>/, '<\1>')
|
375
375
|
template_content.gsub!(/<(%.*?\`.*?\s*%)>/, '<\1>')
|
376
376
|
|
377
|
-
|
377
|
+
silence do
|
378
378
|
template_content = render_to_string(:inline => template_content,
|
379
379
|
:layout => 'application',
|
380
380
|
:locals => { :page => page })
|
data/lib/imagine_cms/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: imagine_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-03-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|