yard_klippstein_template 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,8 +17,6 @@ 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
22
20
  templates/default/module/setup.rb
23
21
  lib/yard_klippstein_template.rb
24
22
 
@@ -1,11 +1,10 @@
1
1
 
2
2
  def init
3
- sections :project_header, :header, :box_info, :children, :pre_docstring, T('docstring'),
3
+ sections :header, :box_info, :children, :pre_docstring, T('docstring'),
4
4
  :attribute_summary, [:item_summary], :inherited_attributes,
5
5
  :method_summary, [:item_summary], :inherited_methods,
6
6
  :constant_summary, [T('docstring')], :inherited_constants,
7
7
  :methodmissing, [T('method_details')],
8
8
  :attribute_details, [T('method_details')],
9
- :method_details_list, [T('method_details')],
10
- :project_footer
9
+ :method_details_list, [T('method_details')]
11
10
  end
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module YardKlippsteinTemplate
3
3
 
4
- VERSION = '0.0.33'
4
+ VERSION = '0.0.34'
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.33
4
+ version: 0.0.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,8 +106,6 @@ 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
111
109
  - templates/default/module/setup.rb
112
110
  - lib/yard_klippstein_template.rb
113
111
  homepage: http://bklippstein.github.com/yard_klippstein_template/index.html
@@ -1,3 +0,0 @@
1
- <div id="project-footer">
2
- Project Footer M
3
- </div>
@@ -1,3 +0,0 @@
1
- <div id="project-header">
2
- Project Header M
3
- </div>