yard_klippstein_template 0.0.23 → 0.0.24
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/module/setup.rb +10 -0
- data/version.rb +1 -1
- metadata +2 -1
data/Manifest.txt
CHANGED
@@ -0,0 +1,10 @@
|
|
1
|
+
|
2
|
+
def init
|
3
|
+
sections :header, :box_info, :pre_docstring, T('docstring'), :children,
|
4
|
+
:attribute_summary, [:item_summary], :inherited_attributes,
|
5
|
+
:method_summary, [:item_summary], :inherited_methods,
|
6
|
+
:constant_summary, [T('docstring')], :inherited_constants,
|
7
|
+
:methodmissing, [T('method_details')],
|
8
|
+
:attribute_details, [T('method_details')],
|
9
|
+
:method_details_list, [T('method_details')]
|
10
|
+
end
|
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.24
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -99,6 +99,7 @@ files:
|
|
99
99
|
- templates/default/layout/html/setup.rb
|
100
100
|
- templates/default/layout/html/footer.erb
|
101
101
|
- templates/default/module/html/item_summary.erb
|
102
|
+
- templates/default/module/setup.rb
|
102
103
|
- lib/yard_klippstein_template.rb
|
103
104
|
homepage: http://bklippstein.github.com/yard_klippstein_template/index.html
|
104
105
|
licenses: []
|