firescan 0.07

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.
Files changed (77) hide show
  1. data/LICENSE.txt +202 -0
  2. data/README.txt +37 -0
  3. data/USAGE.txt +43 -0
  4. data/VERSION.txt +4 -0
  5. data/bin/firescan +4 -0
  6. data/build +7 -0
  7. data/doc/Example.html +224 -0
  8. data/doc/Firebind.html +213 -0
  9. data/doc/Firebind/Client.html +750 -0
  10. data/doc/Firebind/Portspec.html +390 -0
  11. data/doc/Firebind/Scan.html +413 -0
  12. data/doc/Firebind/ScanError.html +277 -0
  13. data/doc/Firebind/ScanState.html +1015 -0
  14. data/doc/Firebind/SimpleProtocol.html +292 -0
  15. data/doc/Firebind/TcpTransport.html +481 -0
  16. data/doc/Firebind/Transport.html +275 -0
  17. data/doc/Firebind/UdpTransport.html +472 -0
  18. data/doc/LICENSE_txt.html +323 -0
  19. data/doc/README_txt.html +171 -0
  20. data/doc/Runner.html +166 -0
  21. data/doc/TestPortspec.html +289 -0
  22. data/doc/Tools.html +321 -0
  23. data/doc/USAGE_txt.html +184 -0
  24. data/doc/VERSION_txt.html +126 -0
  25. data/doc/build.html +125 -0
  26. data/doc/created.rid +22 -0
  27. data/doc/doc/created_rid.html +121 -0
  28. data/doc/firescan_gemspec.html +140 -0
  29. data/doc/images/add.png +0 -0
  30. data/doc/images/arrow_up.png +0 -0
  31. data/doc/images/brick.png +0 -0
  32. data/doc/images/brick_link.png +0 -0
  33. data/doc/images/bug.png +0 -0
  34. data/doc/images/bullet_black.png +0 -0
  35. data/doc/images/bullet_toggle_minus.png +0 -0
  36. data/doc/images/bullet_toggle_plus.png +0 -0
  37. data/doc/images/date.png +0 -0
  38. data/doc/images/delete.png +0 -0
  39. data/doc/images/find.png +0 -0
  40. data/doc/images/loadingAnimation.gif +0 -0
  41. data/doc/images/macFFBgHack.png +0 -0
  42. data/doc/images/package.png +0 -0
  43. data/doc/images/page_green.png +0 -0
  44. data/doc/images/page_white_text.png +0 -0
  45. data/doc/images/page_white_width.png +0 -0
  46. data/doc/images/plugin.png +0 -0
  47. data/doc/images/ruby.png +0 -0
  48. data/doc/images/tag_blue.png +0 -0
  49. data/doc/images/tag_green.png +0 -0
  50. data/doc/images/transparent.png +0 -0
  51. data/doc/images/wrench.png +0 -0
  52. data/doc/images/wrench_orange.png +0 -0
  53. data/doc/images/zoom.png +0 -0
  54. data/doc/index.html +118 -0
  55. data/doc/js/darkfish.js +155 -0
  56. data/doc/js/jquery.js +18 -0
  57. data/doc/js/navigation.js +142 -0
  58. data/doc/js/search.js +94 -0
  59. data/doc/js/search_index.js +1 -0
  60. data/doc/js/searcher.js +228 -0
  61. data/doc/rdoc.css +595 -0
  62. data/doc/table_of_contents.html +230 -0
  63. data/firescan.gemspec +18 -0
  64. data/lib/example.rb +20 -0
  65. data/lib/firebind/client.rb +308 -0
  66. data/lib/firebind/portspec.rb +107 -0
  67. data/lib/firebind/scan.rb +288 -0
  68. data/lib/firebind/scan_error.rb +32 -0
  69. data/lib/firebind/scan_state.rb +140 -0
  70. data/lib/firebind/simple_protocol.rb +59 -0
  71. data/lib/firebind/tcp_transport.rb +184 -0
  72. data/lib/firebind/tools.rb +107 -0
  73. data/lib/firebind/transport.rb +44 -0
  74. data/lib/firebind/udp_transport.rb +174 -0
  75. data/test/portspec_test.rb +53 -0
  76. data/test/runner.rb +7 -0
  77. metadata +136 -0
