yard_klippstein_template 0.0.32 → 0.0.33

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/Manifest.txt CHANGED
@@ -17,6 +17,8 @@ templates/default/layout/html/setup.rb
17
17
  templates/default/module/html/box_info.erb
18
18
  templates/default/module/html/children.erb
19
19
  templates/default/module/html/item_summary.erb
20
+ templates/default/module/html/project_footer.erb
21
+ templates/default/module/html/project_header.erb
20
22
  templates/default/module/setup.rb
21
23
  lib/yard_klippstein_template.rb
22
24
 
@@ -1,61 +1,70 @@
1
1
 
2
- body {
3
- margin: 0;
4
- padding: 10px 20px 10px 20px;
5
- }
6
-
7
- #header {
8
- background-color: #EEEEEE;
9
- margin-bottom: 10px;
10
- }
11
-
12
- /* Box */
13
-
14
- #filecontents dl.box, dl.box {
15
- display: table;
16
- border-top: 1px #c6c6c6 dotted;
17
- margin: 0;
18
- padding-left:0px;
19
- width: 100%;
20
- }
21
-
22
- #filecontents div.box-additions dl.box, div.box-additions dl.box {
23
- border-top: none;
24
- }
25
-
26
- #filecontents dl.box div.row, dl.box div.row {
27
- display: table-row;
28
- margin: 0px;
29
- padding: 2px 0px 2px 0px;
30
- line-height:1.5em;
2
+ body {
3
+ margin: 0;
4
+ padding: 0;
31
5
  }
32
6
 
33
- #filecontents dl.box dt, dl.box dt {
34
- display: table-cell;
35
- background: none !important;
36
- border: 0px ;
37
- border-bottom: 1px #c6c6c6 dotted !important;
38
- white-space:nowrap;
39
- font-weight: normal;
40
- padding: 1px 10px;
41
- width: 25%;
42
- overflow: visible;
43
- text-align: left;
44
- float: none;
45
- }
7
+ #header {
8
+ padding: 10px 20px 10px 20px;
9
+ background-color: #EEEEEE;
10
+ margin-bottom: 10px;
11
+ }
46
12
 
47
- #filecontents dl.box dd, dl.box dd {
48
- display: table-cell;
49
- background: none !important;
50
- border: 0px ;
51
- border-bottom: 1px #c6c6c6 dotted !important;
52
- margin:0;
53
- padding: 1px 0px 1px 3px;
54
- float: none;
55
- width: 74%;
56
- }
13
+ #body {
14
+ padding: 0 20px 20px 20px;
15
+ }
57
16
 
58
- /* Headlines */
17
+ /* Box */
18
+
19
+ #filecontents dl.box, dl.box {
20
+ display: table;
21
+ border-top: 1px #c6c6c6 dotted;
22
+ margin: 0;
23
+ padding-left:0px;
24
+ width: 100%;
25
+ }
26
+
27
+ #filecontents div.box-additions dl.box, div.box-additions dl.box {
28
+ border-top: none;
29
+ }
30
+
31
+ #filecontents dl.box div.row, dl.box div.row {
32
+ display: table-row;
33
+ margin: 0px;
34
+ padding: 2px 0px 2px 0px;
35
+ line-height:1.5em;
36
+ }
37
+
38
+ #filecontents dl.box dt, dl.box dt {
39
+ display: table-cell;
40
+ background: none !important;
41
+ border: 0px ;
42
+ border-bottom: 1px #c6c6c6 dotted !important;
43
+ white-space:nowrap;
44
+ font-weight: normal;
45
+ padding: 1px 10px;
46
+ width: 25%;
47
+ overflow: visible;
48
+ text-align: left;
49
+ float: none;
50
+ }
51
+
52
+ #filecontents dl.box dd, dl.box dd {
53
+ display: table-cell;
54
+ background: none !important;
55
+ border: 0px ;
56
+ border-bottom: 1px #c6c6c6 dotted !important;
57
+ margin:0;
58
+ padding: 1px 0px 1px 3px;
59
+ float: none;
60
+ width: 74%;
61
+ }
62
+
63
+ /* Headlines */
64
+
65
+ h1 {
66
+ border-top: none;
67
+ }
59
68
 
60
69
  h2 {
61
70
  margin: 3em 0 0.5em 0;
@@ -1,10 +1,9 @@
1
- <div id="footer">
2
- Generated on <%= Time.now.strftime("%c") %> by
3
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <%= YARD::VERSION %>
4
- with <a href="http://bklippstein.github.com/yard_klippstein_template/index.html"
5
- title="Klippstein Template for Ruby YARD"
6
- target="_parent">
7
- yard_klippstein_template
8
- </a>
1
+ Generated on <%= Time.now.strftime("%c") %> by
2
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <%= YARD::VERSION %>
3
+ with <a href="http://bklippstein.github.com/yard_klippstein_template/index.html"
4
+ title="Klippstein Template for Ruby YARD"
5
+ target="_parent">
6
+ yard_klippstein_template
7
+ </a>
8
+
9
9
 
10
- </div>
@@ -11,11 +11,16 @@
11
11
  <div class="clear"></div>
12
12
  <%= erb(:project_header) %>
13
13
  </div>
14
+
15
+ <div id="body">
16
+ <iframe id="search_frame"></iframe>
17
+ <div id="content"><%= yieldall %></div>
18
+ </div>
14
19
 
15
- <iframe id="search_frame"></iframe>
16
-
17
- <div id="content"><%= yieldall %></div>
18
- <%= erb(:project_footer) %>
19
- <%= erb(:footer) %>
20
+ <div id="footer">
21
+ <%= erb(:project_footer) %>
22
+ <%= erb(:footer) %>
23
+ </div>
24
+
20
25
  </body>
21
26
  </html>
@@ -0,0 +1,3 @@
1
+ <div id="project-footer">
2
+ Project Footer M
3
+ </div>
@@ -0,0 +1,3 @@
1
+ <div id="project-header">
2
+ Project Header M
3
+ </div>
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module YardKlippsteinTemplate
3
3
 
4
- VERSION = '0.0.32'
4
+ VERSION = '0.0.33'
5
5
 
6
6
  end
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard_klippstein_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.32
4
+ version: 0.0.33
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,6 +106,8 @@ files:
106
106
  - templates/default/module/html/box_info.erb
107
107
  - templates/default/module/html/children.erb
108
108
  - templates/default/module/html/item_summary.erb
109
+ - templates/default/module/html/project_footer.erb
110
+ - templates/default/module/html/project_header.erb
109
111
  - templates/default/module/setup.rb
110
112
  - lib/yard_klippstein_template.rb
111
113
  homepage: http://bklippstein.github.com/yard_klippstein_template/index.html