netlinx-workspace 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/doc/NetLinx.html +39 -39
  3. data/doc/NetLinx/Compile.html +38 -38
  4. data/doc/NetLinx/Compile/Extension.html +38 -38
  5. data/doc/NetLinx/Compile/Extension/APW.html +49 -48
  6. data/doc/NetLinx/Project.html +74 -73
  7. data/doc/NetLinx/Rake.html +38 -38
  8. data/doc/NetLinx/Rake/Workspace.html +38 -38
  9. data/doc/NetLinx/Rake/Workspace/CreateWorkspaceConfig.html +50 -49
  10. data/doc/NetLinx/Rake/Workspace/GenerateAPW.html +51 -50
  11. data/doc/NetLinx/System.html +97 -96
  12. data/doc/NetLinx/SystemFile.html +66 -65
  13. data/doc/NetLinx/Workspace.html +76 -75
  14. data/doc/NetLinx/Workspace/YAML.html +52 -51
  15. data/doc/_index.html +28 -31
  16. data/doc/class_list.html +24 -31
  17. data/doc/created.rid +7 -0
  18. data/doc/css/full_list.css +32 -31
  19. data/doc/css/style.css +251 -91
  20. data/doc/file.README.html +28 -31
  21. data/doc/file.license.html +28 -31
  22. data/doc/file_list.html +29 -31
  23. data/doc/frames.html +7 -16
  24. data/doc/images/add.png +0 -0
  25. data/doc/images/arrow_up.png +0 -0
  26. data/doc/images/brick.png +0 -0
  27. data/doc/images/brick_link.png +0 -0
  28. data/doc/images/bug.png +0 -0
  29. data/doc/images/bullet_black.png +0 -0
  30. data/doc/images/bullet_toggle_minus.png +0 -0
  31. data/doc/images/bullet_toggle_plus.png +0 -0
  32. data/doc/images/date.png +0 -0
  33. data/doc/images/delete.png +0 -0
  34. data/doc/images/find.png +0 -0
  35. data/doc/images/loadingAnimation.gif +0 -0
  36. data/doc/images/macFFBgHack.png +0 -0
  37. data/doc/images/package.png +0 -0
  38. data/doc/images/page_green.png +0 -0
  39. data/doc/images/page_white_text.png +0 -0
  40. data/doc/images/page_white_width.png +0 -0
  41. data/doc/images/plugin.png +0 -0
  42. data/doc/images/ruby.png +0 -0
  43. data/doc/images/tag_blue.png +0 -0
  44. data/doc/images/tag_green.png +0 -0
  45. data/doc/images/transparent.png +0 -0
  46. data/doc/images/wrench.png +0 -0
  47. data/doc/images/wrench_orange.png +0 -0
  48. data/doc/images/zoom.png +0 -0
  49. data/doc/index.html +28 -31
  50. data/doc/js/app.js +106 -77
  51. data/doc/js/darkfish.js +155 -0
  52. data/doc/js/full_list.js +170 -135
  53. data/doc/js/navigation.js +142 -0
  54. data/doc/js/search.js +94 -0
  55. data/doc/js/search_index.js +1 -0
  56. data/doc/js/searcher.js +228 -0
  57. data/doc/method_list.html +373 -239
  58. data/doc/rdoc.css +595 -0
  59. data/doc/table_of_contents.html +111 -0
  60. data/doc/top-level-namespace.html +34 -36
  61. metadata +53 -15
