netlinx-src 0.2.0 → 0.3.0
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/doc/NetLinx.html +2 -2
- data/doc/NetLinx/Rake.html +3 -3
- data/doc/NetLinx/Rake/MkZip.html +1 -1
- data/doc/NetLinx/Rake/Pack.html +1 -1
- data/doc/NetLinx/Rake/RmZip.html +337 -0
- data/doc/NetLinx/Rake/SrcIgnore.html +1 -1
- data/doc/NetLinx/Rake/Unpack.html +1 -1
- data/doc/NetLinx/SRC.html +1 -1
- data/doc/NetLinx/SRC/Package.html +1 -1
- data/doc/_index.html +8 -16
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/file.license.html +1 -1
- data/doc/index.html +2 -2
- data/doc/method_list.html +12 -12
- data/doc/top-level-namespace.html +1 -1
- data/lib/netlinx/rake/src.rb +2 -2
- data/lib/netlinx/rake/src/{delzip.rb → rmzip.rb} +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 060418bd4cd708e59ab544694443d9987791fcf8
|
|
4
|
+
data.tar.gz: 19d674868295894cb7f822b6717c593f91188557
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47224197004b41e1a99ae32e0c62c7795fb6841aa960b39aec522530f427743140bd0989f720d131c2039bbf33ac7ac185afa36419769c9608f541fb519b9fa5
|
|
7
|
+
data.tar.gz: 385718d60b633ec5b6f736eaf1d6cbce31c4f98ae5125d2095012ae068be4bd0ffacb9210eab4eccabfe3c363d983bd782af1fde0bae18f59ed08c29f16f6ba3
|
data/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Generate a default `.srcignore` file in the working directory.
|
|
|
35
35
|
|
|
36
36
|
Create a copy of the `.src` file and append `.zip` so it can be opened in any standard file compression utility.
|
|
37
37
|
|
|
38
|
-
####
|
|
38
|
+
#### rmzip
|
|
39
39
|
|
|
40
40
|
Delete any `.src.zip` files in the working directory.
|
|
41
41
|
|
data/doc/NetLinx.html
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
|
|
81
81
|
<dt class="r1 last">Defined in:</dt>
|
|
82
82
|
<dd class="r1 last">lib/netlinx/src.rb<span class="defines">,<br />
|
|
83
|
-
lib/netlinx/src/package.rb,<br /> lib/netlinx/rake/src/pack.rb,<br /> lib/netlinx/rake/src/
|
|
83
|
+
lib/netlinx/src/package.rb,<br /> lib/netlinx/rake/src/pack.rb,<br /> lib/netlinx/rake/src/rmzip.rb,<br /> lib/netlinx/rake/src/mkzip.rb,<br /> lib/netlinx/rake/src/unpack.rb,<br /> lib/netlinx/rake/src/srcignore.rb</span>
|
|
84
84
|
</dd>
|
|
85
85
|
|
|
86
86
|
</dl>
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
</div>
|
|
120
120
|
|
|
121
121
|
<div id="footer">
|
|
122
|
-
Generated on Mon May 12
|
|
122
|
+
Generated on Mon May 12 12:29:52 2014 by
|
|
123
123
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
124
124
|
0.8.7.4 (ruby-2.0.0).
|
|
125
125
|
</div>
|
data/doc/NetLinx/Rake.html
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
|
|
81
81
|
<dt class="r1 last">Defined in:</dt>
|
|
82
82
|
<dd class="r1 last">lib/netlinx/src.rb<span class="defines">,<br />
|
|
83
|
-
lib/netlinx/rake/src/pack.rb,<br /> lib/netlinx/rake/src/
|
|
83
|
+
lib/netlinx/rake/src/pack.rb,<br /> lib/netlinx/rake/src/rmzip.rb,<br /> lib/netlinx/rake/src/mkzip.rb,<br /> lib/netlinx/rake/src/unpack.rb,<br /> lib/netlinx/rake/src/srcignore.rb</span>
|
|
84
84
|
</dd>
|
|
85
85
|
|
|
86
86
|
</dl>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Rake/
|
|
106
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Rake/MkZip.html" title="NetLinx::Rake::MkZip (class)">MkZip</a></span>, <span class='object_link'><a href="Rake/Pack.html" title="NetLinx::Rake::Pack (class)">Pack</a></span>, <span class='object_link'><a href="Rake/RmZip.html" title="NetLinx::Rake::RmZip (class)">RmZip</a></span>, <span class='object_link'><a href="Rake/SrcIgnore.html" title="NetLinx::Rake::SrcIgnore (class)">SrcIgnore</a></span>, <span class='object_link'><a href="Rake/Unpack.html" title="NetLinx::Rake::Unpack (class)">Unpack</a></span>
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
</p>
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
</div>
|
|
120
120
|
|
|
121
121
|
<div id="footer">
|
|
122
|
-
Generated on Mon May 12
|
|
122
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
123
123
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
124
124
|
0.8.7.4 (ruby-2.0.0).
|
|
125
125
|
</div>
|
data/doc/NetLinx/Rake/MkZip.html
CHANGED
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
</div>
|
|
329
329
|
|
|
330
330
|
<div id="footer">
|
|
331
|
-
Generated on Mon May 12
|
|
331
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
332
332
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
333
333
|
0.8.7.4 (ruby-2.0.0).
|
|
334
334
|
</div>
|
data/doc/NetLinx/Rake/Pack.html
CHANGED
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
</div>
|
|
329
329
|
|
|
330
330
|
<div id="footer">
|
|
331
|
-
Generated on Mon May 12
|
|
331
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
332
332
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
333
333
|
0.8.7.4 (ruby-2.0.0).
|
|
334
334
|
</div>
|
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
+
<title>
|
|
7
|
+
Class: NetLinx::Rake::RmZip
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.8.7.4
|
|
10
|
+
|
|
11
|
+
</title>
|
|
12
|
+
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
|
+
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
|
+
|
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
19
|
+
relpath = '../../';
|
|
20
|
+
framesUrl = "../../frames.html#!NetLinx/Rake/RmZip.html";
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
|
25
|
+
|
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</head>
|
|
30
|
+
<body>
|
|
31
|
+
<div id="header">
|
|
32
|
+
<div id="menu">
|
|
33
|
+
|
|
34
|
+
<a href="../../_index.html">Index (R)</a> »
|
|
35
|
+
<span class='title'><span class='object_link'><a href="../../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span> » <span class='title'><span class='object_link'><a href="../Rake.html" title="NetLinx::Rake (module)">Rake</a></span></span>
|
|
36
|
+
»
|
|
37
|
+
<span class="title">RmZip</span>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<div id="search">
|
|
44
|
+
|
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
|
46
|
+
href="../../class_list.html">
|
|
47
|
+
Class List
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
|
51
|
+
href="../../method_list.html">
|
|
52
|
+
Method List
|
|
53
|
+
</a>
|
|
54
|
+
|
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
|
56
|
+
href="../../file_list.html">
|
|
57
|
+
File List
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
<div class="clear"></div>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<iframe id="search_frame"></iframe>
|
|
65
|
+
|
|
66
|
+
<div id="content"><h1>Class: NetLinx::Rake::RmZip
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</h1>
|
|
71
|
+
|
|
72
|
+
<dl class="box">
|
|
73
|
+
|
|
74
|
+
<dt class="r1">Inherits:</dt>
|
|
75
|
+
<dd class="r1">
|
|
76
|
+
<span class="inheritName">Rake::TaskLib</span>
|
|
77
|
+
|
|
78
|
+
<ul class="fullTree">
|
|
79
|
+
<li>Object</li>
|
|
80
|
+
|
|
81
|
+
<li class="next">Rake::TaskLib</li>
|
|
82
|
+
|
|
83
|
+
<li class="next">NetLinx::Rake::RmZip</li>
|
|
84
|
+
|
|
85
|
+
</ul>
|
|
86
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
87
|
+
|
|
88
|
+
</dd>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
<dt class="r2 last">Defined in:</dt>
|
|
99
|
+
<dd class="r2 last">lib/netlinx/rake/src/rmzip.rb</dd>
|
|
100
|
+
|
|
101
|
+
</dl>
|
|
102
|
+
<div class="clear"></div>
|
|
103
|
+
|
|
104
|
+
<h2>Overview</h2><div class="docstring">
|
|
105
|
+
<div class="discussion">
|
|
106
|
+
|
|
107
|
+
<p>Delete .src.zip files.</p>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
<div class="tags">
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
</div>
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
|
120
|
+
<ul class="summary">
|
|
121
|
+
|
|
122
|
+
<li class="public ">
|
|
123
|
+
<span class="summary_signature">
|
|
124
|
+
|
|
125
|
+
<a href="#name-instance_method" title="#name (instance method)">- (Object) <strong>name</strong> </a>
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
</span>
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
<span class="summary_desc"><div class='inline'>
|
|
143
|
+
<p>Returns the value of attribute name.</p>
|
|
144
|
+
</div></span>
|
|
145
|
+
|
|
146
|
+
</li>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
</ul>
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
<h2>
|
|
156
|
+
Instance Method Summary
|
|
157
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
158
|
+
</h2>
|
|
159
|
+
|
|
160
|
+
<ul class="summary">
|
|
161
|
+
|
|
162
|
+
<li class="public ">
|
|
163
|
+
<span class="summary_signature">
|
|
164
|
+
|
|
165
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (RmZip) <strong>initialize</strong>(name = :rmzip) {|_self| ... }</a>
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
</span>
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
<span class="note title constructor">constructor</span>
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
<span class="summary_desc"><div class='inline'>
|
|
182
|
+
<p>A new instance of RmZip.</p>
|
|
183
|
+
</div></span>
|
|
184
|
+
|
|
185
|
+
</li>
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
</ul>
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
<div id="constructor_details" class="method_details_list">
|
|
193
|
+
<h2>Constructor Details</h2>
|
|
194
|
+
|
|
195
|
+
<div class="method_details first">
|
|
196
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
197
|
+
|
|
198
|
+
- (<tt><span class='object_link'><a href="" title="NetLinx::Rake::RmZip (class)">RmZip</a></span></tt>) <strong>initialize</strong>(name = :rmzip) {|_self| ... }
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
</h3><div class="docstring">
|
|
205
|
+
<div class="discussion">
|
|
206
|
+
|
|
207
|
+
<p>Returns a new instance of RmZip</p>
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
</div>
|
|
211
|
+
</div>
|
|
212
|
+
<div class="tags">
|
|
213
|
+
|
|
214
|
+
<p class="tag_title">Yields:</p>
|
|
215
|
+
<ul class="yield">
|
|
216
|
+
|
|
217
|
+
<li>
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
<span class='type'>(<tt>_self</tt>)</span>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
</li>
|
|
225
|
+
|
|
226
|
+
</ul>
|
|
227
|
+
<p class="tag_title">Yield Parameters:</p>
|
|
228
|
+
<ul class="yieldparam">
|
|
229
|
+
|
|
230
|
+
<li>
|
|
231
|
+
|
|
232
|
+
<span class='name'>_self</span>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
<span class='type'>(<tt><span class='object_link'><a href="" title="NetLinx::Rake::RmZip (class)">NetLinx::Rake::RmZip</a></span></tt>)</span>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
—
|
|
240
|
+
<div class='inline'>
|
|
241
|
+
<p>the object that the method was called on</p>
|
|
242
|
+
</div>
|
|
243
|
+
|
|
244
|
+
</li>
|
|
245
|
+
|
|
246
|
+
</ul>
|
|
247
|
+
|
|
248
|
+
</div><table class="source_code">
|
|
249
|
+
<tr>
|
|
250
|
+
<td>
|
|
251
|
+
<pre class="lines">
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
14
|
|
255
|
+
15
|
|
256
|
+
16
|
|
257
|
+
17
|
|
258
|
+
18
|
|
259
|
+
19
|
|
260
|
+
20</pre>
|
|
261
|
+
</td>
|
|
262
|
+
<td>
|
|
263
|
+
<pre class="code"><span class="info file"># File 'lib/netlinx/rake/src/rmzip.rb', line 14</span>
|
|
264
|
+
|
|
265
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='symbol'>:rmzip</span>
|
|
266
|
+
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='id identifier rubyid_name'>name</span>
|
|
267
|
+
|
|
268
|
+
<span class='kw'>yield</span> <span class='kw'>self</span> <span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
|
|
269
|
+
|
|
270
|
+
<span class='id identifier rubyid_define'>define</span>
|
|
271
|
+
<span class='kw'>end</span></pre>
|
|
272
|
+
</td>
|
|
273
|
+
</tr>
|
|
274
|
+
</table>
|
|
275
|
+
</div>
|
|
276
|
+
|
|
277
|
+
</div>
|
|
278
|
+
|
|
279
|
+
<div id="instance_attr_details" class="attr_details">
|
|
280
|
+
<h2>Instance Attribute Details</h2>
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
<span id="name=-instance_method"></span>
|
|
284
|
+
<div class="method_details first">
|
|
285
|
+
<h3 class="signature first" id="name-instance_method">
|
|
286
|
+
|
|
287
|
+
- (<tt>Object</tt>) <strong>name</strong>
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
</h3><div class="docstring">
|
|
294
|
+
<div class="discussion">
|
|
295
|
+
|
|
296
|
+
<p>Returns the value of attribute name</p>
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
</div>
|
|
300
|
+
</div>
|
|
301
|
+
<div class="tags">
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
</div><table class="source_code">
|
|
305
|
+
<tr>
|
|
306
|
+
<td>
|
|
307
|
+
<pre class="lines">
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
11
|
|
311
|
+
12
|
|
312
|
+
13</pre>
|
|
313
|
+
</td>
|
|
314
|
+
<td>
|
|
315
|
+
<pre class="code"><span class="info file"># File 'lib/netlinx/rake/src/rmzip.rb', line 11</span>
|
|
316
|
+
|
|
317
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
|
|
318
|
+
<span class='ivar'>@name</span>
|
|
319
|
+
<span class='kw'>end</span></pre>
|
|
320
|
+
</td>
|
|
321
|
+
</tr>
|
|
322
|
+
</table>
|
|
323
|
+
</div>
|
|
324
|
+
|
|
325
|
+
</div>
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
</div>
|
|
329
|
+
|
|
330
|
+
<div id="footer">
|
|
331
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
332
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
333
|
+
0.8.7.4 (ruby-2.0.0).
|
|
334
|
+
</div>
|
|
335
|
+
|
|
336
|
+
</body>
|
|
337
|
+
</html>
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
</div>
|
|
329
329
|
|
|
330
330
|
<div id="footer">
|
|
331
|
-
Generated on Mon May 12
|
|
331
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
332
332
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
333
333
|
0.8.7.4 (ruby-2.0.0).
|
|
334
334
|
</div>
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
</div>
|
|
329
329
|
|
|
330
330
|
<div id="footer">
|
|
331
|
-
Generated on Mon May 12
|
|
331
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
332
332
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
333
333
|
0.8.7.4 (ruby-2.0.0).
|
|
334
334
|
</div>
|
data/doc/NetLinx/SRC.html
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
</div>
|
|
120
120
|
|
|
121
121
|
<div id="footer">
|
|
122
|
-
Generated on Mon May 12
|
|
122
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
123
123
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
124
124
|
0.8.7.4 (ruby-2.0.0).
|
|
125
125
|
</div>
|
|
@@ -870,7 +870,7 @@ provided.</p>
|
|
|
870
870
|
</div>
|
|
871
871
|
|
|
872
872
|
<div id="footer">
|
|
873
|
-
Generated on Mon May 12
|
|
873
|
+
Generated on Mon May 12 12:29:53 2014 by
|
|
874
874
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
875
875
|
0.8.7.4 (ruby-2.0.0).
|
|
876
876
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -83,21 +83,6 @@
|
|
|
83
83
|
<td valign='top' width="33%">
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
<ul id="alpha_D" class="alpha">
|
|
87
|
-
<li class="letter">D</li>
|
|
88
|
-
<ul>
|
|
89
|
-
|
|
90
|
-
<li>
|
|
91
|
-
<span class='object_link'><a href="NetLinx/Rake/DelZip.html" title="NetLinx::Rake::DelZip (class)">DelZip</a></span>
|
|
92
|
-
|
|
93
|
-
<small>(NetLinx::Rake)</small>
|
|
94
|
-
|
|
95
|
-
</li>
|
|
96
|
-
|
|
97
|
-
</ul>
|
|
98
|
-
</ul>
|
|
99
|
-
|
|
100
|
-
|
|
101
86
|
<ul id="alpha_M" class="alpha">
|
|
102
87
|
<li class="letter">M</li>
|
|
103
88
|
<ul>
|
|
@@ -159,6 +144,13 @@
|
|
|
159
144
|
|
|
160
145
|
</li>
|
|
161
146
|
|
|
147
|
+
<li>
|
|
148
|
+
<span class='object_link'><a href="NetLinx/Rake/RmZip.html" title="NetLinx::Rake::RmZip (class)">RmZip</a></span>
|
|
149
|
+
|
|
150
|
+
<small>(NetLinx::Rake)</small>
|
|
151
|
+
|
|
152
|
+
</li>
|
|
153
|
+
|
|
162
154
|
</ul>
|
|
163
155
|
</ul>
|
|
164
156
|
|
|
@@ -208,7 +200,7 @@
|
|
|
208
200
|
</div>
|
|
209
201
|
|
|
210
202
|
<div id="footer">
|
|
211
|
-
Generated on Mon May 12
|
|
203
|
+
Generated on Mon May 12 12:29:52 2014 by
|
|
212
204
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
213
205
|
0.8.7.4 (ruby-2.0.0).
|
|
214
206
|
</div>
|
data/doc/class_list.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
<ul id="full_list" class="class">
|
|
48
48
|
<li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
|
|
49
|
-
<li><a class='toggle'></a> <span class='object_link'><a href="NetLinx.html" title="NetLinx (module)">NetLinx</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="NetLinx/Rake.html" title="NetLinx::Rake (module)">Rake</a></span><small class='search_info'>NetLinx</small></li><ul><li><span class='object_link'><a href="NetLinx/Rake/
|
|
49
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="NetLinx.html" title="NetLinx (module)">NetLinx</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="NetLinx/Rake.html" title="NetLinx::Rake (module)">Rake</a></span><small class='search_info'>NetLinx</small></li><ul><li><span class='object_link'><a href="NetLinx/Rake/MkZip.html" title="NetLinx::Rake::MkZip (class)">MkZip</a></span> < TaskLib<small class='search_info'>NetLinx::Rake</small></li><li><span class='object_link'><a href="NetLinx/Rake/Pack.html" title="NetLinx::Rake::Pack (class)">Pack</a></span> < TaskLib<small class='search_info'>NetLinx::Rake</small></li><li><span class='object_link'><a href="NetLinx/Rake/RmZip.html" title="NetLinx::Rake::RmZip (class)">RmZip</a></span> < TaskLib<small class='search_info'>NetLinx::Rake</small></li><li><span class='object_link'><a href="NetLinx/Rake/SrcIgnore.html" title="NetLinx::Rake::SrcIgnore (class)">SrcIgnore</a></span> < TaskLib<small class='search_info'>NetLinx::Rake</small></li><li><span class='object_link'><a href="NetLinx/Rake/Unpack.html" title="NetLinx::Rake::Unpack (class)">Unpack</a></span> < TaskLib<small class='search_info'>NetLinx::Rake</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="NetLinx/SRC.html" title="NetLinx::SRC (module)">SRC</a></span><small class='search_info'>NetLinx</small></li><ul><li><span class='object_link'><a href="NetLinx/SRC/Package.html" title="NetLinx::SRC::Package (class)">Package</a></span> < Object<small class='search_info'>NetLinx::SRC</small></li></ul></ul>
|
|
50
50
|
|
|
51
51
|
</ul>
|
|
52
52
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -104,7 +104,7 @@ pack</code> was executed in to determine the file name.</p>
|
|
|
104
104
|
<p>Create a copy of the <code>.src</code> file and append <code>.zip</code> so
|
|
105
105
|
it can be opened in any standard file compression utility.</p>
|
|
106
106
|
|
|
107
|
-
<h4 id="label-
|
|
107
|
+
<h4 id="label-rmzip">rmzip</h4>
|
|
108
108
|
|
|
109
109
|
<p>Delete any <code>.src.zip</code> files in the working directory.</p>
|
|
110
110
|
|
|
@@ -117,7 +117,7 @@ it can be opened in any standard file compression utility.</p>
|
|
|
117
117
|
</div></div>
|
|
118
118
|
|
|
119
119
|
<div id="footer">
|
|
120
|
-
Generated on Mon May 12
|
|
120
|
+
Generated on Mon May 12 12:29:52 2014 by
|
|
121
121
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
122
122
|
0.8.7.4 (ruby-2.0.0).
|
|
123
123
|
</div>
|
data/doc/file.license.html
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<div id="content"><div id='filecontents'>Copyright 2013-2014 Alex McLain<br/><br/>Licensed under the Apache License, Version 2.0 (the "License");<br/>you may not use this file except in compliance with the License.<br/>You may obtain a copy of the License at<br/><br/> http://www.apache.org/licenses/LICENSE-2.0<br/><br/>Unless required by applicable law or agreed to in writing, software<br/>distributed under the License is distributed on an "AS IS" BASIS,<br/>WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br/>See the License for the specific language governing permissions and<br/>limitations under the License.</div></div>
|
|
65
65
|
|
|
66
66
|
<div id="footer">
|
|
67
|
-
Generated on Mon May 12
|
|
67
|
+
Generated on Mon May 12 12:29:52 2014 by
|
|
68
68
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
69
69
|
0.8.7.4 (ruby-2.0.0).
|
|
70
70
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -104,7 +104,7 @@ pack</code> was executed in to determine the file name.</p>
|
|
|
104
104
|
<p>Create a copy of the <code>.src</code> file and append <code>.zip</code> so
|
|
105
105
|
it can be opened in any standard file compression utility.</p>
|
|
106
106
|
|
|
107
|
-
<h4 id="label-
|
|
107
|
+
<h4 id="label-rmzip">rmzip</h4>
|
|
108
108
|
|
|
109
109
|
<p>Delete any <code>.src.zip</code> files in the working directory.</p>
|
|
110
110
|
|
|
@@ -117,7 +117,7 @@ it can be opened in any standard file compression utility.</p>
|
|
|
117
117
|
</div></div>
|
|
118
118
|
|
|
119
119
|
<div id="footer">
|
|
120
|
-
Generated on Mon May 12
|
|
120
|
+
Generated on Mon May 12 12:29:52 2014 by
|
|
121
121
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
122
122
|
0.8.7.4 (ruby-2.0.0).
|
|
123
123
|
</div>
|
data/doc/method_list.html
CHANGED
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
<li class="r2 ">
|
|
57
|
-
<span class='object_link'><a href="NetLinx/Rake/
|
|
58
|
-
<small>NetLinx::Rake::
|
|
57
|
+
<span class='object_link'><a href="NetLinx/Rake/MkZip.html#initialize-instance_method" title="NetLinx::Rake::MkZip#initialize (method)">#initialize</a></span>
|
|
58
|
+
<small>NetLinx::Rake::MkZip</small>
|
|
59
59
|
</li>
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
<li class="r1 ">
|
|
63
|
-
<span class='object_link'><a href="NetLinx/Rake/
|
|
64
|
-
<small>NetLinx::Rake::
|
|
63
|
+
<span class='object_link'><a href="NetLinx/Rake/Unpack.html#initialize-instance_method" title="NetLinx::Rake::Unpack#initialize (method)">#initialize</a></span>
|
|
64
|
+
<small>NetLinx::Rake::Unpack</small>
|
|
65
65
|
</li>
|
|
66
66
|
|
|
67
67
|
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
<li class="r2 ">
|
|
81
|
-
<span class='object_link'><a href="NetLinx/Rake/
|
|
82
|
-
<small>NetLinx::Rake::
|
|
81
|
+
<span class='object_link'><a href="NetLinx/Rake/RmZip.html#initialize-instance_method" title="NetLinx::Rake::RmZip#initialize (method)">#initialize</a></span>
|
|
82
|
+
<small>NetLinx::Rake::RmZip</small>
|
|
83
83
|
</li>
|
|
84
84
|
|
|
85
85
|
|
|
@@ -120,20 +120,20 @@
|
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
<li class="r1 ">
|
|
123
|
-
<span class='object_link'><a href="NetLinx/Rake/
|
|
124
|
-
<small>NetLinx::Rake::
|
|
123
|
+
<span class='object_link'><a href="NetLinx/Rake/Unpack.html#name-instance_method" title="NetLinx::Rake::Unpack#name (method)">#name</a></span>
|
|
124
|
+
<small>NetLinx::Rake::Unpack</small>
|
|
125
125
|
</li>
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
<li class="r2 ">
|
|
129
|
-
<span class='object_link'><a href="NetLinx/Rake/
|
|
130
|
-
<small>NetLinx::Rake::
|
|
129
|
+
<span class='object_link'><a href="NetLinx/Rake/RmZip.html#name-instance_method" title="NetLinx::Rake::RmZip#name (method)">#name</a></span>
|
|
130
|
+
<small>NetLinx::Rake::RmZip</small>
|
|
131
131
|
</li>
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
<li class="r1 ">
|
|
135
|
-
<span class='object_link'><a href="NetLinx/Rake/
|
|
136
|
-
<small>NetLinx::Rake::
|
|
135
|
+
<span class='object_link'><a href="NetLinx/Rake/MkZip.html#name-instance_method" title="NetLinx::Rake::MkZip#name (method)">#name</a></span>
|
|
136
|
+
<small>NetLinx::Rake::MkZip</small>
|
|
137
137
|
</li>
|
|
138
138
|
|
|
139
139
|
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on Mon May 12
|
|
106
|
+
Generated on Mon May 12 12:29:52 2014 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
108
|
0.8.7.4 (ruby-2.0.0).
|
|
109
109
|
</div>
|
data/lib/netlinx/rake/src.rb
CHANGED
|
@@ -2,10 +2,10 @@ require 'netlinx/rake/src/pack'
|
|
|
2
2
|
require 'netlinx/rake/src/unpack'
|
|
3
3
|
require 'netlinx/rake/src/srcignore'
|
|
4
4
|
require 'netlinx/rake/src/mkzip'
|
|
5
|
-
require 'netlinx/rake/src/
|
|
5
|
+
require 'netlinx/rake/src/rmzip'
|
|
6
6
|
|
|
7
7
|
NetLinx::Rake::Pack.new
|
|
8
8
|
NetLinx::Rake::Unpack.new
|
|
9
9
|
NetLinx::Rake::SrcIgnore.new
|
|
10
10
|
NetLinx::Rake::MkZip.new
|
|
11
|
-
NetLinx::Rake::
|
|
11
|
+
NetLinx::Rake::RmZip.new
|
|
@@ -6,12 +6,12 @@ module NetLinx
|
|
|
6
6
|
module Rake
|
|
7
7
|
|
|
8
8
|
# Delete .src.zip files.
|
|
9
|
-
class
|
|
9
|
+
class RmZip < ::Rake::TaskLib
|
|
10
10
|
|
|
11
11
|
attr_accessor :name
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
def initialize name = :
|
|
14
|
+
def initialize name = :rmzip
|
|
15
15
|
@name = name
|
|
16
16
|
|
|
17
17
|
yield self if block_given?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: netlinx-src
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex McLain
|
|
@@ -130,9 +130,9 @@ extra_rdoc_files: []
|
|
|
130
130
|
files:
|
|
131
131
|
- license.txt
|
|
132
132
|
- README.md
|
|
133
|
-
- lib/netlinx/rake/src/delzip.rb
|
|
134
133
|
- lib/netlinx/rake/src/mkzip.rb
|
|
135
134
|
- lib/netlinx/rake/src/pack.rb
|
|
135
|
+
- lib/netlinx/rake/src/rmzip.rb
|
|
136
136
|
- lib/netlinx/rake/src/srcignore.rb
|
|
137
137
|
- lib/netlinx/rake/src/unpack.rb
|
|
138
138
|
- lib/netlinx/rake/src.rb
|
|
@@ -155,6 +155,7 @@ files:
|
|
|
155
155
|
- doc/NetLinx/Rake/DelZip.html
|
|
156
156
|
- doc/NetLinx/Rake/MkZip.html
|
|
157
157
|
- doc/NetLinx/Rake/Pack.html
|
|
158
|
+
- doc/NetLinx/Rake/RmZip.html
|
|
158
159
|
- doc/NetLinx/Rake/SrcIgnore.html
|
|
159
160
|
- doc/NetLinx/Rake/ToZip.html
|
|
160
161
|
- doc/NetLinx/Rake/Unpack.html
|