netlinx-compile 1.0.0 → 2.0.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.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/bin/netlinx-compile +0 -0
  4. data/doc/NetLinx.html +119 -151
  5. data/doc/NetLinx/Compile.html +119 -148
  6. data/doc/NetLinx/Compile/Extension.html +115 -145
  7. data/doc/NetLinx/Compile/Extension/AXS.html +217 -154
  8. data/doc/NetLinx/Compile/ExtensionDiscovery.html +479 -321
  9. data/doc/NetLinx/Compile/ExtensionHandler.html +703 -396
  10. data/doc/NetLinx/Compile/Script.html +390 -282
  11. data/doc/NetLinx/Compiler.html +375 -288
  12. data/doc/NetLinx/CompilerResult.html +1102 -498
  13. data/doc/NetLinx/NoCompilerError.html +135 -155
  14. data/doc/NetLinx/SourceFile.html +608 -423
  15. data/doc/_index.html +215 -0
  16. data/doc/class_list.html +58 -0
  17. data/doc/css/common.css +1 -0
  18. data/doc/css/full_list.css +57 -0
  19. data/doc/css/style.css +339 -0
  20. data/doc/file.README.html +94 -0
  21. data/doc/file.license.html +73 -0
  22. data/doc/file_list.html +63 -0
  23. data/doc/frames.html +26 -0
  24. data/doc/index.html +94 -103
  25. data/doc/js/app.js +219 -0
  26. data/doc/js/full_list.js +181 -0
  27. data/doc/js/jquery.js +4 -18
  28. data/doc/method_list.html +261 -0
  29. data/doc/top-level-namespace.html +112 -0
  30. data/lib/test/netlinx/compilable.rb +13 -48
  31. data/lib/test/netlinx/compile/discoverable.rb +3 -14
  32. data/lib/test/netlinx/compile/invokable.rb +3 -15
  33. metadata +98 -67
  34. data/README.txt +0 -2
  35. data/doc/Test.html +0 -147
  36. data/doc/Test/NetLinx.html +0 -147
  37. data/doc/Test/NetLinx/Compilable.html +0 -148
  38. data/doc/Test/NetLinx/Compile.html +0 -146
  39. data/doc/Test/NetLinx/Compile/Discoverable.html +0 -148
  40. data/doc/Test/NetLinx/Compile/Invokable.html +0 -149
  41. data/doc/created.rid +0 -12
  42. data/doc/images/add.png +0 -0
  43. data/doc/images/arrow_up.png +0 -0
  44. data/doc/images/brick.png +0 -0
  45. data/doc/images/brick_link.png +0 -0
  46. data/doc/images/bug.png +0 -0
  47. data/doc/images/bullet_black.png +0 -0
  48. data/doc/images/bullet_toggle_minus.png +0 -0
  49. data/doc/images/bullet_toggle_plus.png +0 -0
  50. data/doc/images/date.png +0 -0
  51. data/doc/images/delete.png +0 -0
  52. data/doc/images/find.png +0 -0
  53. data/doc/images/loadingAnimation.gif +0 -0
  54. data/doc/images/macFFBgHack.png +0 -0
  55. data/doc/images/package.png +0 -0
  56. data/doc/images/page_green.png +0 -0
  57. data/doc/images/page_white_text.png +0 -0
  58. data/doc/images/page_white_width.png +0 -0
  59. data/doc/images/plugin.png +0 -0
  60. data/doc/images/ruby.png +0 -0
  61. data/doc/images/tag_blue.png +0 -0
  62. data/doc/images/tag_green.png +0 -0
  63. data/doc/images/transparent.png +0 -0
  64. data/doc/images/wrench.png +0 -0
  65. data/doc/images/wrench_orange.png +0 -0
  66. data/doc/images/zoom.png +0 -0
  67. data/doc/js/darkfish.js +0 -155
  68. data/doc/js/navigation.js +0 -142
  69. data/doc/js/search.js +0 -94
  70. data/doc/js/search_index.js +0 -1
  71. data/doc/js/searcher.js +0 -228
  72. data/doc/rdoc.css +0 -595
  73. data/doc/table_of_contents.html +0 -138
