marked-conductor 1.0.17 → 1.0.19

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 (69) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/README.md +2 -0
  4. data/lib/conductor/config.rb +24 -24
  5. data/lib/conductor/filter.rb +49 -23
  6. data/lib/conductor/version.rb +1 -1
  7. data/src/_README.md +2 -0
  8. metadata +1 -62
  9. data/html/Array.html +0 -160
  10. data/html/Conductor/Command.html +0 -271
  11. data/html/Conductor/Condition.html +0 -791
  12. data/html/Conductor/Config.html +0 -170
  13. data/html/Conductor/Env.html +0 -220
  14. data/html/Conductor/Script.html +0 -288
  15. data/html/Conductor.html +0 -363
  16. data/html/FalseClass.html +0 -138
  17. data/html/Filter.html +0 -269
  18. data/html/Hash.html +0 -160
  19. data/html/Object.html +0 -138
  20. data/html/README_rdoc.html +0 -86
  21. data/html/String.html +0 -1409
  22. data/html/TrueClass.html +0 -138
  23. data/html/YuiCompressor/Yui.html +0 -447
  24. data/html/YuiCompressor.html +0 -93
  25. data/html/created.rid +0 -16
  26. data/html/css/fonts.css +0 -167
  27. data/html/css/rdoc.css +0 -687
  28. data/html/fonts/Lato-Light.ttf +0 -0
  29. data/html/fonts/Lato-LightItalic.ttf +0 -0
  30. data/html/fonts/Lato-Regular.ttf +0 -0
  31. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  32. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  33. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  34. data/html/images/add.png +0 -0
  35. data/html/images/arrow_up.png +0 -0
  36. data/html/images/brick.png +0 -0
  37. data/html/images/brick_link.png +0 -0
  38. data/html/images/bug.png +0 -0
  39. data/html/images/bullet_black.png +0 -0
  40. data/html/images/bullet_toggle_minus.png +0 -0
  41. data/html/images/bullet_toggle_plus.png +0 -0
  42. data/html/images/date.png +0 -0
  43. data/html/images/delete.png +0 -0
  44. data/html/images/find.png +0 -0
  45. data/html/images/loadingAnimation.gif +0 -0
  46. data/html/images/macFFBgHack.png +0 -0
  47. data/html/images/package.png +0 -0
  48. data/html/images/page_green.png +0 -0
  49. data/html/images/page_white_text.png +0 -0
  50. data/html/images/page_white_width.png +0 -0
  51. data/html/images/plugin.png +0 -0
  52. data/html/images/ruby.png +0 -0
  53. data/html/images/tag_blue.png +0 -0
  54. data/html/images/tag_green.png +0 -0
  55. data/html/images/transparent.png +0 -0
  56. data/html/images/wrench.png +0 -0
  57. data/html/images/wrench_orange.png +0 -0
  58. data/html/images/zoom.png +0 -0
  59. data/html/index.html +0 -110
  60. data/html/js/darkfish.js +0 -97
  61. data/html/js/navigation.js +0 -105
  62. data/html/js/navigation.js.gz +0 -0
  63. data/html/js/search.js +0 -110
  64. data/html/js/search_index.js +0 -1
  65. data/html/js/search_index.js.gz +0 -0
  66. data/html/js/searcher.js +0 -229
  67. data/html/js/searcher.js.gz +0 -0
  68. data/html/table_of_contents.html +0 -539
  69. data/test.md +0 -14
