masterview_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.
Files changed (1) hide show
  1. metadata +13 -13
metadata CHANGED
@@ -3,8 +3,8 @@ 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.3
7
- date: 2006-05-29 00:00:00 -05:00
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 Generator for GEM
9
9
  require_paths:
10
10
  - .
@@ -29,25 +29,25 @@ authors:
29
29
  - Jeff Barczewski
30
30
  files:
31
31
  - masterview_generator.rb
32
+ - templates/show_only_destroy.css
33
+ - templates/show_only_new.css
32
34
  - templates/controller.rb
33
- - templates/mvpreview.js
34
35
  - templates/helper.rb
35
- - templates/layout.rhtml
36
36
  - templates/sidebox.css
37
37
  - templates/list_head_scaffold.rhtml
38
- - templates/functional_test.rb
39
38
  - templates/color-scheme.css
40
- - templates/show_scaffold.rhtml
41
39
  - templates/style.css
42
- - templates/list_line_scaffold.rhtml
43
- - templates/form_scaffold.rhtml
44
- - templates/masterview.rhtml
45
40
  - templates/fields_scaffold.rhtml
46
- - templates/show_only_edit.css
47
- - templates/show_only_new.css
48
- - templates/show_only_show.css
41
+ - templates/form_scaffold.rhtml
42
+ - templates/mvpreview.js
43
+ - templates/layout.rhtml
44
+ - templates/list_line_scaffold.rhtml
49
45
  - templates/show_only_list.css
50
- - templates/show_only_destroy.css
46
+ - templates/functional_test.rb
47
+ - templates/show_scaffold.rhtml
48
+ - templates/show_only_show.css
49
+ - templates/show_only_edit.css
50
+ - templates/masterview.rhtml
51
51
  - Rakefile
52
52
  - USAGE
53
53
  test_files: []