mattock 0.2.3 → 0.2.4

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/doc/_index.html CHANGED
@@ -426,7 +426,7 @@
426
426
  </div>
427
427
 
428
428
  <div id="footer">
429
- Generated on Tue Mar 6 02:47:28 2012 by
429
+ Generated on Tue Mar 6 03:09:40 2012 by
430
430
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
431
431
  0.7.5 (ruby-1.9.2).
432
432
  </div>
data/doc/file.README.html CHANGED
@@ -98,7 +98,7 @@ templates based on the object it&#39;s included into.</p>
98
98
  </div></div>
99
99
 
100
100
  <div id="footer">
101
- Generated on Tue Mar 6 02:47:28 2012 by
101
+ Generated on Tue Mar 6 03:09:40 2012 by
102
102
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
103
103
  0.7.5 (ruby-1.9.2).
104
104
  </div>
data/doc/index.html CHANGED
@@ -98,7 +98,7 @@ templates based on the object it&#39;s included into.</p>
98
98
  </div></div>
99
99
 
100
100
  <div id="footer">
101
- Generated on Tue Mar 6 02:47:28 2012 by
101
+ Generated on Tue Mar 6 03:09:40 2012 by
102
102
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
103
103
  0.7.5 (ruby-1.9.2).
104
104
  </div>
@@ -0,0 +1,4 @@
1
+ <% if object[:task_definition] %>
2
+ <h2>Rake Tasks Defined</h2>
3
+ <%= html_markup_ruby object[:task_definition].source %>
4
+ <% end %>
@@ -1,5 +1,7 @@
1
1
  def init
2
2
  super
3
+ require 'ruby-debug'; debugger
4
+
3
5
  sections.place(:task_definition).after(T('docstring'))
4
6
  sections.place(:settings, [:setting_summary]).before(:attribute_summary)
5
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mattock
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.3
5
+ version: 0.2.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Judson Lester
@@ -168,6 +168,7 @@ files:
168
168
  - yard_templates/default/module/setup.rb
169
169
  - yard_templates/default/module/html/setting_summary.erb
170
170
  - yard_templates/default/module/html/settings.erb
171
+ - yard_templates/default/module/html/task_definition.erb
171
172
  - lib/mattock/command-line.rb
172
173
  - lib/mattock/command-task.rb
173
174
  - lib/mattock/testing/rake-example-group.rb
@@ -305,7 +306,7 @@ rdoc_options:
305
306
  - --main
306
307
  - doc/README
307
308
  - --title
308
- - mattock-0.2.3 RDoc
309
+ - mattock-0.2.4 RDoc
309
310
  require_paths:
310
311
  - lib/
311
312
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -313,7 +314,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
313
314
  requirements:
314
315
  - - ">="
315
316
  - !ruby/object:Gem::Version
316
- hash: 1069203247
317
+ hash: -885509203
317
318
  segments:
318
319
  - 0
319
320
  version: "0"