dtf 0.3.5 → 0.3.6
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/README.md +4 -0
- data/doc/AnalysisCase.html +1 -1
- data/doc/CaseTest.html +1 -1
- data/doc/Dtf.html +5 -3
- data/doc/Dtf/Command.html +30 -546
- data/doc/Dtf/Command/CreateUser.html +320 -0
- data/doc/Dtf/Command/CreateVs.html +311 -0
- data/doc/Dtf/Command/DeleteUser.html +354 -0
- data/doc/Dtf/Command/DeleteVs.html +296 -0
- data/doc/Dtf/Command/SetupDtf.html +293 -0
- data/doc/Dtf/ErrorSystem.html +15 -19
- data/doc/Dtf/OptionsParser.html +73 -65
- data/doc/User.html +1 -1
- data/doc/VerificationSuite.html +1 -1
- data/doc/_index.html +48 -2
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +5 -1
- data/doc/index.html +5 -1
- data/doc/method_list.html +61 -13
- data/doc/top-level-namespace.html +1 -1
- data/lib/dtf.rb +4 -3
- data/lib/dtf/version.rb +1 -1
- metadata +6 -1
data/doc/User.html
CHANGED
@@ -125,7 +125,7 @@
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on
|
128
|
+
Generated on Mon Oct 1 20:33:52 2012 by
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
130
|
0.8.2.1 (ruby-1.9.3).
|
131
131
|
</div>
|
data/doc/VerificationSuite.html
CHANGED
@@ -135,7 +135,7 @@ mix-and-match batching.</p>
|
|
135
135
|
</div>
|
136
136
|
|
137
137
|
<div id="footer">
|
138
|
-
Generated on
|
138
|
+
Generated on Mon Oct 1 20:33:52 2012 by
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
140
|
0.8.2.1 (ruby-1.9.3).
|
141
141
|
</div>
|
data/doc/_index.html
CHANGED
@@ -103,12 +103,26 @@
|
|
103
103
|
</li>
|
104
104
|
|
105
105
|
<li>
|
106
|
-
<span class='object_link'><a href="Dtf/Command.html" title="Dtf::Command (
|
106
|
+
<span class='object_link'><a href="Dtf/Command.html" title="Dtf::Command (module)">Command</a></span>
|
107
107
|
|
108
108
|
<small>(Dtf)</small>
|
109
109
|
|
110
110
|
</li>
|
111
111
|
|
112
|
+
<li>
|
113
|
+
<span class='object_link'><a href="Dtf/Command/CreateUser.html" title="Dtf::Command::CreateUser (class)">CreateUser</a></span>
|
114
|
+
|
115
|
+
<small>(Dtf::Command)</small>
|
116
|
+
|
117
|
+
</li>
|
118
|
+
|
119
|
+
<li>
|
120
|
+
<span class='object_link'><a href="Dtf/Command/CreateVs.html" title="Dtf::Command::CreateVs (class)">CreateVs</a></span>
|
121
|
+
|
122
|
+
<small>(Dtf::Command)</small>
|
123
|
+
|
124
|
+
</li>
|
125
|
+
|
112
126
|
</ul>
|
113
127
|
</ul>
|
114
128
|
|
@@ -117,6 +131,20 @@
|
|
117
131
|
<li class="letter">D</li>
|
118
132
|
<ul>
|
119
133
|
|
134
|
+
<li>
|
135
|
+
<span class='object_link'><a href="Dtf/Command/DeleteUser.html" title="Dtf::Command::DeleteUser (class)">DeleteUser</a></span>
|
136
|
+
|
137
|
+
<small>(Dtf::Command)</small>
|
138
|
+
|
139
|
+
</li>
|
140
|
+
|
141
|
+
<li>
|
142
|
+
<span class='object_link'><a href="Dtf/Command/DeleteVs.html" title="Dtf::Command::DeleteVs (class)">DeleteVs</a></span>
|
143
|
+
|
144
|
+
<small>(Dtf::Command)</small>
|
145
|
+
|
146
|
+
</li>
|
147
|
+
|
120
148
|
<li>
|
121
149
|
<span class='object_link'><a href="Dtf.html" title="Dtf (module)">Dtf</a></span>
|
122
150
|
|
@@ -156,6 +184,21 @@
|
|
156
184
|
</ul>
|
157
185
|
|
158
186
|
|
187
|
+
<ul id="alpha_S" class="alpha">
|
188
|
+
<li class="letter">S</li>
|
189
|
+
<ul>
|
190
|
+
|
191
|
+
<li>
|
192
|
+
<span class='object_link'><a href="Dtf/Command/SetupDtf.html" title="Dtf::Command::SetupDtf (class)">SetupDtf</a></span>
|
193
|
+
|
194
|
+
<small>(Dtf::Command)</small>
|
195
|
+
|
196
|
+
</li>
|
197
|
+
|
198
|
+
</ul>
|
199
|
+
</ul>
|
200
|
+
|
201
|
+
|
159
202
|
<ul id="alpha_U" class="alpha">
|
160
203
|
<li class="letter">U</li>
|
161
204
|
<ul>
|
@@ -169,6 +212,9 @@
|
|
169
212
|
</ul>
|
170
213
|
|
171
214
|
|
215
|
+
</td><td valign='top' width="33%">
|
216
|
+
|
217
|
+
|
172
218
|
<ul id="alpha_V" class="alpha">
|
173
219
|
<li class="letter">V</li>
|
174
220
|
<ul>
|
@@ -190,7 +236,7 @@
|
|
190
236
|
</div>
|
191
237
|
|
192
238
|
<div id="footer">
|
193
|
-
Generated on
|
239
|
+
Generated on Mon Oct 1 20:33:52 2012 by
|
194
240
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
195
241
|
0.8.2.1 (ruby-1.9.3).
|
196
242
|
</div>
|
data/doc/class_list.html
CHANGED
@@ -45,7 +45,7 @@
|
|
45
45
|
|
46
46
|
<ul id="full_list" class="class">
|
47
47
|
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
48
|
-
<li><span class='object_link'><a href="AnalysisCase.html" title="AnalysisCase (class)">AnalysisCase</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="CaseTest.html" title="CaseTest (class)">CaseTest</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Dtf.html" title="Dtf (module)">Dtf</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Dtf/Command.html" title="Dtf::Command (class)">Command</a></span> < Object<small class='search_info'>Dtf</small></li><li><span class='object_link'><a href="Dtf/ErrorSystem.html" title="Dtf::ErrorSystem (class)">ErrorSystem</a></span> < Object<small class='search_info'>Dtf</small></li><li><span class='object_link'><a href="Dtf/OptionsParser.html" title="Dtf::OptionsParser (class)">OptionsParser</a></span> < Object<small class='search_info'>Dtf</small></li></ul><li><span class='object_link'><a href="User.html" title="User (class)">User</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="VerificationSuite.html" title="VerificationSuite (class)">VerificationSuite</a></span> < Base<small class='search_info'>Top Level Namespace</small></li>
|
48
|
+
<li><span class='object_link'><a href="AnalysisCase.html" title="AnalysisCase (class)">AnalysisCase</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="CaseTest.html" title="CaseTest (class)">CaseTest</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Dtf.html" title="Dtf (module)">Dtf</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Dtf/Command.html" title="Dtf::Command (module)">Command</a></span><small class='search_info'>Dtf</small></li><ul><li><span class='object_link'><a href="Dtf/Command/CreateUser.html" title="Dtf::Command::CreateUser (class)">CreateUser</a></span> < Object<small class='search_info'>Dtf::Command</small></li><li><span class='object_link'><a href="Dtf/Command/CreateVs.html" title="Dtf::Command::CreateVs (class)">CreateVs</a></span> < Object<small class='search_info'>Dtf::Command</small></li><li><span class='object_link'><a href="Dtf/Command/DeleteUser.html" title="Dtf::Command::DeleteUser (class)">DeleteUser</a></span> < Object<small class='search_info'>Dtf::Command</small></li><li><span class='object_link'><a href="Dtf/Command/DeleteVs.html" title="Dtf::Command::DeleteVs (class)">DeleteVs</a></span> < Object<small class='search_info'>Dtf::Command</small></li><li><span class='object_link'><a href="Dtf/Command/SetupDtf.html" title="Dtf::Command::SetupDtf (class)">SetupDtf</a></span> < Object<small class='search_info'>Dtf::Command</small></li></ul><li><span class='object_link'><a href="Dtf/ErrorSystem.html" title="Dtf::ErrorSystem (class)">ErrorSystem</a></span> < Object<small class='search_info'>Dtf</small></li><li><span class='object_link'><a href="Dtf/OptionsParser.html" title="Dtf::OptionsParser (class)">OptionsParser</a></span> < Object<small class='search_info'>Dtf</small></li></ul><li><span class='object_link'><a href="User.html" title="User (class)">User</a></span> < Base<small class='search_info'>Top Level Namespace</small></li><li><span class='object_link'><a href="VerificationSuite.html" title="VerificationSuite (class)">VerificationSuite</a></span> < Base<small class='search_info'>Top Level Namespace</small></li>
|
49
49
|
|
50
50
|
</ul>
|
51
51
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -243,11 +243,15 @@ Options:
|
|
243
243
|
--help, -h: Show this message
|
244
244
|
</code></pre>
|
245
245
|
|
246
|
+
<p>An unlisted command is 'setup_dtf'. This command is for use by sub-gems in the DTF framework.
|
247
|
+
It copies the thor task from DTF's master gem 'dtf' to the proper directory in the sub-gem, or
|
248
|
+
a project that makes use of the dtf master gem. It is referenced, but not shown here, for that reason.</p>
|
249
|
+
|
246
250
|
<p>Enjoy!</p>
|
247
251
|
</div></div>
|
248
252
|
|
249
253
|
<div id="footer">
|
250
|
-
Generated on
|
254
|
+
Generated on Mon Oct 1 20:33:52 2012 by
|
251
255
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
252
256
|
0.8.2.1 (ruby-1.9.3).
|
253
257
|
</div>
|
data/doc/index.html
CHANGED
@@ -243,11 +243,15 @@ Options:
|
|
243
243
|
--help, -h: Show this message
|
244
244
|
</code></pre>
|
245
245
|
|
246
|
+
<p>An unlisted command is 'setup_dtf'. This command is for use by sub-gems in the DTF framework.
|
247
|
+
It copies the thor task from DTF's master gem 'dtf' to the proper directory in the sub-gem, or
|
248
|
+
a project that makes use of the dtf master gem. It is referenced, but not shown here, for that reason.</p>
|
249
|
+
|
246
250
|
<p>Enjoy!</p>
|
247
251
|
</div></div>
|
248
252
|
|
249
253
|
<div id="footer">
|
250
|
-
Generated on
|
254
|
+
Generated on Mon Oct 1 20:33:52 2012 by
|
251
255
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
252
256
|
0.8.2.1 (ruby-1.9.3).
|
253
257
|
</div>
|
data/doc/method_list.html
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
|
48
48
|
|
49
49
|
<li class="r1 ">
|
50
|
-
<span class='object_link'><a href="Dtf/Command.html#
|
50
|
+
<span class='object_link'><a href="Dtf/Command.html#create_cmd-class_method" title="Dtf::Command.create_cmd (method)">create_cmd</a></span>
|
51
51
|
|
52
52
|
<small>Dtf::Command</small>
|
53
53
|
|
@@ -55,49 +55,97 @@
|
|
55
55
|
|
56
56
|
|
57
57
|
<li class="r2 ">
|
58
|
-
<span class='object_link'><a href="Dtf/
|
58
|
+
<span class='object_link'><a href="Dtf/ErrorSystem.html#display_errors-class_method" title="Dtf::ErrorSystem.display_errors (method)">display_errors</a></span>
|
59
59
|
|
60
|
-
<small>Dtf::
|
60
|
+
<small>Dtf::ErrorSystem</small>
|
61
61
|
|
62
62
|
</li>
|
63
63
|
|
64
64
|
|
65
65
|
<li class="r1 ">
|
66
|
-
<span class='object_link'><a href="Dtf/Command.html#
|
66
|
+
<span class='object_link'><a href="Dtf/Command/SetupDtf.html#execute-instance_method" title="Dtf::Command::SetupDtf#execute (method)">#execute</a></span>
|
67
67
|
|
68
|
-
<small>Dtf::Command</small>
|
68
|
+
<small>Dtf::Command::SetupDtf</small>
|
69
69
|
|
70
70
|
</li>
|
71
71
|
|
72
72
|
|
73
73
|
<li class="r2 ">
|
74
|
-
<span class='object_link'><a href="Dtf/Command.html#
|
74
|
+
<span class='object_link'><a href="Dtf/Command/DeleteUser.html#execute-instance_method" title="Dtf::Command::DeleteUser#execute (method)">#execute</a></span>
|
75
75
|
|
76
|
-
<small>Dtf::Command</small>
|
76
|
+
<small>Dtf::Command::DeleteUser</small>
|
77
77
|
|
78
78
|
</li>
|
79
79
|
|
80
80
|
|
81
81
|
<li class="r1 ">
|
82
|
-
<span class='object_link'><a href="Dtf/
|
82
|
+
<span class='object_link'><a href="Dtf/Command/CreateUser.html#execute-instance_method" title="Dtf::Command::CreateUser#execute (method)">#execute</a></span>
|
83
83
|
|
84
|
-
<small>Dtf::
|
84
|
+
<small>Dtf::Command::CreateUser</small>
|
85
85
|
|
86
86
|
</li>
|
87
87
|
|
88
88
|
|
89
89
|
<li class="r2 ">
|
90
|
-
<span class='object_link'><a href="Dtf/
|
90
|
+
<span class='object_link'><a href="Dtf/Command/CreateVs.html#execute-instance_method" title="Dtf::Command::CreateVs#execute (method)">#execute</a></span>
|
91
91
|
|
92
|
-
<small>Dtf::
|
92
|
+
<small>Dtf::Command::CreateVs</small>
|
93
93
|
|
94
94
|
</li>
|
95
95
|
|
96
96
|
|
97
97
|
<li class="r1 ">
|
98
|
-
<span class='object_link'><a href="Dtf/Command.html#
|
98
|
+
<span class='object_link'><a href="Dtf/Command/DeleteVs.html#execute-instance_method" title="Dtf::Command::DeleteVs#execute (method)">#execute</a></span>
|
99
99
|
|
100
|
-
<small>Dtf::Command</small>
|
100
|
+
<small>Dtf::Command::DeleteVs</small>
|
101
|
+
|
102
|
+
</li>
|
103
|
+
|
104
|
+
|
105
|
+
<li class="r2 ">
|
106
|
+
<span class='object_link'><a href="Dtf/Command/CreateUser.html#initialize-instance_method" title="Dtf::Command::CreateUser#initialize (method)">#initialize</a></span>
|
107
|
+
|
108
|
+
<small>Dtf::Command::CreateUser</small>
|
109
|
+
|
110
|
+
</li>
|
111
|
+
|
112
|
+
|
113
|
+
<li class="r1 ">
|
114
|
+
<span class='object_link'><a href="Dtf/Command/SetupDtf.html#initialize-instance_method" title="Dtf::Command::SetupDtf#initialize (method)">#initialize</a></span>
|
115
|
+
|
116
|
+
<small>Dtf::Command::SetupDtf</small>
|
117
|
+
|
118
|
+
</li>
|
119
|
+
|
120
|
+
|
121
|
+
<li class="r2 ">
|
122
|
+
<span class='object_link'><a href="Dtf/Command/DeleteVs.html#initialize-instance_method" title="Dtf::Command::DeleteVs#initialize (method)">#initialize</a></span>
|
123
|
+
|
124
|
+
<small>Dtf::Command::DeleteVs</small>
|
125
|
+
|
126
|
+
</li>
|
127
|
+
|
128
|
+
|
129
|
+
<li class="r1 ">
|
130
|
+
<span class='object_link'><a href="Dtf/Command/CreateVs.html#initialize-instance_method" title="Dtf::Command::CreateVs#initialize (method)">#initialize</a></span>
|
131
|
+
|
132
|
+
<small>Dtf::Command::CreateVs</small>
|
133
|
+
|
134
|
+
</li>
|
135
|
+
|
136
|
+
|
137
|
+
<li class="r2 ">
|
138
|
+
<span class='object_link'><a href="Dtf/Command/DeleteUser.html#initialize-instance_method" title="Dtf::Command::DeleteUser#initialize (method)">#initialize</a></span>
|
139
|
+
|
140
|
+
<small>Dtf::Command::DeleteUser</small>
|
141
|
+
|
142
|
+
</li>
|
143
|
+
|
144
|
+
|
145
|
+
<li class="r1 ">
|
146
|
+
<span class='object_link'><a href="Dtf/OptionsParser.html#parse_cmds-instance_method" title="Dtf::OptionsParser#parse_cmds (method)">#parse_cmds</a></span>
|
147
|
+
|
148
|
+
<small>Dtf::OptionsParser</small>
|
101
149
|
|
102
150
|
</li>
|
103
151
|
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Mon Oct 1 20:33:52 2012 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.8.2.1 (ruby-1.9.3).
|
111
111
|
</div>
|
data/lib/dtf.rb
CHANGED
@@ -14,8 +14,9 @@ module Dtf
|
|
14
14
|
puts "Please see 'dtf -h' for the list of recognized commands."
|
15
15
|
end
|
16
16
|
|
17
|
-
# Copies
|
18
|
-
#
|
17
|
+
# Copies Thor task(s) into any project which require's the DTF master gem (this gem)
|
18
|
+
# and then calls 'setup_dtf' sub-command.
|
19
|
+
# e.g bundle exec dtf setup_dtf
|
19
20
|
class SetupDtf
|
20
21
|
def initialize(cmd_name, options)
|
21
22
|
@cmd_name = cmd_name
|
@@ -289,4 +290,4 @@ module Dtf
|
|
289
290
|
end
|
290
291
|
end
|
291
292
|
|
292
|
-
end # End of Dtf module
|
293
|
+
end # End of Dtf module
|
data/lib/dtf/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dtf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -302,6 +302,11 @@ files:
|
|
302
302
|
- doc/CaseTest.html
|
303
303
|
- doc/Dtf.html
|
304
304
|
- doc/Dtf/Command.html
|
305
|
+
- doc/Dtf/Command/CreateUser.html
|
306
|
+
- doc/Dtf/Command/CreateVs.html
|
307
|
+
- doc/Dtf/Command/DeleteUser.html
|
308
|
+
- doc/Dtf/Command/DeleteVs.html
|
309
|
+
- doc/Dtf/Command/SetupDtf.html
|
305
310
|
- doc/Dtf/ErrorSystem.html
|
306
311
|
- doc/Dtf/OptionsParser.html
|
307
312
|
- doc/User.html
|