masterview_plugin_generator 0.0.17 → 0.1.0

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.
Files changed (2) hide show
  1. data/templates/init.rb +1 -0
  2. metadata +2 -2
data/templates/init.rb CHANGED
@@ -37,6 +37,7 @@ module ::MasterView
37
37
  #DefaultDirectiveLoadPaths.push File.join( File.dirname(__FILE__), 'directives') #uncomment if you want to add a local directives dir
38
38
  #DefaultParserOptions = { :tidy => false, :escape_erb => true }
39
39
  #TidyPath = '/usr/lib/libtidy.so'
40
+ #EnableMasterViewAdminPages = true
40
41
  end
41
42
 
42
43
  require 'masterview/extras/rails_init.rb'
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: masterview_plugin_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.17
7
- date: 2006-05-04 00:00:00 -05:00
6
+ version: 0.1.0
7
+ date: 2006-05-29 00:00:00 -05:00
8
8
  summary: A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Plugin Generator for GEM
9
9
  require_paths:
10
10
  - .