oorb 0.2.10 → 0.2.11
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/.travis.yml +1 -0
- data/Gemfile +0 -1
- data/doc/OORB.html +24 -22
- data/doc/_index.html +1 -1
- data/doc/file.CODE_OF_CONDUCT.html +1 -1
- data/doc/file.LICENSE.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/oorb.rb +3 -1
- data/lib/oorb/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ecc73d2e63da9ec3afe933b099dd223ad735da8
|
|
4
|
+
data.tar.gz: 66e4842543f62c516e22faa54b72627e8b6d0bab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 407833b0785add469af5c8ec6a41811e7b85ee4e9771eb5d3f48f61ae8e6c44083e4f125b51062c928a0920c6509e8eee6958644bad27e359b5b08c3b5015844
|
|
7
|
+
data.tar.gz: 478eb741ed23eefa24f0492e4184ddd35eefed2c0754caaf98e217b55836761ac29c1177559fab3c59e4ae15eed4ac5b7ccb522bd3b67dd6452ebef5a2c0b0ad
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/doc/OORB.html
CHANGED
|
@@ -146,7 +146,9 @@
|
|
|
146
146
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>z</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='qwords_beg'>%w(</span><span class='tstring_content'>2</span><span class='words_sep'>)</span><span class='comma'>,</span>
|
|
147
147
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>g</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='qwords_beg'>%w(</span><span class='tstring_content'>9</span><span class='words_sep'> </span><span class='tstring_content'>8</span><span class='words_sep'>)</span><span class='comma'>,</span>
|
|
148
148
|
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>j</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='qwords_beg'>%w(</span><span class='tstring_content'>y</span><span class='words_sep'>)</span><span class='comma'>,</span>
|
|
149
|
-
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>p</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='qwords_beg'>%w(</span><span class='tstring_content'>f</span><span class='words_sep'>)</span>
|
|
149
|
+
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>p</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='qwords_beg'>%w(</span><span class='tstring_content'>f</span><span class='words_sep'>)</span><span class='comma'>,</span>
|
|
150
|
+
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>n</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='qwords_beg'>%w(</span><span class='tstring_content'>r</span><span class='words_sep'>)</span><span class='comma'>,</span>
|
|
151
|
+
<span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>r</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='qwords_beg'>%w(</span><span class='tstring_content'>n</span><span class='words_sep'>)</span>
|
|
150
152
|
<span class='rbrace'>}</span></pre></dd>
|
|
151
153
|
|
|
152
154
|
</dl>
|
|
@@ -378,16 +380,16 @@ whitespace character.</p>
|
|
|
378
380
|
<pre class="lines">
|
|
379
381
|
|
|
380
382
|
|
|
381
|
-
62
|
|
382
|
-
63
|
|
383
383
|
64
|
|
384
384
|
65
|
|
385
385
|
66
|
|
386
386
|
67
|
|
387
|
-
68
|
|
387
|
+
68
|
|
388
|
+
69
|
|
389
|
+
70</pre>
|
|
388
390
|
</td>
|
|
389
391
|
<td>
|
|
390
|
-
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line
|
|
392
|
+
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line 64</span>
|
|
391
393
|
|
|
392
394
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_collection'>build_collection</span><span class='lparen'>(</span><span class='id identifier rubyid_character'>character</span><span class='rparen'>)</span>
|
|
393
395
|
<span class='kw'>unless</span> <span class='const'>LETTERS</span><span class='lbracket'>[</span><span class='id identifier rubyid_character'>character</span><span class='rbracket'>]</span>
|
|
@@ -466,14 +468,14 @@ mistakes</p>
|
|
|
466
468
|
<pre class="lines">
|
|
467
469
|
|
|
468
470
|
|
|
469
|
-
43
|
|
470
|
-
44
|
|
471
471
|
45
|
|
472
472
|
46
|
|
473
|
-
47
|
|
473
|
+
47
|
|
474
|
+
48
|
|
475
|
+
49</pre>
|
|
474
476
|
</td>
|
|
475
477
|
<td>
|
|
476
|
-
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line
|
|
478
|
+
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line 45</span>
|
|
477
479
|
|
|
478
480
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_regex'>build_regex</span><span class='lparen'>(</span><span class='id identifier rubyid_input'>input</span><span class='rparen'>)</span>
|
|
479
481
|
<span class='id identifier rubyid_input'>input</span><span class='period'>.</span><span class='id identifier rubyid_downcase'>downcase</span><span class='period'>.</span><span class='id identifier rubyid_chars'>chars</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_char'>char</span><span class='op'>|</span>
|
|
@@ -550,12 +552,12 @@ whitespace character</p>
|
|
|
550
552
|
<pre class="lines">
|
|
551
553
|
|
|
552
554
|
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
555
|
+
55
|
|
556
|
+
56
|
|
557
|
+
57</pre>
|
|
556
558
|
</td>
|
|
557
559
|
<td>
|
|
558
|
-
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line
|
|
560
|
+
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line 55</span>
|
|
559
561
|
|
|
560
562
|
<span class='kw'>def</span> <span class='id identifier rubyid_combine_whitespace'>combine_whitespace</span><span class='lparen'>(</span><span class='id identifier rubyid_string'>string</span><span class='rparen'>)</span>
|
|
561
563
|
<span class='id identifier rubyid_string'>string</span><span class='period'>.</span><span class='id identifier rubyid_gsub'>gsub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>\s+</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\s</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
@@ -647,15 +649,15 @@ whitespace character</p>
|
|
|
647
649
|
<pre class="lines">
|
|
648
650
|
|
|
649
651
|
|
|
650
|
-
75
|
|
651
|
-
76
|
|
652
652
|
77
|
|
653
653
|
78
|
|
654
654
|
79
|
|
655
|
-
80
|
|
655
|
+
80
|
|
656
|
+
81
|
|
657
|
+
82</pre>
|
|
656
658
|
</td>
|
|
657
659
|
<td>
|
|
658
|
-
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line
|
|
660
|
+
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line 77</span>
|
|
659
661
|
|
|
660
662
|
<span class='kw'>def</span> <span class='id identifier rubyid_escape'>escape</span><span class='lparen'>(</span><span class='id identifier rubyid_character'>character</span><span class='rparen'>)</span>
|
|
661
663
|
<span class='kw'>if</span> <span class='id identifier rubyid_character'>character</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>></span> <span class='int'>1</span>
|
|
@@ -694,16 +696,16 @@ whitespace character</p>
|
|
|
694
696
|
<pre class="lines">
|
|
695
697
|
|
|
696
698
|
|
|
697
|
-
31
|
|
698
|
-
32
|
|
699
699
|
33
|
|
700
700
|
34
|
|
701
701
|
35
|
|
702
702
|
36
|
|
703
|
-
37
|
|
703
|
+
37
|
|
704
|
+
38
|
|
705
|
+
39</pre>
|
|
704
706
|
</td>
|
|
705
707
|
<td>
|
|
706
|
-
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line
|
|
708
|
+
<pre class="code"><span class="info file"># File 'lib/oorb.rb', line 33</span>
|
|
707
709
|
|
|
708
710
|
<span class='kw'>def</span> <span class='id identifier rubyid_run'>run</span>
|
|
709
711
|
<span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Waiting for a statement.</span><span class='tstring_end'>"</span></span>
|
|
@@ -722,7 +724,7 @@ whitespace character</p>
|
|
|
722
724
|
</div>
|
|
723
725
|
|
|
724
726
|
<div id="footer">
|
|
725
|
-
Generated on Mon Jun 13
|
|
727
|
+
Generated on Mon Jun 13 14:34:15 2016 by
|
|
726
728
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
727
729
|
0.8.7.6 (ruby-2.3.0).
|
|
728
730
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on Mon Jun 13
|
|
110
|
+
Generated on Mon Jun 13 14:34:15 2016 by
|
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
112
|
0.8.7.6 (ruby-2.3.0).
|
|
113
113
|
</div>
|
|
@@ -118,7 +118,7 @@ href="http://contributor-covenant.org/version/1/3/0/">contributor-covenant.org/v
|
|
|
118
118
|
</div></div>
|
|
119
119
|
|
|
120
120
|
<div id="footer">
|
|
121
|
-
Generated on Mon Jun 13
|
|
121
|
+
Generated on Mon Jun 13 14:34:15 2016 by
|
|
122
122
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
123
123
|
0.8.7.6 (ruby-2.3.0).
|
|
124
124
|
</div>
|
data/doc/file.LICENSE.html
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<div id="content"><div id='filecontents'>The MIT License (MIT)<br/><br/>Copyright (c) 2016 Calvyn82<br/><br/>Permission is hereby granted, free of charge, to any person obtaining a copy<br/>of this software and associated documentation files (the "Software"), to deal<br/>in the Software without restriction, including without limitation the rights<br/>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br/>copies of the Software, and to permit persons to whom the Software is<br/>furnished to do so, subject to the following conditions:<br/><br/>The above copyright notice and this permission notice shall be included in<br/>all copies or substantial portions of the Software.<br/><br/>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br/>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br/>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br/>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br/>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br/>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br/>THE SOFTWARE.</div></div>
|
|
65
65
|
|
|
66
66
|
<div id="footer">
|
|
67
|
-
Generated on Mon Jun 13
|
|
67
|
+
Generated on Mon Jun 13 14:34:15 2016 by
|
|
68
68
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
69
69
|
0.8.7.6 (ruby-2.3.0).
|
|
70
70
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -124,7 +124,7 @@ href="http://opensource.org/licenses/MIT">MIT License</a>.</p>
|
|
|
124
124
|
</div></div>
|
|
125
125
|
|
|
126
126
|
<div id="footer">
|
|
127
|
-
Generated on Mon Jun 13
|
|
127
|
+
Generated on Mon Jun 13 14:34:15 2016 by
|
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
129
129
|
0.8.7.6 (ruby-2.3.0).
|
|
130
130
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -124,7 +124,7 @@ href="http://opensource.org/licenses/MIT">MIT License</a>.</p>
|
|
|
124
124
|
</div></div>
|
|
125
125
|
|
|
126
126
|
<div id="footer">
|
|
127
|
-
Generated on Mon Jun 13
|
|
127
|
+
Generated on Mon Jun 13 14:34:15 2016 by
|
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
129
129
|
0.8.7.6 (ruby-2.3.0).
|
|
130
130
|
</div>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on Mon Jun 13
|
|
106
|
+
Generated on Mon Jun 13 14:34:15 2016 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
108
|
0.8.7.6 (ruby-2.3.0).
|
|
109
109
|
</div>
|
data/lib/oorb.rb
CHANGED
data/lib/oorb/version.rb
CHANGED