yard_klippstein_template 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -4,6 +4,7 @@ Manifest.txt
4
4
  Rakefile.rb
5
5
  README.rdoc
6
6
  version.rb
7
+ templates/default/class/html/subclasses.erb
7
8
  templates/default/fulldoc/html/css/klippstein.css
8
9
  templates/default/fulldoc/html/js/klippstein.js
9
10
  templates/default/fulldoc/html/full_list_method.erb
@@ -0,0 +1,4 @@
1
+ <div id="subclasses">
2
+ <dt class="r1">Subclasses:</dt>
3
+ <dd class="r1"><%= @subclasses.map {|name, child| linkify(child, name) }.join(", ") %></dd>
4
+ </div>
@@ -1,6 +1,6 @@
1
1
 
2
2
  def init
3
- sections :header, :box_info, :pre_docstring, T('docstring'), :children,
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,
data/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module YardKlippsteinTemplate
3
3
 
4
- VERSION = '0.0.26'
4
+ VERSION = '0.0.27'
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.26
4
+ version: 0.0.27
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -93,6 +93,7 @@ files:
93
93
  - Rakefile.rb
94
94
  - README.rdoc
95
95
  - version.rb
96
+ - templates/default/class/html/subclasses.erb
96
97
  - templates/default/fulldoc/html/css/klippstein.css
97
98
  - templates/default/fulldoc/html/js/klippstein.js
98
99
  - templates/default/fulldoc/html/full_list_method.erb