@@ -1,271 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class Conductor::Command - Marked Conductor</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "../";
11
- var index_rel_prefix = "../";
12
- </script>
13
-
14
- <script src="../js/navigation.js" defer></script>
15
- <script src="../js/search.js" defer></script>
16
- <script src="../js/search_index.js" defer></script>
17
- <script src="../js/searcher.js" defer></script>
18
- <script src="../js/darkfish.js" defer></script>
19
-
20
- <link href="../css/fonts.css" rel="stylesheet">
21
- <link href="../css/rdoc.css" rel="stylesheet">
22
-
23
-
24
- <body id="top" role="document" class="class">
25
- <nav role="navigation">
26
- <div id="project-navigation">
27
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
- <h2>
29
- <a href="../index.html" rel="home">Home</a>
30
- </h2>
31
-
32
- <div id="table-of-contents-navigation">
33
- <a href="../table_of_contents.html#pages">Pages</a>
34
- <a href="../table_of_contents.html#classes">Classes</a>
35
- <a href="../table_of_contents.html#methods">Methods</a>
36
- </div>
37
- </div>
38
-
39
- <div id="search-section" role="search" class="project-section initially-hidden">
40
- <form action="#" method="get" accept-charset="utf-8">
41
- <div id="search-field-wrapper">
42
- <input id="search-field" role="combobox" aria-label="Search"
43
- aria-autocomplete="list" aria-controls="search-results"
44
- type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
45
- title="Type to search, Up and Down to navigate, Enter to load">
46
- </div>
47
-
48
- <ul id="search-results" aria-label="Search Results"
49
- aria-busy="false" aria-expanded="false"
50
- aria-atomic="false" class="initially-hidden"></ul>
51
- </form>
52
- </div>
53
-
54
- </div>
55
-
56
-
57
-
58
- <div id="class-metadata">
59
-
60
-
61
- <div id="parent-class-section" class="nav-section">
62
- <h3>Parent</h3>
63
-
64
- <p class="link"><a href="../Object.html">Object</a>
65
- </div>
66
-
67
-
68
-
69
-
70
- <!-- Method Quickref -->
71
- <div id="method-list-section" class="nav-section">
72
- <h3>Methods</h3>
73
-
74
- <ul class="link-list" role="directory">
75
- <li ><a href="#method-c-new">::new</a>
76
- <li ><a href="#method-i-args-3D">#args=</a>
77
- <li ><a href="#method-i-path-3D">#path=</a>
78
- <li ><a href="#method-i-run">#run</a>
79
- </ul>
80
- </div>
81
-
82
- </div>
83
- </nav>
84
-
85
- <main role="main" aria-labelledby="class-Conductor::Command">
86
- <h1 id="class-Conductor::Command" class="class">
87
- class Conductor::Command
88
- </h1>
89
-
90
- <section class="description">
91
-
92
- <p><a href="Command.html"><code>Command</code></a> runner</p>
93
-
94
- </section>
95
-
96
- <section id="5Buntitled-5D" class="documentation-section">
97
-
98
-
99
-
100
- <section class="attribute-method-details" class="method-section">
101
- <header>
102
- <h3>Attributes</h3>
103
- </header>
104
-
105
- <div id="attribute-i-args" class="method-detail">
106
- <div class="method-heading attribute-method-heading">
107
- <span class="method-name">args</span><span
108
- class="attribute-access-type">[R]</span>
109
- </div>
110
-
111
- <div class="method-description">
112
-
113
- </div>
114
- </div>
115
- <div id="attribute-i-path" class="method-detail">
116
- <div class="method-heading attribute-method-heading">
117
- <span class="method-name">path</span><span
118
- class="attribute-access-type">[R]</span>
119
- </div>
120
-
121
- <div class="method-description">
122
-
123
- </div>
124
- </div>
125
- </section>
126
-
127
-
128
- <section id="public-class-5Buntitled-5D-method-details" class="method-section">
129
- <header>
130
- <h3>Public Class Methods</h3>
131
- </header>
132
-
133
- <div id="method-c-new" class="method-detail ">
134
- <div class="method-header">
135
- <div class="method-heading">
136
- <span class="method-name">new</span><span
137
- class="method-args">(command)</span>
138
- <span class="method-click-advice">click to toggle source</span>
139
- </div>
140
- </div>
141
-
142
- <div class="method-description">
143
-
144
-
145
- <div class="method-source-code" id="new-source">
146
- <pre><span class="ruby-comment"># File lib/conductor/command.rb, line 8</span>
147
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">command</span>)
148
- <span class="ruby-identifier">parts</span> = <span class="ruby-constant">Shellwords</span>.<span class="ruby-identifier">split</span>(<span class="ruby-identifier">command</span>)
149
- <span class="ruby-keyword">self</span>.<span class="ruby-identifier">path</span> = <span class="ruby-identifier">parts</span>[<span class="ruby-value">0</span>]
150
- <span class="ruby-keyword">self</span>.<span class="ruby-identifier">args</span> = <span class="ruby-identifier">parts</span>[<span class="ruby-value">1</span><span class="ruby-operator">..</span>].<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot; &quot;</span>)
151
- <span class="ruby-keyword">end</span></pre>
152
- </div>
153
- </div>
154
-
155
-
156
- </div>
157
-
158
- </section>
159
-
160
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
161
- <header>
162
- <h3>Public Instance Methods</h3>
163
- </header>
164
-
165
- <div id="method-i-args-3D" class="method-detail ">
166
- <div class="method-header">
167
- <div class="method-heading">
168
- <span class="method-name">args=</span><span
169
- class="method-args">(array)</span>
170
- <span class="method-click-advice">click to toggle source</span>
171
- </div>
172
- </div>
173
-
174
- <div class="method-description">
175
-
176
-
177
- <div class="method-source-code" id="args-3D-source">
178
- <pre><span class="ruby-comment"># File lib/conductor/command.rb, line 23</span>
179
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">args=</span>(<span class="ruby-identifier">array</span>)
180
- <span class="ruby-ivar">@args</span> = <span class="ruby-keyword">if</span> <span class="ruby-identifier">array</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Array</span>)
181
- <span class="ruby-identifier">array</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&quot; &quot;</span>)
182
- <span class="ruby-keyword">else</span>
183
- <span class="ruby-identifier">array</span>
184
- <span class="ruby-keyword">end</span>
185
- <span class="ruby-keyword">end</span></pre>
186
- </div>
187
- </div>
188
-
189
-
190
- </div>
191
-
192
- <div id="method-i-path-3D" class="method-detail ">
193
- <div class="method-header">
194
- <div class="method-heading">
195
- <span class="method-name">path=</span><span
196
- class="method-args">(path)</span>
197
- <span class="method-click-advice">click to toggle source</span>
198
- </div>
199
- </div>
200
-
201
- <div class="method-description">
202
-
203
-
204
- <div class="method-source-code" id="path-3D-source">
205
- <pre><span class="ruby-comment"># File lib/conductor/command.rb, line 14</span>
206
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">path=</span>(<span class="ruby-identifier">path</span>)
207
- <span class="ruby-ivar">@path</span> = <span class="ruby-keyword">if</span> <span class="ruby-regexp">%r{^[%/]}</span>.<span class="ruby-identifier">match?</span>(<span class="ruby-identifier">path</span>)
208
- <span class="ruby-constant">File</span>.<span class="ruby-identifier">expand_path</span>(<span class="ruby-identifier">path</span>)
209
- <span class="ruby-keyword">else</span>
210
- <span class="ruby-identifier">which</span> = <span class="ruby-constant">TTY</span><span class="ruby-operator">::</span><span class="ruby-constant">Which</span>.<span class="ruby-identifier">which</span>(<span class="ruby-identifier">path</span>)
211
- <span class="ruby-identifier">which</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">path</span>
212
- <span class="ruby-keyword">end</span>
213
- <span class="ruby-keyword">end</span></pre>
214
- </div>
215
- </div>
216
-
217
-
218
- </div>
219
-
220
- <div id="method-i-run" class="method-detail ">
221
- <div class="method-header">
222
- <div class="method-heading">
223
- <span class="method-name">run</span><span
224
- class="method-args">()</span>
225
- <span class="method-click-advice">click to toggle source</span>
226
- </div>
227
- </div>
228
-
229
- <div class="method-description">
230
-
231
-
232
- <div class="method-source-code" id="run-source">
233
- <pre><span class="ruby-comment"># File lib/conductor/command.rb, line 31</span>
234
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">run</span>
235
- <span class="ruby-identifier">stdin</span> = <span class="ruby-constant">Conductor</span>.<span class="ruby-identifier">stdin</span>
236
-
237
- <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;Command path not found&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-ivar">@path</span>
238
-
239
- <span class="ruby-identifier">use_stdin</span> = <span class="ruby-keyword">true</span>
240
- <span class="ruby-keyword">if</span> <span class="ruby-regexp">/\$\{?file\}?/</span>.<span class="ruby-identifier">match?</span>(<span class="ruby-identifier">args</span>)
241
- <span class="ruby-identifier">use_stdin</span> = <span class="ruby-keyword">false</span>
242
- <span class="ruby-identifier">args</span>.<span class="ruby-identifier">sub!</span>(<span class="ruby-regexp">/\$\{?file\}?/</span>, <span class="ruby-node">%(&quot;#{Env.env[:filepath]}&quot;)</span>)
243
- <span class="ruby-keyword">else</span>
244
- <span class="ruby-identifier">raise</span> <span class="ruby-string">&quot;No input&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">stdin</span>
245
-
246
- <span class="ruby-keyword">end</span>
247
-
248
- <span class="ruby-keyword">if</span> <span class="ruby-identifier">use_stdin</span>
249
- <span class="ruby-node">`echo #{Shellwords.escape(stdin)} | #{Env} #{path} #{args}`</span>
250
- <span class="ruby-keyword">else</span>
251
- <span class="ruby-node">`#{Env} #{path} #{args}`</span>
252
- <span class="ruby-keyword">end</span>
253
- <span class="ruby-keyword">end</span></pre>
254
- </div>
255
- </div>
256
-
257
-
258
- </div>
259
-
260
- </section>
261
-
262
- </section>
263
- </main>
264
-
265
-
266
- <footer id="validator-badges" role="contentinfo">
267
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
268
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
269
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
270
- </footer>
271
-