bard 0.9.7 → 0.9.8

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.7
1
+ 0.9.8
data/bard.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.9.7"
8
+ s.version = "0.9.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micah Geisel", "Nick Hogle"]
@@ -21,6 +21,11 @@ end
21
21
  rake "adva:install:core -R vendor/adva/engines/adva_cms/lib/tasks"
22
22
  rake "adva:assets:install"
23
23
 
24
+ # Use application layout in CMS
25
+ inside "app/views/layouts" do
26
+ run "ln -s application.html.haml default.html.haml"
27
+ end
28
+
24
29
  # Install FCKEditor plugin
25
30
  rake "adva:install plugins=adva_fckeditor"
26
31
  file "config/initializers/fckeditor.rb", <<-src
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 7
9
- version: 0.9.7
8
+ - 8
9
+ version: 0.9.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micah Geisel