masterview_plugin_generator 0.2.4 → 0.2.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/masterview.rake +1 -1
- data/templates/settings.rb +1 -1
- metadata +2 -2
data/templates/masterview.rake
CHANGED
@@ -99,7 +99,7 @@ namespace :mv do
|
|
99
99
|
rhtml_file = ENV['RHTML']
|
100
100
|
|
101
101
|
# make sure they are parsed
|
102
|
-
string_hash_mio_tree = MasterView::StringHashMIOTree.new
|
102
|
+
string_hash_mio_tree = MasterView::StringHashMIOTree.new( {}, MasterView::LoadedConfiguration.generated_file_default_extension )
|
103
103
|
MasterView::IOMgr.template.find(:pattern => MasterView::TemplateFilenamePattern ) do |mio|
|
104
104
|
MasterView::Parser.parse_mio(mio, string_hash_mio_tree)
|
105
105
|
end
|
data/templates/settings.rb
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
#config.handle_parse_exceptions = true
|
45
45
|
#config.default_parser_options = { :tidy => false, :escape_erb => true }
|
46
46
|
#config.tidy_path = '/usr/lib/libtidy.so' # *nix
|
47
|
-
#config.tidy_path = 'tidy.
|
47
|
+
#config.tidy_path = 'c:/tidy/lib/tidy.dll' # Win32
|
48
48
|
#config.namespace_prefix = 'mv:'
|
49
49
|
#config.inline_erb_start = '{{{'
|
50
50
|
#config.inline_erb_end = '}}}'
|
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.2.
|
7
|
-
date: 2006-
|
6
|
+
version: 0.2.5
|
7
|
+
date: 2006-08-19 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
|
- .
|