@@ -0,0 +1,111 @@
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/APW.html">NetLinx::Compile::Extension::APW</a>
40
+ </li>
41
+ <li class="class">
42
+ <a href="NetLinx/Project.html">NetLinx::Project</a>
43
+ </li>
44
+ <li class="class">
45
+ <a href="NetLinx/System.html">NetLinx::System</a>
46
+ </li>
47
+ <li class="class">
48
+ <a href="NetLinx/SystemFile.html">NetLinx::SystemFile</a>
49
+ </li>
50
+ <li class="class">
51
+ <a href="NetLinx/Workspace.html">NetLinx::Workspace</a>
52
+ </li>
53
+
54
+ </ul>
55
+
56
+ <h2 id="methods">Methods</h2>
57
+ <ul>
58
+
59
+ <li class="method"><a href="NetLinx/Project.html#method-c-new">::new &mdash; NetLinx::Project</a>
60
+
61
+ <li class="method"><a href="NetLinx/System.html#method-c-new">::new &mdash; NetLinx::System</a>
62
+
63
+ <li class="method"><a href="NetLinx/SystemFile.html#method-c-new">::new &mdash; NetLinx::SystemFile</a>
64
+
65
+ <li class="method"><a href="NetLinx/Workspace.html#method-c-new">::new &mdash; NetLinx::Workspace</a>
66
+
67
+ <li class="method"><a href="NetLinx/Workspace.html#method-i-3C-3C">#<< &mdash; NetLinx::Workspace</a>
68
+
69
+ <li class="method"><a href="NetLinx/Project.html#method-i-3C-3C">#<< &mdash; NetLinx::Project</a>
70
+
71
+ <li class="method"><a href="NetLinx/System.html#method-i-3C-3C">#<< &mdash; NetLinx::System</a>
72
+
73
+ <li class="method"><a href="NetLinx/Project.html#method-i-compile">#compile &mdash; NetLinx::Project</a>
74
+
75
+ <li class="method"><a href="NetLinx/System.html#method-i-compile">#compile &mdash; NetLinx::System</a>
76
+
77
+ <li class="method"><a href="NetLinx/Workspace.html#method-i-compile">#compile &mdash; NetLinx::Workspace</a>
78
+
79
+ <li class="method"><a href="NetLinx/System.html#method-i-compiler_include_paths">#compiler_include_paths &mdash; NetLinx::System</a>
80
+
81
+ <li class="method"><a href="NetLinx/System.html#method-i-compiler_library_paths">#compiler_library_paths &mdash; NetLinx::System</a>
82
+
83
+ <li class="method"><a href="NetLinx/System.html#method-i-compiler_module_paths">#compiler_module_paths &mdash; NetLinx::System</a>
84
+
85
+ <li class="method"><a href="NetLinx/System.html#method-i-compiler_target_files">#compiler_target_files &mdash; NetLinx::System</a>
86
+
87
+ <li class="method"><a href="NetLinx/Workspace.html#method-i-include-3F">#include? &mdash; NetLinx::Workspace</a>
88
+
89
+ <li class="method"><a href="NetLinx/System.html#method-i-include-3F">#include? &mdash; NetLinx::System</a>
90
+
91
+ <li class="method"><a href="NetLinx/Project.html#method-i-include-3F">#include? &mdash; NetLinx::Project</a>
92
+
93
+ <li class="method"><a href="NetLinx/Workspace.html#method-i-path">#path &mdash; NetLinx::Workspace</a>
94
+
95
+ <li class="method"><a href="NetLinx/SystemFile.html#method-i-to_s">#to_s &mdash; NetLinx::SystemFile</a>
96
+
97
+ <li class="method"><a href="NetLinx/Workspace.html#method-i-to_s">#to_s &mdash; NetLinx::Workspace</a>
98
+
99
+ <li class="method"><a href="NetLinx/System.html#method-i-to_s">#to_s &mdash; NetLinx::System</a>
100
+
101
+ <li class="method"><a href="NetLinx/Project.html#method-i-to_s">#to_s &mdash; NetLinx::Project</a>
102
+
103
+ </ul>
104
+
105
+
106
+ <footer id="validator-badges">
107
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
108
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
109
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
110
+ </footer>
111
+
@@ -1,12 +1,12 @@
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">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
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> &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  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
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
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- </dl>
82
- <div class="clear"></div>
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
- <div id="footer">
106
- Generated on Tue Mar 31 15:22:00 2015 by
102
+ <div id="footer">
103
+ Generated on Tue Feb 13 21:48:26 2018 by
107
104
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
- 0.8.7.6 (ruby-2.1.3).
105
+ 0.9.12 (ruby-2.1.8).
109
106
  </div>
110
107
 
108
+ </div>
111
109
  </body>
112
110
  </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netlinx-workspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.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: 2015-03-31 00:00:00.000000000 Z
11
+ date: 2018-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: netlinx-compile
@@ -16,70 +16,76 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.0'
19
+ version: '3.1'
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: '3.0'
26
+ version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.4'
33
+ version: '12.3'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.4'
40
+ version: '12.3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: yard
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.8.7
47
+ version: '0.9'
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 0.9.11
48
51
  type: :development
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
55
  - - "~>"
