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 +1 -0
- data/templates/default/class/html/subclasses.erb +4 -0
- data/templates/default/module/setup.rb +1 -1
- data/version.rb +1 -1
- metadata +2 -1
data/Manifest.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
def init
|
3
|
-
sections :header, :box_info, :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,
|
data/version.rb
CHANGED
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.
|
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
|