masterview_generator 0.1.2 → 0.1.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/masterview_generator.rb +9 -9
- metadata +1 -1
data/masterview_generator.rb
CHANGED
@@ -468,17 +468,17 @@ class MasterviewGenerator < Rails::Generator::NamedBase
|
|
468
468
|
end
|
469
469
|
|
470
470
|
|
471
|
-
m.
|
472
|
-
m.
|
473
|
-
m.
|
471
|
+
m.file 'style.css', 'public/stylesheets/scaffold.css'
|
472
|
+
m.file 'sidebox.css', 'public/stylesheets/sidebox.css'
|
473
|
+
m.file 'color-scheme.css', 'public/stylesheets/color-scheme.css'
|
474
474
|
|
475
475
|
# design time files
|
476
|
-
m.
|
477
|
-
m.
|
478
|
-
m.
|
479
|
-
m.
|
480
|
-
m.
|
481
|
-
m.
|
476
|
+
m.file 'mvpreview.js', 'app/views/masterview/extra/mvpreview.js'
|
477
|
+
m.file 'show_only_new.css', 'app/views/masterview/extra/show_only_new.css'
|
478
|
+
m.file 'show_only_edit.css', 'app/views/masterview/extra/show_only_edit.css'
|
479
|
+
m.file 'show_only_show.css', 'app/views/masterview/extra/show_only_show.css'
|
480
|
+
m.file 'show_only_list.css', 'app/views/masterview/extra/show_only_list.css'
|
481
|
+
m.file 'show_only_destroy.css', 'app/views/masterview/extra/show_only_destroy.css'
|
482
482
|
|
483
483
|
|
484
484
|
end
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: masterview_generator
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.1.
|
6
|
+
version: 0.1.3
|
7
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 Generator for GEM
|
9
9
|
require_paths:
|