masterview_plugin_generator 0.1.3 → 0.1.5
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/templates/init.rb +1 -0
- metadata +3 -3
data/templates/init.rb
CHANGED
@@ -34,6 +34,7 @@ require 'masterview'
|
|
34
34
|
|
35
35
|
module ::MasterView
|
36
36
|
#override any constants here, see masterview.rb for more
|
37
|
+
#Note that you may also put your override configuration in vendor/plugins/masterview/user.rb and user_development.rb, user_test.rb, ...
|
37
38
|
#DefaultDirectiveLoadPaths.push File.join( File.dirname(__FILE__), 'directives') #uncomment if you want to add a local directives dir
|
38
39
|
#DefaultParserOptions = { :tidy => false, :escape_erb => true }
|
39
40
|
#TidyPath = '/usr/lib/libtidy.so'
|
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.1.
|
7
|
-
date: 2006-05-
|
6
|
+
version: 0.1.5
|
7
|
+
date: 2006-05-31 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
|
- .
|
@@ -29,9 +29,9 @@ authors:
|
|
29
29
|
- Jeff Barczewski
|
30
30
|
files:
|
31
31
|
- masterview_plugin_generator.rb
|
32
|
+
- templates/masterview.rake
|
32
33
|
- templates/empty.rhtml
|
33
34
|
- templates/init.rb
|
34
|
-
- templates/masterview.rake
|
35
35
|
- Rakefile
|
36
36
|
test_files: []
|
37
37
|
|