@@ -0,0 +1,112 @@
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
+ Top Level Namespace
8
+
9
+ &mdash; Documentation by YARD 0.8.7.6
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#!top-level-namespace.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</a> &raquo;
35
+
36
+
37
+ <span class="title">Top Level Namespace</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>Top Level Namespace
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ </dl>
82
+ <div class="clear"></div>
83
+
84
+ <h2>Defined Under Namespace</h2>
85
+ <p class="children">
86
+
87
+
88
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="NetLinx.html" title="NetLinx (module)">NetLinx</a></span>
89
+
90
+
91
+
92
+
93
+ </p>
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+ </div>
104
+
105
+ <div id="footer">
106
+ Generated on Mon Jan 26 15:35:28 2015 by
107
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
+ 0.8.7.6 (ruby-2.1.5).
109
+ </div>
110
+
111
+ </body>
112
+ </html>
@@ -1,48 +1,13 @@
1
- module Test
2
- module NetLinx
3
- # Interface tests for an object that can be compiled with NetLinx::Compiler.
4
- module Compilable
5
-
6
- # :nodoc:
7
- def test_responds_to_compiler_target_files
8
- assert_respond_to @object, :compiler_target_files
9
- end
10
-
11
- # :nodoc:
12
- def test_responds_to_compiler_include_paths
13
- assert_respond_to @object, :compiler_include_paths
14
- end
15
-
16
- # :nodoc:
17
- def test_responds_to_compiler_library_paths
18
- assert_respond_to @object, :compiler_library_paths
19
- end
20
-
21
- # :nodoc:
22
- def test_responds_to_compiler_module_paths
23
- assert_respond_to @object, :compiler_module_paths
24
- end
25
-
26
- # :nodoc:
27
- def test_compiler_target_files_is_an_array
28
- assert @object.compiler_target_files.is_a? Array
29
- end
30
-
31
- # :nodoc:
32
- def test_compiler_include_paths_is_an_array
33
- assert @object.compiler_include_paths.is_a? Array
34
- end
35
-
36
- # :nodoc:
37
- def test_compiler_library_paths_is_an_array
38
- assert @object.compiler_library_paths.is_a? Array
39
- end
40
-
41
- # :nodoc:
42
- def test_compiler_module_paths_is_an_array
43
- assert @object.compiler_module_paths.is_a? Array
44
- end
45
-
46
- end
47
- end
48
- end
1
+ shared_examples "compilable" do
2
+
3
+ it { should respond_to :compiler_target_files }
4
+ it { should respond_to :compiler_include_paths }
5
+ it { should respond_to :compiler_library_paths }
6
+ it { should respond_to :compiler_module_paths }
7
+
8
+ its(:compiler_target_files) { should be_an Array }
9
+ its(:compiler_include_paths) { should be_an Array }
10
+ its(:compiler_library_paths) { should be_an Array }
11
+ its(:compiler_module_paths) { should be_an Array }
12
+
13
+ end
@@ -1,14 +1,3 @@
1
- module Test
2
- module NetLinx
3
- module Compile
4
- # Interface tests for an object that registers an EventHandler
5
- # under NetLinx::Compile::Extension.
6
- module Discoverable
7
- # :nodoc:
8
- def test_responds_to_get_handler
9
- assert_respond_to @object, :get_handler
10
- end
11
- end
12
- end
13
- end
14
- end
1
+ shared_examples "discoverable" do
2
+ it { should respond_to :get_handler }
3
+ end
@@ -1,15 +1,3 @@
1
- module Test
2
- module NetLinx
3
- module Compile
4
- # Interface tests for an object that provides a means to
5
- # invoke the compiler on a Compilable file extension.
6
- # See ExtensionDiscovery.
7
- module Invokable
8
- # :nodoc:
9
- def test_responds_to_compile
10
- assert_respond_to @object, :compile
11
- end
12
- end
13
- end
14
- end
15
- end
1
+ shared_examples "invokable" do
2
+ it { should respond_to :compile }
3
+ end
metadata CHANGED
@@ -1,55 +1,111 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netlinx-compile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex McLain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-24 00:00:00.000000000 Z
11
+ date: 2015-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
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
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: rdoc
28
+ name: yard
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - '='
32
+ - !ruby/object:Gem::Version
33
+ version: 0.8.7.3
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '='
39
+ - !ruby/object:Gem::Version
40
+ version: 0.8.7.3
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 3.0.0
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 3.0.0
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec-its
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 1.0.1
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 1.0.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: fivemat
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
32
74
  - !ruby/object:Gem::Version
33
75
  version: '0'
34
76
  type: :development
35
77
  prerelease: false
36
78
  version_requirements: !ruby/object:Gem::Requirement
37
79
  requirements:
38
- - - '>='
80
+ - - ">="
39
81
  - !ruby/object:Gem::Version
40
82
  version: '0'
41
83
  - !ruby/object:Gem::Dependency
42
84
  name: pry
43
85
  requirement: !ruby/object:Gem::Requirement
44
86
  requirements:
45
- - - '>='
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rb-readline
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
46
102
  - !ruby/object:Gem::Version
47
103
  version: '0'
48
104
  type: :development
49
105
  prerelease: false
50
106
  version_requirements: !ruby/object:Gem::Requirement
51
107
  requirements:
52
- - - '>='
108
+ - - ">="
53
109
  - !ruby/object:Gem::Version
54
110
  version: '0'
55
111
  description: This library provides an executable, netlinx-compile, that wraps the
@@ -63,9 +119,35 @@ executables:
63
119
  extensions: []
64
120
  extra_rdoc_files: []
65
121
  files:
66
- - license.txt
67
- - README.txt
122
+ - README.md
68
123
  - bin/netlinx-compile
