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.
- data/LICENSE.txt +202 -0
- data/README.txt +37 -0
- data/USAGE.txt +43 -0
- data/VERSION.txt +4 -0
- data/bin/firescan +4 -0
- data/build +7 -0
- data/doc/Example.html +224 -0
- data/doc/Firebind.html +213 -0
- data/doc/Firebind/Client.html +750 -0
- data/doc/Firebind/Portspec.html +390 -0
- data/doc/Firebind/Scan.html +413 -0
- data/doc/Firebind/ScanError.html +277 -0
- data/doc/Firebind/ScanState.html +1015 -0
- data/doc/Firebind/SimpleProtocol.html +292 -0
- data/doc/Firebind/TcpTransport.html +481 -0
- data/doc/Firebind/Transport.html +275 -0
- data/doc/Firebind/UdpTransport.html +472 -0
- data/doc/LICENSE_txt.html +323 -0
- data/doc/README_txt.html +171 -0
- data/doc/Runner.html +166 -0
- data/doc/TestPortspec.html +289 -0
- data/doc/Tools.html +321 -0
- data/doc/USAGE_txt.html +184 -0
- data/doc/VERSION_txt.html +126 -0
- data/doc/build.html +125 -0
- data/doc/created.rid +22 -0
- data/doc/doc/created_rid.html +121 -0
- data/doc/firescan_gemspec.html +140 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +118 -0
- data/doc/js/darkfish.js +155 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +595 -0
- data/doc/table_of_contents.html +230 -0
- data/firescan.gemspec +18 -0
- data/lib/example.rb +20 -0
- data/lib/firebind/client.rb +308 -0
- data/lib/firebind/portspec.rb +107 -0
- data/lib/firebind/scan.rb +288 -0
- data/lib/firebind/scan_error.rb +32 -0
- data/lib/firebind/scan_state.rb +140 -0
- data/lib/firebind/simple_protocol.rb +59 -0
- data/lib/firebind/tcp_transport.rb +184 -0
- data/lib/firebind/tools.rb +107 -0
- data/lib/firebind/transport.rb +44 -0
- data/lib/firebind/udp_transport.rb +174 -0
- data/test/portspec_test.rb +53 -0
- data/test/runner.rb +7 -0
- metadata +136 -0
@@ -0,0 +1,126 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>VERSION - 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 class="file">
|
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="project-metadata">
|
49
|
+
<nav id="fileindex-section" class="section project-section">
|
50
|
+
<h3 class="section-header">Pages</h3>
|
51
|
+
|
52
|
+
<ul>
|
53
|
+
|
54
|
+
<li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./README_txt.html">README</a>
|
57
|
+
|
58
|
+
<li class="file"><a href="./USAGE_txt.html">USAGE</a>
|
59
|
+
|
60
|
+
<li class="file"><a href="./VERSION_txt.html">VERSION</a>
|
61
|
+
|
62
|
+
<li class="file"><a href="./build.html">build</a>
|
63
|
+
|
64
|
+
<li class="file"><a href="./doc/created_rid.html">created.rid</a>
|
65
|
+
|
66
|
+
<li class="file"><a href="./firescan_gemspec.html">firescan.gemspec</a>
|
67
|
+
|
68
|
+
</ul>
|
69
|
+
</nav>
|
70
|
+
|
71
|
+
<nav id="classindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Class and Module Index</h3>
|
73
|
+
|
74
|
+
<ul class="link-list">
|
75
|
+
|
76
|
+
<li><a href="./Example.html">Example</a>
|
77
|
+
|
78
|
+
<li><a href="./Firebind.html">Firebind</a>
|
79
|
+
|
80
|
+
<li><a href="./Firebind/Client.html">Firebind::Client</a>
|
81
|
+
|
82
|
+
<li><a href="./Firebind/Portspec.html">Firebind::Portspec</a>
|
83
|
+
|
84
|
+
<li><a href="./Firebind/Scan.html">Firebind::Scan</a>
|
85
|
+
|
86
|
+
<li><a href="./Firebind/ScanError.html">Firebind::ScanError</a>
|
87
|
+
|
88
|
+
<li><a href="./Firebind/ScanState.html">Firebind::ScanState</a>
|
89
|
+
|
90
|
+
<li><a href="./Firebind/SimpleProtocol.html">Firebind::SimpleProtocol</a>
|
91
|
+
|
92
|
+
<li><a href="./Firebind/TcpTransport.html">Firebind::TcpTransport</a>
|
93
|
+
|
94
|
+
<li><a href="./Firebind/Transport.html">Firebind::Transport</a>
|
95
|
+
|
96
|
+
<li><a href="./Firebind/UdpTransport.html">Firebind::UdpTransport</a>
|
97
|
+
|
98
|
+
<li><a href="./Runner.html">Runner</a>
|
99
|
+
|
100
|
+
<li><a href="./TestPortspec.html">TestPortspec</a>
|
101
|
+
|
102
|
+
<li><a href="./Tools.html">Tools</a>
|
103
|
+
|
104
|
+
</ul>
|
105
|
+
</nav>
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</nav>
|
109
|
+
|
110
|
+
<div id="documentation" class="description">
|
111
|
+
|
112
|
+
<p>Firescan Versioning</p>
|
113
|
+
<hr style="height: 10px">
|
114
|
+
|
115
|
+
<p>Version 0.07 - 12/2/2013 - Inital release</p>
|
116
|
+
|
117
|
+
</div>
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
<footer id="validator-badges">
|
122
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
123
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
124
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
125
|
+
</footer>
|
126
|
+
|
data/doc/build.html
ADDED
@@ -0,0 +1,125 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>build - 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 class="file">
|
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="project-metadata">
|
49
|
+
<nav id="fileindex-section" class="section project-section">
|
50
|
+
<h3 class="section-header">Pages</h3>
|
51
|
+
|
52
|
+
<ul>
|
53
|
+
|
54
|
+
<li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./README_txt.html">README</a>
|
57
|
+
|
58
|
+
<li class="file"><a href="./USAGE_txt.html">USAGE</a>
|
59
|
+
|
60
|
+
<li class="file"><a href="./VERSION_txt.html">VERSION</a>
|
61
|
+
|
62
|
+
<li class="file"><a href="./build.html">build</a>
|
63
|
+
|
64
|
+
<li class="file"><a href="./doc/created_rid.html">created.rid</a>
|
65
|
+
|
66
|
+
<li class="file"><a href="./firescan_gemspec.html">firescan.gemspec</a>
|
67
|
+
|
68
|
+
</ul>
|
69
|
+
</nav>
|
70
|
+
|
71
|
+
<nav id="classindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Class and Module Index</h3>
|
73
|
+
|
74
|
+
<ul class="link-list">
|
75
|
+
|
76
|
+
<li><a href="./Example.html">Example</a>
|
77
|
+
|
78
|
+
<li><a href="./Firebind.html">Firebind</a>
|
79
|
+
|
80
|
+
<li><a href="./Firebind/Client.html">Firebind::Client</a>
|
81
|
+
|
82
|
+
<li><a href="./Firebind/Portspec.html">Firebind::Portspec</a>
|
83
|
+
|
84
|
+
<li><a href="./Firebind/Scan.html">Firebind::Scan</a>
|
85
|
+
|
86
|
+
<li><a href="./Firebind/ScanError.html">Firebind::ScanError</a>
|
87
|
+
|
88
|
+
<li><a href="./Firebind/ScanState.html">Firebind::ScanState</a>
|
89
|
+
|
90
|
+
<li><a href="./Firebind/SimpleProtocol.html">Firebind::SimpleProtocol</a>
|
91
|
+
|
92
|
+
<li><a href="./Firebind/TcpTransport.html">Firebind::TcpTransport</a>
|
93
|
+
|
94
|
+
<li><a href="./Firebind/Transport.html">Firebind::Transport</a>
|
95
|
+
|
96
|
+
<li><a href="./Firebind/UdpTransport.html">Firebind::UdpTransport</a>
|
97
|
+
|
98
|
+
<li><a href="./Runner.html">Runner</a>
|
99
|
+
|
100
|
+
<li><a href="./TestPortspec.html">TestPortspec</a>
|
101
|
+
|
102
|
+
<li><a href="./Tools.html">Tools</a>
|
103
|
+
|
104
|
+
</ul>
|
105
|
+
</nav>
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</nav>
|
109
|
+
|
110
|
+
<div id="documentation" class="description">
|
111
|
+
|
112
|
+
<p>#!/bin/bash rm *.gem rm -rf doc rdoc gem uninstall -x firescan gem build <a
|
113
|
+
href="firescan_gemspec.html">firescan.gemspec</a> gem install
|
114
|
+
firescan-*.gem</p>
|
115
|
+
|
116
|
+
</div>
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
<footer id="validator-badges">
|
121
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
122
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
123
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
124
|
+
</footer>
|
125
|
+
|
data/doc/created.rid
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Mon, 02 Dec 2013 16:29:09 -0500
|
2
|
+
./build Mon, 02 Dec 2013 16:26:40 -0500
|
3
|
+
./LICENSE.txt Mon, 02 Dec 2013 16:25:47 -0500
|
4
|
+
./test/portspec_test.rb Mon, 02 Dec 2013 16:25:47 -0500
|
5
|
+
./test/runner.rb Mon, 02 Dec 2013 16:25:47 -0500
|
6
|
+
./lib/firebind/scan_error.rb Mon, 02 Dec 2013 16:25:47 -0500
|
7
|
+
./lib/firebind/client.rb Mon, 02 Dec 2013 16:25:47 -0500
|
8
|
+
./lib/firebind/udp_transport.rb Mon, 02 Dec 2013 16:25:47 -0500
|
9
|
+
./lib/firebind/tcp_transport.rb Mon, 02 Dec 2013 16:25:47 -0500
|
10
|
+
./lib/firebind/scan_state.rb Mon, 02 Dec 2013 16:25:47 -0500
|
11
|
+
./lib/firebind/transport.rb Mon, 02 Dec 2013 16:25:47 -0500
|
12
|
+
./lib/firebind/simple_protocol.rb Mon, 02 Dec 2013 16:25:47 -0500
|
13
|
+
./lib/firebind/tools.rb Mon, 02 Dec 2013 16:25:47 -0500
|
14
|
+
./lib/firebind/scan.rb Mon, 02 Dec 2013 16:25:47 -0500
|
15
|
+
./lib/firebind/portspec.rb Mon, 02 Dec 2013 16:25:47 -0500
|
16
|
+
./lib/example.rb Mon, 02 Dec 2013 16:25:47 -0500
|
17
|
+
./USAGE.txt Mon, 02 Dec 2013 16:25:47 -0500
|
18
|
+
./bin/firescan Mon, 02 Dec 2013 16:25:47 -0500
|
19
|
+
./doc/created.rid Mon, 02 Dec 2013 16:29:09 -0500
|
20
|
+
./VERSION.txt Mon, 02 Dec 2013 16:25:47 -0500
|
21
|
+
./firescan.gemspec Mon, 02 Dec 2013 16:25:47 -0500
|
22
|
+
./README.txt Mon, 02 Dec 2013 16:28:42 -0500
|
@@ -0,0 +1,121 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>created.rid - 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 class="file">
|
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="project-metadata">
|
49
|
+
<nav id="fileindex-section" class="section project-section">
|
50
|
+
<h3 class="section-header">Pages</h3>
|
51
|
+
|
52
|
+
<ul>
|
53
|
+
|
54
|
+
<li class="file"><a href="../LICENSE_txt.html">LICENSE</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="../README_txt.html">README</a>
|
57
|
+
|
58
|
+
<li class="file"><a href="../USAGE_txt.html">USAGE</a>
|
59
|
+
|
60
|
+
<li class="file"><a href="../VERSION_txt.html">VERSION</a>
|
61
|
+
|
62
|
+
<li class="file"><a href="../build.html">build</a>
|
63
|
+
|
64
|
+
<li class="file"><a href="../doc/created_rid.html">created.rid</a>
|
65
|
+
|
66
|
+
<li class="file"><a href="../firescan_gemspec.html">firescan.gemspec</a>
|
67
|
+
|
68
|
+
</ul>
|
69
|
+
</nav>
|
70
|
+
|
71
|
+
<nav id="classindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Class and Module Index</h3>
|
73
|
+
|
74
|
+
<ul class="link-list">
|
75
|
+
|
76
|
+
<li><a href="../Example.html">Example</a>
|
77
|
+
|
78
|
+
<li><a href="../Firebind.html">Firebind</a>
|
79
|
+
|
80
|
+
<li><a href="../Firebind/Client.html">Firebind::Client</a>
|
81
|
+
|
82
|
+
<li><a href="../Firebind/Portspec.html">Firebind::Portspec</a>
|
83
|
+
|
84
|
+
<li><a href="../Firebind/Scan.html">Firebind::Scan</a>
|
85
|
+
|
86
|
+
<li><a href="../Firebind/ScanError.html">Firebind::ScanError</a>
|
87
|
+
|
88
|
+
<li><a href="../Firebind/ScanState.html">Firebind::ScanState</a>
|
89
|
+
|
90
|
+
<li><a href="../Firebind/SimpleProtocol.html">Firebind::SimpleProtocol</a>
|
91
|
+
|
92
|
+
<li><a href="../Firebind/TcpTransport.html">Firebind::TcpTransport</a>
|
93
|
+
|
94
|
+
<li><a href="../Firebind/Transport.html">Firebind::Transport</a>
|
95
|
+
|
96
|
+
<li><a href="../Firebind/UdpTransport.html">Firebind::UdpTransport</a>
|
97
|
+
|
98
|
+
<li><a href="../Runner.html">Runner</a>
|
99
|
+
|
100
|
+
<li><a href="../TestPortspec.html">TestPortspec</a>
|
101
|
+
|
102
|
+
<li><a href="../Tools.html">Tools</a>
|
103
|
+
|
104
|
+
</ul>
|
105
|
+
</nav>
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</nav>
|
109
|
+
|
110
|
+
<div id="documentation" class="description">
|
111
|
+
|
112
|
+
</div>
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
<footer id="validator-badges">
|
117
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
118
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
119
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
120
|
+
</footer>
|
121
|
+
|
@@ -0,0 +1,140 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>firescan.gemspec - 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 class="file">
|
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="project-metadata">
|
49
|
+
<nav id="fileindex-section" class="section project-section">
|
50
|
+
<h3 class="section-header">Pages</h3>
|
51
|
+
|
52
|
+
<ul>
|
53
|
+
|
54
|
+
<li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./README_txt.html">README</a>
|
57
|
+
|
58
|
+
<li class="file"><a href="./USAGE_txt.html">USAGE</a>
|
59
|
+
|
60
|
+
<li class="file"><a href="./VERSION_txt.html">VERSION</a>
|
61
|
+
|
62
|
+
<li class="file"><a href="./build.html">build</a>
|
63
|
+
|
64
|
+
<li class="file"><a href="./doc/created_rid.html">created.rid</a>
|
65
|
+
|
66
|
+
<li class="file"><a href="./firescan_gemspec.html">firescan.gemspec</a>
|
67
|
+
|
68
|
+
</ul>
|
69
|
+
</nav>
|
70
|
+
|
71
|
+
<nav id="classindex-section" class="section project-section">
|
72
|
+
<h3 class="section-header">Class and Module Index</h3>
|
73
|
+
|
74
|
+
<ul class="link-list">
|
75
|
+
|
76
|
+
<li><a href="./Example.html">Example</a>
|
77
|
+
|
78
|
+
<li><a href="./Firebind.html">Firebind</a>
|
79
|
+
|
80
|
+
<li><a href="./Firebind/Client.html">Firebind::Client</a>
|
81
|
+
|
82
|
+
<li><a href="./Firebind/Portspec.html">Firebind::Portspec</a>
|
83
|
+
|
84
|
+
<li><a href="./Firebind/Scan.html">Firebind::Scan</a>
|
85
|
+
|
86
|
+
<li><a href="./Firebind/ScanError.html">Firebind::ScanError</a>
|
87
|
+
|
88
|
+
<li><a href="./Firebind/ScanState.html">Firebind::ScanState</a>
|
89
|
+
|
90
|
+
<li><a href="./Firebind/SimpleProtocol.html">Firebind::SimpleProtocol</a>
|
91
|
+
|
92
|
+
<li><a href="./Firebind/TcpTransport.html">Firebind::TcpTransport</a>
|
93
|
+
|
94
|
+
<li><a href="./Firebind/Transport.html">Firebind::Transport</a>
|
95
|
+
|
96
|
+
<li><a href="./Firebind/UdpTransport.html">Firebind::UdpTransport</a>
|
97
|
+
|
98
|
+
<li><a href="./Runner.html">Runner</a>
|
99
|
+
|
100
|
+
<li><a href="./TestPortspec.html">TestPortspec</a>
|
101
|
+
|
102
|
+
<li><a href="./Tools.html">Tools</a>
|
103
|
+
|
104
|
+
</ul>
|
105
|
+
</nav>
|
106
|
+
|
107
|
+
</div>
|
108
|
+
</nav>
|
109
|
+
|
110
|
+
<div id="documentation" class="description">
|
111
|
+
|
112
|
+
<p>Gem::Specification.new do |s|</p>
|
113
|
+
|
114
|
+
<pre>s.name = 'firescan'
|
115
|
+
s.summary = 'Perform network path scanning'
|
116
|
+
s.description = File.read(File.join(File.dirname(__FILE__), 'README.txt'))
|
117
|
+
s.requirements = 'none'
|
118
|
+
s.version = '0.07'
|
119
|
+
s.author = 'Jay Houghton'
|
120
|
+
s.email = 'jay@firebind.com'
|
121
|
+
s.homepage = 'http://www.firebind.com'
|
122
|
+
s.platform = Gem::Platform::RUBY
|
123
|
+
s.required_ruby_version = '>=1.9'
|
124
|
+
s.files = Dir['**/**']
|
125
|
+
s.executables = ['firescan']
|
126
|
+
s.test_files = Dir['test/test*.rb']
|
127
|
+
s.has_rdoc = false</pre>
|
128
|
+
|
129
|
+
<p>end</p>
|
130
|
+
|
131
|
+
</div>
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<footer id="validator-badges">
|
136
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
137
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
138
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
139
|
+
</footer>
|
140
|
+
|