masterview_plugin_generator 0.2.2 → 0.2.3
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/development.rb +2 -2
- metadata +2 -2
data/templates/development.rb
CHANGED
@@ -14,8 +14,8 @@
|
|
14
14
|
#config.reparse_changed_masterview_templates = true
|
15
15
|
|
16
16
|
# Rails application options that you might want to enable for development
|
17
|
-
#config.enable_admin_pages =
|
18
|
-
#config.enable_view_rhtml =
|
17
|
+
#config.enable_admin_pages = true
|
18
|
+
#config.enable_view_rhtml = true
|
19
19
|
|
20
20
|
# Sample of how you might want to modify logging config for development
|
21
21
|
#config.log_level = 'WARN'
|
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.3
|
7
|
+
date: 2006-07-05 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
|
- .
|