@@ -0,0 +1,166 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class Runner - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>test/runner.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+ <nav id="parent-class-section" class="section">
62
+ <h3 class="section-header">Parent</h3>
63
+
64
+ <p class="link">Object
65
+
66
+ </nav>
67
+
68
+
69
+
70
+
71
+ </div>
72
+
73
+ <div id="project-metadata">
74
+ <nav id="fileindex-section" class="section project-section">
75
+ <h3 class="section-header">Pages</h3>
76
+
77
+ <ul>
78
+
79
+ <li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
80
+
81
+ <li class="file"><a href="./README_txt.html">README</a>
82
+
83
+ <li class="file"><a href="./USAGE_txt.html">USAGE</a>
84
+
85
+ <li class="file"><a href="./VERSION_txt.html">VERSION</a>
86
+
87
+ <li class="file"><a href="./build.html">build</a>
88
+
89
+ <li class="file"><a href="./doc/created_rid.html">created.rid</a>
90
+
91
+ <li class="file"><a href="./firescan_gemspec.html">firescan.gemspec</a>
92
+
93
+ </ul>
94
+ </nav>
95
+
96
+ <nav id="classindex-section" class="section project-section">
97
+ <h3 class="section-header">Class and Module Index</h3>
98
+
99
+ <ul class="link-list">
100
+
101
+ <li><a href="./Example.html">Example</a>
102
+
103
+ <li><a href="./Firebind.html">Firebind</a>
104
+
105
+ <li><a href="./Firebind/Client.html">Firebind::Client</a>
106
+
107
+ <li><a href="./Firebind/Portspec.html">Firebind::Portspec</a>
108
+
109
+ <li><a href="./Firebind/Scan.html">Firebind::Scan</a>
110
+
111
+ <li><a href="./Firebind/ScanError.html">Firebind::ScanError</a>
112
+
113
+ <li><a href="./Firebind/ScanState.html">Firebind::ScanState</a>
114
+
115
+ <li><a href="./Firebind/SimpleProtocol.html">Firebind::SimpleProtocol</a>
116
+
117
+ <li><a href="./Firebind/TcpTransport.html">Firebind::TcpTransport</a>
118
+
119
+ <li><a href="./Firebind/Transport.html">Firebind::Transport</a>
120
+
121
+ <li><a href="./Firebind/UdpTransport.html">Firebind::UdpTransport</a>
122
+
123
+ <li><a href="./Runner.html">Runner</a>
124
+
125
+ <li><a href="./TestPortspec.html">TestPortspec</a>
126
+
127
+ <li><a href="./Tools.html">Tools</a>
128
+
129
+ </ul>
130
+ </nav>
131
+
132
+ </div>
133
+ </nav>
134
+
135
+ <div id="documentation">
136
+ <h1 class="class">class Runner</h1>
137
+
138
+ <div id="description" class="description">
139
+
140
+ </div><!-- description -->
141
+
142
+
143
+
144
+
145
+ <section id="5Buntitled-5D" class="documentation-section">
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <!-- Methods -->
155
+
156
+ </section><!-- 5Buntitled-5D -->
157
+
158
+ </div><!-- documentation -->
159
+
160
+
161
+ <footer id="validator-badges">
162
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
163
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
164
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
165
+ </footer>
166
+
@@ -0,0 +1,289 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class TestPortspec - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+
47
+
48
+ <div id="file-metadata">
49
+ <nav id="file-list-section" class="section">
50
+ <h3 class="section-header">Defined In</h3>
51
+ <ul>
52
+ <li>test/portspec_test.rb
53
+ </ul>
54
+ </nav>
55
+
56
+
57
+ </div>
58
+
59
+ <div id="class-metadata">
60
+
61
+ <nav id="parent-class-section" class="section">
62
+ <h3 class="section-header">Parent</h3>
63
+
64
+ <p class="link">Test::Unit::TestCase
65
+
66
+ </nav>
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <nav id="method-list-section" class="section">
72
+ <h3 class="section-header">Methods</h3>
73
+
74
+ <ul class="link-list">
75
+
76
+ <li ><a href="#method-i-setup">#setup</a>
77
+
78
+ <li ><a href="#method-i-teardown">#teardown</a>
79
+
80
+ <li ><a href="#method-i-test_fail">#test_fail</a>
81
+
82
+ </ul>
83
+ </nav>
84
+
85
+ </div>
86
+
87
+ <div id="project-metadata">
88
+ <nav id="fileindex-section" class="section project-section">
89
+ <h3 class="section-header">Pages</h3>
90
+
91
+ <ul>
92
+
93
+ <li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
94
+
95
+ <li class="file"><a href="./README_txt.html">README</a>
96
+
97
+ <li class="file"><a href="./USAGE_txt.html">USAGE</a>
98
+
99
+ <li class="file"><a href="./VERSION_txt.html">VERSION</a>
100
+
101
+ <li class="file"><a href="./build.html">build</a>
102
+
103
+ <li class="file"><a href="./doc/created_rid.html">created.rid</a>
104
+
105
+ <li class="file"><a href="./firescan_gemspec.html">firescan.gemspec</a>
106
+
107
+ </ul>
108
+ </nav>
109
+
110
+ <nav id="classindex-section" class="section project-section">
111
+ <h3 class="section-header">Class and Module Index</h3>
112
+
113
+ <ul class="link-list">
114
+
115
+ <li><a href="./Example.html">Example</a>
116
+
117
+ <li><a href="./Firebind.html">Firebind</a>
118
+
119
+ <li><a href="./Firebind/Client.html">Firebind::Client</a>
120
+
121
+ <li><a href="./Firebind/Portspec.html">Firebind::Portspec</a>
122
+
123
+ <li><a href="./Firebind/Scan.html">Firebind::Scan</a>
124
+
125
+ <li><a href="./Firebind/ScanError.html">Firebind::ScanError</a>
126
+
127
+ <li><a href="./Firebind/ScanState.html">Firebind::ScanState</a>
128
+
129
+ <li><a href="./Firebind/SimpleProtocol.html">Firebind::SimpleProtocol</a>
130
+
131
+ <li><a href="./Firebind/TcpTransport.html">Firebind::TcpTransport</a>
132
+
133
+ <li><a href="./Firebind/Transport.html">Firebind::Transport</a>
134
+
135
+ <li><a href="./Firebind/UdpTransport.html">Firebind::UdpTransport</a>
136
+
137
+ <li><a href="./Runner.html">Runner</a>
138
+
139
+ <li><a href="./TestPortspec.html">TestPortspec</a>
140
+
141
+ <li><a href="./Tools.html">Tools</a>
142
+
143
+ </ul>
144
+ </nav>
145
+
146
+ </div>
147
+ </nav>
148
+
149
+ <div id="documentation">
150
+ <h1 class="class">class TestPortspec</h1>
151
+
152
+ <div id="description" class="description">
153
+
154
+ </div><!-- description -->
155
+
156
+
157
+
158
+
159
+ <section id="5Buntitled-5D" class="documentation-section">
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ <!-- Methods -->
169
+
170
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
171
+ <h3 class="section-header">Public Instance Methods</h3>
172
+
173
+
174
+ <div id="method-i-setup" class="method-detail ">
175
+
176
+ <div class="method-heading">
177
+ <span class="method-name">setup</span><span
178
+ class="method-args">()</span>
179
+
180
+ <span class="method-click-advice">click to toggle source</span>
181
+
182
+ </div>
183
+
184
+
185
+ <div class="method-description">
186
+
187
+ <p>Called before every test method runs. Can be used to set up fixture
188
+ information.</p>
189
+
190
+
191
+
192
+
193
+ <div class="method-source-code" id="setup-source">
194
+ <pre><span class="ruby-comment"># File test/portspec_test.rb, line 9</span>
195
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">setup</span>
196
+ <span class="ruby-comment"># Do nothing</span>
197
+ <span class="ruby-keyword">end</span></pre>
198
+ </div><!-- setup-source -->
199
+
200
+ </div>
201
+
202
+
203
+
204
+
205
+ </div><!-- setup-method -->
206
+
207
+
208
+ <div id="method-i-teardown" class="method-detail ">
209
+
210
+ <div class="method-heading">
211
+ <span class="method-name">teardown</span><span
212
+ class="method-args">()</span>
213
+
214
+ <span class="method-click-advice">click to toggle source</span>
215
+
216
+ </div>
217
+
218
+
219
+ <div class="method-description">
220
+
221
+ <p>Called after every test method runs. Can be used to tear down fixture
222
+ information.</p>
223
+
224
+
225
+
226
+
227
+ <div class="method-source-code" id="teardown-source">
228
+ <pre><span class="ruby-comment"># File test/portspec_test.rb, line 16</span>
229
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">teardown</span>
230
+ <span class="ruby-comment"># Do nothing</span>
231
+ <span class="ruby-keyword">end</span></pre>
232
+ </div><!-- teardown-source -->
233
+
234
+ </div>
235
+
236
+
237
+
238
+
239
+ </div><!-- teardown-method -->
240
+
241
+
242
+ <div id="method-i-test_fail" class="method-detail ">
243
+
244
+ <div class="method-heading">
245
+ <span class="method-name">test_fail</span><span
246
+ class="method-args">()</span>
247
+
248
+ <span class="method-click-advice">click to toggle source</span>
249
+
250
+ </div>
251
+
252
+
253
+ <div class="method-description">
254
+
255
+ <p>Fake test</p>
256
+
257
+
258
+
259
+
260
+ <div class="method-source-code" id="test_fail-source">
261
+ <pre><span class="ruby-comment"># File test/portspec_test.rb, line 21</span>
262
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_fail</span>
263
+
264
+
265
+ <span class="ruby-comment">#fail('Not implemented')</span>
266
+ <span class="ruby-keyword">end</span></pre>
267
+ </div><!-- test_fail-source -->
268
+
269
+ </div>
270
+
271
+
272
+
273
+
274
+ </div><!-- test_fail-method -->
275
+
276
+
277
+ </section><!-- public-instance-method-details -->
278
+
279
+ </section><!-- 5Buntitled-5D -->
280
+
281
+ </div><!-- documentation -->
282
+
283
+
284
+ <footer id="validator-badges">
285
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
286
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
287
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
288
+ </footer>
289
+