53
56
  - !ruby/object:Gem::Version
54
- version: 0.8.7
57
+ version: '0.9'
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: 0.9.11
55
61
  - !ruby/object:Gem::Dependency
56
62
  name: rspec
57
63
  requirement: !ruby/object:Gem::Requirement
58
64
  requirements:
59
65
  - - "~>"
60
66
  - !ruby/object:Gem::Version
61
- version: '3.2'
67
+ version: '3.7'
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: '3.2'
74
+ version: '3.7'
69
75
  - !ruby/object:Gem::Dependency
70
76
  name: rspec-its
71
77
  requirement: !ruby/object:Gem::Requirement
72
78
  requirements:
73
79
  - - "~>"
74
80
  - !ruby/object:Gem::Version
75
- version: '1.1'
81
+ version: '1.2'
76
82
  type: :development
77
83
  prerelease: false
78
84
  version_requirements: !ruby/object:Gem::Requirement
79
85
  requirements:
80
86
  - - "~>"
81
87
  - !ruby/object:Gem::Version
82
- version: '1.1'
88
+ version: '1.2'
83
89
  - !ruby/object:Gem::Dependency
84
90
  name: fivemat
85
91
  requirement: !ruby/object:Gem::Requirement
@@ -149,6 +155,7 @@ files:
149
155
  - doc/NetLinx/Workspace/YAML.html
150
156
  - doc/_index.html
151
157
  - doc/class_list.html
158
+ - doc/created.rid
152
159
  - doc/css/common.css
153
160
  - doc/css/full_list.css
154
161
  - doc/css/style.css
@@ -156,11 +163,43 @@ files:
156
163
  - doc/file.license.html
157
164
  - doc/file_list.html
158
165
  - doc/frames.html
166
+ - doc/images/add.png
167
+ - doc/images/arrow_up.png
168
+ - doc/images/brick.png
169
+ - doc/images/brick_link.png
170
+ - doc/images/bug.png
171
+ - doc/images/bullet_black.png
172
+ - doc/images/bullet_toggle_minus.png
173
+ - doc/images/bullet_toggle_plus.png
174
+ - doc/images/date.png
175
+ - doc/images/delete.png
176
+ - doc/images/find.png
177
+ - doc/images/loadingAnimation.gif
178
+ - doc/images/macFFBgHack.png
179
+ - doc/images/package.png
180
+ - doc/images/page_green.png
181
+ - doc/images/page_white_text.png
182
+ - doc/images/page_white_width.png
183
+ - doc/images/plugin.png
184
+ - doc/images/ruby.png
185
+ - doc/images/tag_blue.png
186
+ - doc/images/tag_green.png
187
+ - doc/images/transparent.png
188
+ - doc/images/wrench.png
189
+ - doc/images/wrench_orange.png
190
+ - doc/images/zoom.png
159
191
  - doc/index.html
160
192
  - doc/js/app.js
193
+ - doc/js/darkfish.js
161
194
  - doc/js/full_list.js
162
195
  - doc/js/jquery.js
196
+ - doc/js/navigation.js
197
+ - doc/js/search.js
198
+ - doc/js/search_index.js
199
+ - doc/js/searcher.js
163
200
  - doc/method_list.html
201
+ - doc/rdoc.css
202
+ - doc/table_of_contents.html
164
203
  - doc/top-level-namespace.html
165
204
  - lib/netlinx/compile/extension/apw.rb
166
205
  - lib/netlinx/rake/workspace.rb
@@ -174,7 +213,7 @@ files:
174
213
  - license.txt
175
214
  homepage: https://github.com/amclain/netlinx-workspace
176
215
  licenses:
177
- - Apache 2.0
216
+ - Apache-2.0
178
217
  metadata: {}
179
218
  post_install_message:
180
219
  rdoc_options: []
@@ -192,9 +231,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
231
  version: '0'
193
232
  requirements: []
194
233
  rubyforge_project:
195
- rubygems_version: 2.4.6
234
+ rubygems_version: 2.6.13
196
235
  signing_key:
197
236
  specification_version: 4
198
237
  summary: A library for working with AMX NetLinx Studio workspaces in Ruby.
199
238
  test_files: []
200
- has_rdoc: