netlinx-compile 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/netlinx-compile +0 -0
- data/doc/NetLinx.html +40 -40
- data/doc/NetLinx/Compile.html +38 -38
- data/doc/NetLinx/Compile/Extension.html +38 -38
- data/doc/NetLinx/Compile/Extension/AXS.html +49 -48
- data/doc/NetLinx/Compile/ExtensionDiscovery.html +56 -55
- data/doc/NetLinx/Compile/ExtensionHandler.html +60 -59
- data/doc/NetLinx/Compile/Script.html +51 -50
- data/doc/NetLinx/Compiler.html +52 -51
- data/doc/NetLinx/CompilerResult.html +72 -71
- data/doc/NetLinx/NoCompilerError.html +44 -43
- data/doc/NetLinx/Rake.html +115 -0
- data/doc/NetLinx/Rake/Compile.html +359 -0
- data/doc/NetLinx/SourceFile.html +58 -57
- data/doc/Test.html +147 -0
- data/doc/Test/NetLinx.html +147 -0
- data/doc/Test/NetLinx/Compilable.html +148 -0
- data/doc/Test/NetLinx/Compile.html +146 -0
- data/doc/Test/NetLinx/Compile/Discoverable.html +148 -0
- data/doc/Test/NetLinx/Compile/Invokable.html +149 -0
- data/doc/_index.html +50 -31
- data/doc/class_list.html +24 -31
- data/doc/created.rid +12 -0
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +251 -91
- data/doc/file.README.html +28 -31
- data/doc/file.license.html +28 -31
- data/doc/file_list.html +29 -31
- data/doc/frames.html +7 -16
- 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 +28 -31
- data/doc/js/app.js +106 -77
- data/doc/js/darkfish.js +155 -0
- data/doc/js/full_list.js +170 -135
- 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/method_list.html +209 -131
- data/doc/rdoc.css +595 -0
- data/doc/table_of_contents.html +138 -0
- data/doc/top-level-namespace.html +34 -36
- data/lib/netlinx/compiler.rb +1 -1
- data/lib/netlinx/rake/compile.rb +4 -0
- data/lib/netlinx/rake/compile/compile.rb +34 -0
- metadata +64 -15
@@ -0,0 +1,138 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>Table of Contents - 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="indexpage">
|
24
|
+
<h1>Table of Contents - RDoc Documentation</h1>
|
25
|
+
|
26
|
+
|
27
|
+
<h2 id="classes">Classes/Modules</h2>
|
28
|
+
<ul>
|
29
|
+
<li class="module">
|
30
|
+
<a href="NetLinx.html">NetLinx</a>
|
31
|
+
</li>
|
32
|
+
<li class="module">
|
33
|
+
<a href="NetLinx/Compile.html">NetLinx::Compile</a>
|
34
|
+
</li>
|
35
|
+
<li class="module">
|
36
|
+
<a href="NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
|
37
|
+
</li>
|
38
|
+
<li class="class">
|
39
|
+
<a href="NetLinx/Compile/Extension/AXS.html">NetLinx::Compile::Extension::AXS</a>
|
40
|
+
</li>
|
41
|
+
<li class="class">
|
42
|
+
<a href="NetLinx/Compile/ExtensionDiscovery.html">NetLinx::Compile::ExtensionDiscovery</a>
|
43
|
+
</li>
|
44
|
+
<li class="class">
|
45
|
+
<a href="NetLinx/Compile/ExtensionHandler.html">NetLinx::Compile::ExtensionHandler</a>
|
46
|
+
</li>
|
47
|
+
<li class="class">
|
48
|
+
<a href="NetLinx/Compile/Script.html">NetLinx::Compile::Script</a>
|
49
|
+
</li>
|
50
|
+
<li class="class">
|
51
|
+
<a href="NetLinx/Compiler.html">NetLinx::Compiler</a>
|
52
|
+
</li>
|
53
|
+
<li class="class">
|
54
|
+
<a href="NetLinx/CompilerResult.html">NetLinx::CompilerResult</a>
|
55
|
+
</li>
|
56
|
+
<li class="class">
|
57
|
+
<a href="NetLinx/NoCompilerError.html">NetLinx::NoCompilerError</a>
|
58
|
+
</li>
|
59
|
+
<li class="class">
|
60
|
+
<a href="NetLinx/SourceFile.html">NetLinx::SourceFile</a>
|
61
|
+
</li>
|
62
|
+
<li class="module">
|
63
|
+
<a href="Test.html">Test</a>
|
64
|
+
</li>
|
65
|
+
<li class="module">
|
66
|
+
<a href="Test/NetLinx.html">Test::NetLinx</a>
|
67
|
+
</li>
|
68
|
+
<li class="module">
|
69
|
+
<a href="Test/NetLinx/Compilable.html">Test::NetLinx::Compilable</a>
|
70
|
+
</li>
|
71
|
+
<li class="module">
|
72
|
+
<a href="Test/NetLinx/Compile.html">Test::NetLinx::Compile</a>
|
73
|
+
</li>
|
74
|
+
<li class="module">
|
75
|
+
<a href="Test/NetLinx/Compile/Discoverable.html">Test::NetLinx::Compile::Discoverable</a>
|
76
|
+
</li>
|
77
|
+
<li class="module">
|
78
|
+
<a href="Test/NetLinx/Compile/Invokable.html">Test::NetLinx::Compile::Invokable</a>
|
79
|
+
</li>
|
80
|
+
|
81
|
+
</ul>
|
82
|
+
|
83
|
+
<h2 id="methods">Methods</h2>
|
84
|
+
<ul>
|
85
|
+
|
86
|
+
<li class="method"><a href="NetLinx/Compile/ExtensionDiscovery.html#method-c-discover">::discover — NetLinx::Compile::ExtensionDiscovery</a>
|
87
|
+
|
88
|
+
<li class="method"><a href="NetLinx/Compile/ExtensionDiscovery.html#method-c-get_handler">::get_handler — NetLinx::Compile::ExtensionDiscovery</a>
|
89
|
+
|
90
|
+
<li class="method"><a href="NetLinx/Compiler.html#method-c-new">::new — NetLinx::Compiler</a>
|
91
|
+
|
92
|
+
<li class="method"><a href="NetLinx/Compile/ExtensionHandler.html#method-c-new">::new — NetLinx::Compile::ExtensionHandler</a>
|
93
|
+
|
94
|
+
<li class="method"><a href="NetLinx/CompilerResult.html#method-c-new">::new — NetLinx::CompilerResult</a>
|
95
|
+
|
96
|
+
<li class="method"><a href="NetLinx/SourceFile.html#method-c-new">::new — NetLinx::SourceFile</a>
|
97
|
+
|
98
|
+
<li class="method"><a href="NetLinx/Compile/Script.html#method-c-run">::run — NetLinx::Compile::Script</a>
|
99
|
+
|
100
|
+
<li class="method"><a href="NetLinx/Compile/ExtensionDiscovery.html#method-c-workspace_extensions">::workspace_extensions — NetLinx::Compile::ExtensionDiscovery</a>
|
101
|
+
|
102
|
+
<li class="method"><a href="NetLinx/Compile/ExtensionHandler.html#method-i-3C-3C">#<< — NetLinx::Compile::ExtensionHandler</a>
|
103
|
+
|
104
|
+
<li class="method"><a href="NetLinx/Compiler.html#method-i-compile">#compile — NetLinx::Compiler</a>
|
105
|
+
|
106
|
+
<li class="method"><a href="NetLinx/SourceFile.html#method-i-compile">#compile — NetLinx::SourceFile</a>
|
107
|
+
|
108
|
+
<li class="method"><a href="NetLinx/SourceFile.html#method-i-compiler_include_paths">#compiler_include_paths — NetLinx::SourceFile</a>
|
109
|
+
|
110
|
+
<li class="method"><a href="NetLinx/SourceFile.html#method-i-compiler_library_paths">#compiler_library_paths — NetLinx::SourceFile</a>
|
111
|
+
|
112
|
+
<li class="method"><a href="NetLinx/SourceFile.html#method-i-compiler_module_paths">#compiler_module_paths — NetLinx::SourceFile</a>
|
113
|
+
|
114
|
+
<li class="method"><a href="NetLinx/SourceFile.html#method-i-compiler_target_files">#compiler_target_files — NetLinx::SourceFile</a>
|
115
|
+
|
116
|
+
<li class="method"><a href="NetLinx/CompilerResult.html#method-i-error_items">#error_items — NetLinx::CompilerResult</a>
|
117
|
+
|
118
|
+
<li class="method"><a href="NetLinx/Compile/ExtensionHandler.html#method-i-include-3F">#include? — NetLinx::Compile::ExtensionHandler</a>
|
119
|
+
|
120
|
+
<li class="method"><a href="NetLinx/Compile/ExtensionHandler.html#method-i-is_a_workspace-3F">#is_a_workspace? — NetLinx::Compile::ExtensionHandler</a>
|
121
|
+
|
122
|
+
<li class="method"><a href="NetLinx/CompilerResult.html#method-i-success-3F">#success? — NetLinx::CompilerResult</a>
|
123
|
+
|
124
|
+
<li class="method"><a href="NetLinx/CompilerResult.html#method-i-target_file">#target_file — NetLinx::CompilerResult</a>
|
125
|
+
|
126
|
+
<li class="method"><a href="NetLinx/CompilerResult.html#method-i-to_s">#to_s — NetLinx::CompilerResult</a>
|
127
|
+
|
128
|
+
<li class="method"><a href="NetLinx/CompilerResult.html#method-i-warning_items">#warning_items — NetLinx::CompilerResult</a>
|
129
|
+
|
130
|
+
</ul>
|
131
|
+
|
132
|
+
|
133
|
+
<footer id="validator-badges">
|
134
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
135
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
136
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
137
|
+
</footer>
|
138
|
+
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Top Level Namespace
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.12
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "";
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!top-level-namespace.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,58 +27,56 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="_index.html">Index</a> »
|
35
40
|
|
36
41
|
|
37
42
|
<span class="title">Top Level Namespace</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Top Level Namespace
|
62
|
+
<div id="content"><h1>Top Level Namespace
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
71
69
|
|
72
|
-
<dl class="box">
|
73
70
|
|
74
71
|
|
75
|
-
|
76
72
|
|
77
|
-
|
78
73
|
|
79
74
|
|
75
|
+
|
80
76
|
|
81
|
-
|
82
|
-
|
77
|
+
|
78
|
+
|
79
|
+
</div>
|
83
80
|
|
84
81
|
<h2>Defined Under Namespace</h2>
|
85
82
|
<p class="children">
|
@@ -102,11 +99,12 @@
|
|
102
99
|
|
103
100
|
</div>
|
104
101
|
|
105
|
-
|
106
|
-
Generated on
|
102
|
+
<div id="footer">
|
103
|
+
Generated on Tue Feb 13 21:36:33 2018 by
|
107
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
-
0.
|
105
|
+
0.9.12 (ruby-2.1.8).
|
109
106
|
</div>
|
110
107
|
|
108
|
+
</div>
|
111
109
|
</body>
|
112
110
|
</html>
|
data/lib/netlinx/compiler.rb
CHANGED
@@ -27,7 +27,7 @@ module NetLinx
|
|
27
27
|
user_specified_path,
|
28
28
|
'C:\Program Files (x86)\Common Files\AMXShare\COM', # 64-bit O/S path
|
29
29
|
'C:\Program Files\Common Files\AMXShare\COM', # 32-bit O/S path
|
30
|
-
'~/.wine/drive_c/Program
|
30
|
+
'~/.wine/drive_c/Program Files/Common Files/AMXShare/COM', # Wine path
|
31
31
|
].compact
|
32
32
|
|
33
33
|
# Check for NetLinx compiler.
|
@@ -0,0 +1,34 @@
|
|
1
|
+
|
2
|
+
require 'rake'
|
3
|
+
require 'rake/tasklib'
|
4
|
+
|
5
|
+
require 'netlinx/compile/script'
|
6
|
+
|
7
|
+
module NetLinx
|
8
|
+
module Rake
|
9
|
+
|
10
|
+
# Compile to deployable code from the source code files in the given workspace.
|
11
|
+
class Compile < ::Rake::TaskLib
|
12
|
+
|
13
|
+
attr_accessor :name
|
14
|
+
|
15
|
+
def initialize name = :compile
|
16
|
+
@name = name
|
17
|
+
yield self if block_given?
|
18
|
+
|
19
|
+
desc "Compile to deployable code from the source code files in the given workspace."
|
20
|
+
|
21
|
+
task(name) do
|
22
|
+
workspace = Dir.glob("*.apw").first
|
23
|
+
|
24
|
+
puts "\n\nLaunching NetLinx compiler...\n\n"
|
25
|
+
# TODO: Invoke compiler through API.
|
26
|
+
# Just call the netlinx-compile rake task in rake/erb.
|
27
|
+
system "netlinx-compile --smart -s \"#{workspace}\""
|
28
|
+
# NetLinx::Compile::Script.run argv: ['--smart', '-s', "\"#{workspace}\""]
|
29
|
+
end
|
30
|
+
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: netlinx-compile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex McLain
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -16,56 +16,62 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '12.3'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '12.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: yard
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: '0.9'
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 0.9.11
|
34
37
|
type: :development
|
35
38
|
prerelease: false
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
37
40
|
requirements:
|
38
41
|
- - "~>"
|
39
42
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
43
|
+
version: '0.9'
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 0.9.11
|
41
47
|
- !ruby/object:Gem::Dependency
|
42
48
|
name: rspec
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
44
50
|
requirements:
|
45
51
|
- - "~>"
|
46
52
|
- !ruby/object:Gem::Version
|
47
|
-
version: '3.
|
53
|
+
version: '3.7'
|
48
54
|
type: :development
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
51
57
|
requirements:
|
52
58
|
- - "~>"
|
53
59
|
- !ruby/object:Gem::Version
|
54
|
-
version: '3.
|
60
|
+
version: '3.7'
|
55
61
|
- !ruby/object:Gem::Dependency
|
56
62
|
name: rspec-its
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
58
64
|
requirements:
|
59
65
|
- - "~>"
|
60
66
|
- !ruby/object:Gem::Version
|
61
|
-
version: '1.
|
67
|
+
version: '1.2'
|
62
68
|
type: :development
|
63
69
|
prerelease: false
|
64
70
|
version_requirements: !ruby/object:Gem::Requirement
|
65
71
|
requirements:
|
66
72
|
- - "~>"
|
67
73
|
- !ruby/object:Gem::Version
|
68
|
-
version: '1.
|
74
|
+
version: '1.2'
|
69
75
|
- !ruby/object:Gem::Dependency
|
70
76
|
name: fivemat
|
71
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -113,7 +119,8 @@ description: This library provides an executable, netlinx-compile, that wraps th
|
|
113
119
|
access, as well as for integration with third-party tools with source code build
|
114
120
|
support, like text editors and IDE's. Also provided in this library is a Ruby API
|
115
121
|
for invoking the NetLinx compiler.
|
116
|
-
email:
|
122
|
+
email:
|
123
|
+
- alex@alexmclain.com
|
117
124
|
executables:
|
118
125
|
- netlinx-compile
|
119
126
|
extensions: []
|
@@ -131,9 +138,18 @@ files:
|
|
131
138
|
- doc/NetLinx/Compiler.html
|
132
139
|
- doc/NetLinx/CompilerResult.html
|
133
140
|
- doc/NetLinx/NoCompilerError.html
|
141
|
+
- doc/NetLinx/Rake.html
|
142
|
+
- doc/NetLinx/Rake/Compile.html
|
134
143
|
- doc/NetLinx/SourceFile.html
|
144
|
+
- doc/Test.html
|
145
|
+
- doc/Test/NetLinx.html
|
146
|
+
- doc/Test/NetLinx/Compilable.html
|
147
|
+
- doc/Test/NetLinx/Compile.html
|
148
|
+
- doc/Test/NetLinx/Compile/Discoverable.html
|
149
|
+
- doc/Test/NetLinx/Compile/Invokable.html
|
135
150
|
- doc/_index.html
|
136
151
|
- doc/class_list.html
|
152
|
+
- doc/created.rid
|
137
153
|
- doc/css/common.css
|
138
154
|
- doc/css/full_list.css
|
139
155
|
- doc/css/style.css
|
@@ -141,11 +157,43 @@ files:
|
|
141
157
|
- doc/file.license.html
|
142
158
|
- doc/file_list.html
|
143
159
|
- doc/frames.html
|
160
|
+
- doc/images/add.png
|
161
|
+
- doc/images/arrow_up.png
|
162
|
+
- doc/images/brick.png
|
163
|
+
- doc/images/brick_link.png
|
164
|
+
- doc/images/bug.png
|
165
|
+
- doc/images/bullet_black.png
|
166
|
+
- doc/images/bullet_toggle_minus.png
|
167
|
+
- doc/images/bullet_toggle_plus.png
|
168
|
+
- doc/images/date.png
|
169
|
+
- doc/images/delete.png
|
170
|
+
- doc/images/find.png
|
171
|
+
- doc/images/loadingAnimation.gif
|
172
|
+
- doc/images/macFFBgHack.png
|
173
|
+
- doc/images/package.png
|
174
|
+
- doc/images/page_green.png
|
175
|
+
- doc/images/page_white_text.png
|
176
|
+
- doc/images/page_white_width.png
|
177
|
+
- doc/images/plugin.png
|
178
|
+
- doc/images/ruby.png
|
179
|
+
- doc/images/tag_blue.png
|
180
|
+
- doc/images/tag_green.png
|
181
|
+
- doc/images/transparent.png
|
182
|
+
- doc/images/wrench.png
|
183
|
+
- doc/images/wrench_orange.png
|
184
|
+
- doc/images/zoom.png
|
144
185
|
- doc/index.html
|
145
186
|
- doc/js/app.js
|
187
|
+
- doc/js/darkfish.js
|
146
188
|
- doc/js/full_list.js
|
147
189
|
- doc/js/jquery.js
|
190
|
+
- doc/js/navigation.js
|
191
|
+
- doc/js/search.js
|
192
|
+
- doc/js/search_index.js
|
193
|
+
- doc/js/searcher.js
|
148
194
|
- doc/method_list.html
|
195
|
+
- doc/rdoc.css
|
196
|
+
- doc/table_of_contents.html
|
149
197
|
- doc/top-level-namespace.html
|
150
198
|
- lib/netlinx-compile.rb
|
151
199
|
- lib/netlinx/compile/extension/axs.rb
|
@@ -154,14 +202,16 @@ files:
|
|
154
202
|
- lib/netlinx/compile/script.rb
|
155
203
|
- lib/netlinx/compiler.rb
|
156
204
|
- lib/netlinx/compiler_result.rb
|
205
|
+
- lib/netlinx/rake/compile.rb
|
206
|
+
- lib/netlinx/rake/compile/compile.rb
|
157
207
|
- lib/netlinx/source_file.rb
|
158
208
|
- lib/test/netlinx/compilable.rb
|
159
209
|
- lib/test/netlinx/compile/discoverable.rb
|
160
210
|
- lib/test/netlinx/compile/invokable.rb
|
161
211
|
- license.txt
|
162
|
-
homepage: https://
|
212
|
+
homepage: https://github.com/amclain/netlinx-compile
|
163
213
|
licenses:
|
164
|
-
- Apache
|
214
|
+
- Apache-2.0
|
165
215
|
metadata: {}
|
166
216
|
post_install_message:
|
167
217
|
rdoc_options: []
|
@@ -179,9 +229,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
179
229
|
version: '0'
|
180
230
|
requirements: []
|
181
231
|
rubyforge_project:
|
182
|
-
rubygems_version: 2.
|
232
|
+
rubygems_version: 2.6.13
|
183
233
|
signing_key:
|
184
234
|
specification_version: 4
|
185
235
|
summary: A wrapper utility for the AMX NetLinx compiler.
|
186
236
|
test_files: []
|
187
|
-
has_rdoc:
|