netlinx-workspace 0.2.0 → 0.3.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.
- checksums.yaml +4 -4
 - data/README.md +14 -0
 - data/doc/NetLinx.html +119 -131
 - data/doc/NetLinx/Compile.html +115 -127
 - data/doc/NetLinx/Compile/Extension.html +115 -127
 - data/doc/NetLinx/Compile/Extension/APW.html +219 -136
 - data/doc/NetLinx/Project.html +1100 -460
 - data/doc/NetLinx/System.html +1197 -580
 - data/doc/NetLinx/SystemFile.html +646 -301
 - data/doc/NetLinx/Workspace.html +981 -438
 - data/doc/_index.html +210 -0
 - data/doc/class_list.html +54 -0
 - data/doc/css/common.css +1 -0
 - data/doc/css/full_list.css +57 -0
 - data/doc/css/style.css +339 -0
 - data/doc/file.README.html +86 -0
 - data/doc/file.license.html +73 -0
 - data/doc/file_list.html +59 -0
 - data/doc/frames.html +26 -0
 - data/doc/index.html +86 -85
 - data/doc/js/app.js +219 -0
 - data/doc/js/full_list.js +178 -0
 - data/doc/js/jquery.js +4 -18
 - data/doc/method_list.html +329 -0
 - data/doc/top-level-namespace.html +112 -0
 - data/lib/netlinx/system.rb +6 -6
 - data/lib/netlinx/workspace.rb +14 -0
 - metadata +84 -61
 - data/README.html +0 -0
 - data/doc/created.rid +0 -7
 - 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/js/darkfish.js +0 -155
 - data/doc/js/navigation.js +0 -142
 - data/doc/js/search.js +0 -94
 - data/doc/js/search_index.js +0 -1
 - data/doc/js/searcher.js +0 -228
 - data/doc/rdoc.css +0 -595
 - data/doc/table_of_contents.html +0 -111
 
    
        data/doc/table_of_contents.html
    DELETED
    
    | 
         @@ -1,111 +0,0 @@ 
     | 
|
| 
       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 — NetLinx::Project</a>
         
     | 
| 
       60 
     | 
    
         
            -
              
         
     | 
| 
       61 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-c-new">::new — NetLinx::System</a>
         
     | 
| 
       62 
     | 
    
         
            -
              
         
     | 
| 
       63 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/SystemFile.html#method-c-new">::new — NetLinx::SystemFile</a>
         
     | 
| 
       64 
     | 
    
         
            -
              
         
     | 
| 
       65 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Workspace.html#method-c-new">::new — NetLinx::Workspace</a>
         
     | 
| 
       66 
     | 
    
         
            -
              
         
     | 
| 
       67 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Workspace.html#method-i-3C-3C">#<< — NetLinx::Workspace</a>
         
     | 
| 
       68 
     | 
    
         
            -
              
         
     | 
| 
       69 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Project.html#method-i-3C-3C">#<< — NetLinx::Project</a>
         
     | 
| 
       70 
     | 
    
         
            -
              
         
     | 
| 
       71 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-3C-3C">#<< — NetLinx::System</a>
         
     | 
| 
       72 
     | 
    
         
            -
              
         
     | 
| 
       73 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Project.html#method-i-compile">#compile — NetLinx::Project</a>
         
     | 
| 
       74 
     | 
    
         
            -
              
         
     | 
| 
       75 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-compile">#compile — NetLinx::System</a>
         
     | 
| 
       76 
     | 
    
         
            -
              
         
     | 
| 
       77 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Workspace.html#method-i-compile">#compile — NetLinx::Workspace</a>
         
     | 
| 
       78 
     | 
    
         
            -
              
         
     | 
| 
       79 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-compiler_include_paths">#compiler_include_paths — NetLinx::System</a>
         
     | 
| 
       80 
     | 
    
         
            -
              
         
     | 
| 
       81 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-compiler_library_paths">#compiler_library_paths — NetLinx::System</a>
         
     | 
| 
       82 
     | 
    
         
            -
              
         
     | 
| 
       83 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-compiler_module_paths">#compiler_module_paths — NetLinx::System</a>
         
     | 
| 
       84 
     | 
    
         
            -
              
         
     | 
| 
       85 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-compiler_target_files">#compiler_target_files — NetLinx::System</a>
         
     | 
| 
       86 
     | 
    
         
            -
              
         
     | 
| 
       87 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Workspace.html#method-i-include-3F">#include? — NetLinx::Workspace</a>
         
     | 
| 
       88 
     | 
    
         
            -
              
         
     | 
| 
       89 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-include-3F">#include? — NetLinx::System</a>
         
     | 
| 
       90 
     | 
    
         
            -
              
         
     | 
| 
       91 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Project.html#method-i-include-3F">#include? — NetLinx::Project</a>
         
     | 
| 
       92 
     | 
    
         
            -
              
         
     | 
| 
       93 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Workspace.html#method-i-path">#path — NetLinx::Workspace</a>
         
     | 
| 
       94 
     | 
    
         
            -
              
         
     | 
| 
       95 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/SystemFile.html#method-i-to_s">#to_s — NetLinx::SystemFile</a>
         
     | 
| 
       96 
     | 
    
         
            -
              
         
     | 
| 
       97 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Workspace.html#method-i-to_s">#to_s — NetLinx::Workspace</a>
         
     | 
| 
       98 
     | 
    
         
            -
              
         
     | 
| 
       99 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/System.html#method-i-to_s">#to_s — NetLinx::System</a>
         
     | 
| 
       100 
     | 
    
         
            -
              
         
     | 
| 
       101 
     | 
    
         
            -
                <li class="method"><a href="NetLinx/Project.html#method-i-to_s">#to_s — 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 
     | 
    
         
            -
             
     |