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,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
+
@@ -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
+
@@ -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 = '&gt;=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
+