webficient-browsercms 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  <% page_title @page.page_title -%>
2
- <% content_for :html_head, stylesheet_link_tag('cms/content_editor') -%>
3
2
  <% if @show_toolbar -%>
3
+ <% content_for :html_head, stylesheet_link_tag('cms/content_editor') -%>
4
4
  <% flash.keep -%>
5
5
  <iframe src="<%=h cms_toolbar_path(:page_id => @page.id, :page_version => @page.version, :mode => @mode, :page_toolbar => @show_page_toolbar ? 1 : 0) %>" width="100%" height="<%= @show_page_toolbar ? 159 : 100 %>px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" name="cms_toolbar"></iframe>
6
6
  <% end -%>
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{browsercms}
8
- s.version = "3.0.3"
8
+ s.version = "3.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["BrowserMedia", "Webficient"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webficient-browsercms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BrowserMedia
@@ -1246,7 +1246,6 @@ files:
1246
1246
  - README.markdown
1247
1247
  has_rdoc: false
1248
1248
  homepage: http://www.browsercms.org
1249
- licenses:
1250
1249
  post_install_message:
1251
1250
  rdoc_options:
1252
1251
  - --charset=UTF-8
@@ -1267,7 +1266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1267
1266
  requirements: []
1268
1267
 
1269
1268
  rubyforge_project: browsercms
1270
- rubygems_version: 1.3.5
1269
+ rubygems_version: 1.2.0
1271
1270
  signing_key:
1272
1271
  specification_version: 3
1273
1272
  summary: BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails.