mattock 0.2.8 → 0.2.9
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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<% if options[:readme] == options[:file] and !object[:tasklibs].nil? %>
|
|
2
|
+
<h2>Mattock Tasklibs Defined</h2>
|
|
3
|
+
<ul>
|
|
4
|
+
<% object[:tasklibs].uniq.each do |tasklib| %>
|
|
5
|
+
<li><%= link_object(tasklib) %></li>
|
|
6
|
+
<% end %>
|
|
7
|
+
</ul>
|
|
8
|
+
|
|
9
|
+
For more information about Mattock, check out <a href="https://rubygems.org/gems/mattock">the page on Rubygems</a> or <a href="http://nyarly.github.com/mattock/">the documentation on github</a>
|
|
10
|
+
<%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.
|
|
5
|
+
version: 0.2.9
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Judson Lester
|
|
@@ -64,6 +64,8 @@ files:
|
|
|
64
64
|
- yard_templates/default/module/html/setting_summary.erb
|
|
65
65
|
- yard_templates/default/module/html/settings.erb
|
|
66
66
|
- yard_templates/default/module/html/task_definition.erb
|
|
67
|
+
- yard_templates/default/layout/html/setup.rb
|
|
68
|
+
- yard_templates/default/layout/html/tasklib_list.erb
|
|
67
69
|
- lib/mattock/command-line.rb
|
|
68
70
|
- lib/mattock/command-task.rb
|
|
69
71
|
- lib/mattock/testing/rake-example-group.rb
|
|
@@ -96,7 +98,7 @@ rdoc_options:
|
|
|
96
98
|
- --main
|
|
97
99
|
- doc/README
|
|
98
100
|
- --title
|
|
99
|
-
- mattock-0.2.
|
|
101
|
+
- mattock-0.2.9 RDoc
|
|
100
102
|
require_paths:
|
|
101
103
|
- lib/
|
|
102
104
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -104,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
106
|
requirements:
|
|
105
107
|
- - ">="
|
|
106
108
|
- !ruby/object:Gem::Version
|
|
107
|
-
hash:
|
|
109
|
+
hash: 927991119
|
|
108
110
|
segments:
|
|
109
111
|
- 0
|
|
110
112
|
version: "0"
|