yard_klippstein_template 0.0.23 → 0.0.24

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
@@ -10,5 +10,6 @@ templates/default/fulldoc/html/js/klippstein.js
10
10
  templates/default/layout/html/setup.rb
11
11
  templates/default/layout/html/footer.erb
12
12
  templates/default/module/html/item_summary.erb
13
+ templates/default/module/setup.rb
13
14
  lib/yard_klippstein_template.rb
14
15
 
@@ -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
@@ -1,7 +1,7 @@
1
1
 
2
2
  module YardKlippsteinTemplate
3
3
 
4
- VERSION = '0.0.23'
4
+ VERSION = '0.0.24'
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.23
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: []