124
+ - doc/NetLinx.html
125
+ - doc/NetLinx/Compile.html
126
+ - doc/NetLinx/Compile/Extension.html
127
+ - doc/NetLinx/Compile/Extension/AXS.html
128
+ - doc/NetLinx/Compile/ExtensionDiscovery.html
129
+ - doc/NetLinx/Compile/ExtensionHandler.html
130
+ - doc/NetLinx/Compile/Script.html
131
+ - doc/NetLinx/Compiler.html
132
+ - doc/NetLinx/CompilerResult.html
133
+ - doc/NetLinx/NoCompilerError.html
134
+ - doc/NetLinx/SourceFile.html
135
+ - doc/_index.html
136
+ - doc/class_list.html
137
+ - doc/css/common.css
138
+ - doc/css/full_list.css
139
+ - doc/css/style.css
140
+ - doc/file.README.html
141
+ - doc/file.license.html
142
+ - doc/file_list.html
143
+ - doc/frames.html
144
+ - doc/index.html
145
+ - doc/js/app.js
146
+ - doc/js/full_list.js
147
+ - doc/js/jquery.js
148
+ - doc/method_list.html
149
+ - doc/top-level-namespace.html
150
+ - lib/netlinx-compile.rb
69
151
  - lib/netlinx/compile/extension/axs.rb
70
152
  - lib/netlinx/compile/extension_discovery.rb
71
153
  - lib/netlinx/compile/extension_handler.rb
@@ -73,62 +155,10 @@ files:
73
155
  - lib/netlinx/compiler.rb
74
156
  - lib/netlinx/compiler_result.rb
75
157
  - lib/netlinx/source_file.rb
76
- - lib/netlinx-compile.rb
77
158
  - lib/test/netlinx/compilable.rb
78
159
  - lib/test/netlinx/compile/discoverable.rb
79
160
  - lib/test/netlinx/compile/invokable.rb
80
- - doc/created.rid
81
- - doc/images/add.png
82
- - doc/images/arrow_up.png
83
- - doc/images/brick.png
84
- - doc/images/brick_link.png
85
- - doc/images/bug.png
86
- - doc/images/bullet_black.png
87
- - doc/images/bullet_toggle_minus.png
88
- - doc/images/bullet_toggle_plus.png
89
- - doc/images/date.png
90
- - doc/images/delete.png
91
- - doc/images/find.png
92
- - doc/images/loadingAnimation.gif
93
- - doc/images/macFFBgHack.png
94
- - doc/images/package.png
95
- - doc/images/page_green.png
96
- - doc/images/page_white_text.png
97
- - doc/images/page_white_width.png
98
- - doc/images/plugin.png
99
- - doc/images/ruby.png
100
- - doc/images/tag_blue.png
101
- - doc/images/tag_green.png
102
- - doc/images/transparent.png
103
- - doc/images/wrench.png
104
- - doc/images/wrench_orange.png
105
- - doc/images/zoom.png
106
- - doc/index.html
107
- - doc/js/darkfish.js
108
- - doc/js/jquery.js
109
- - doc/js/navigation.js
110
- - doc/js/search.js
111
- - doc/js/searcher.js
112
- - doc/js/search_index.js
113
- - doc/NetLinx/Compile/Extension/AXS.html
114
- - doc/NetLinx/Compile/Extension.html
115
- - doc/NetLinx/Compile/ExtensionDiscovery.html
116
- - doc/NetLinx/Compile/ExtensionHandler.html
117
- - doc/NetLinx/Compile/Script.html
118
- - doc/NetLinx/Compile.html
119
- - doc/NetLinx/Compiler.html
120
- - doc/NetLinx/CompilerResult.html
121
- - doc/NetLinx/NoCompilerError.html
122
- - doc/NetLinx/SourceFile.html
123
- - doc/NetLinx.html
124
- - doc/rdoc.css
125
- - doc/table_of_contents.html
126
- - doc/Test/NetLinx/Compilable.html
127
- - doc/Test/NetLinx/Compile/Discoverable.html
128
- - doc/Test/NetLinx/Compile/Invokable.html
129
- - doc/Test/NetLinx/Compile.html
130
- - doc/Test/NetLinx.html
131
- - doc/Test.html
161
+ - license.txt
132
162
  homepage: https://sourceforge.net/projects/netlinx-compile/
133
163
  licenses:
134
164
  - Apache 2.0
@@ -139,18 +169,19 @@ require_paths:
139
169
  - lib
140
170
  required_ruby_version: !ruby/object:Gem::Requirement
141
171
  requirements:
142
- - - '>='
172
+ - - ">="
143
173
  - !ruby/object:Gem::Version
144
174
  version: '0'
145
175
  required_rubygems_version: !ruby/object:Gem::Requirement
146
176
  requirements:
147
- - - '>='
177
+ - - ">="
148
178
  - !ruby/object:Gem::Version
149
179
  version: '0'
150
180
  requirements: []
151
181
  rubyforge_project:
152
- rubygems_version: 2.0.3
182
+ rubygems_version: 2.4.4
153
183
  signing_key:
154
184
  specification_version: 4
155
185
  summary: A wrapper utility for the AMX NetLinx compiler.
156
186
  test_files: []
187
+ has_rdoc: