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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d10159b1fc262f6244cbc3fa05e3cf4a459234a
4
- data.tar.gz: 1003d4a248b874956f779c958d3ca0e462dc16ba
3
+ metadata.gz: 8ecc73d2e63da9ec3afe933b099dd223ad735da8
4
+ data.tar.gz: 66e4842543f62c516e22faa54b72627e8b6d0bab
5
5
  SHA512:
6
- metadata.gz: 316671b2c22c346816a77e35a0b7877f31287b0d5b333095fc1789ff794535e53c852dc0780f6becb5a6a9e1ffa17ac3119a5ac693639904b62c4592b1e396e0
7
- data.tar.gz: 3518d22c5c36e1b6dbcf05d949e8feb3db15631418913fb2e1085b71b5719c14e2503c8117ac2394c65aadc5b78cc692a747b61133b0a92e61229b3da3aa48a0
6
+ metadata.gz: 407833b0785add469af5c8ec6a41811e7b85ee4e9771eb5d3f48f61ae8e6c44083e4f125b51062c928a0920c6509e8eee6958644bad27e359b5b08c3b5015844
7
+ data.tar.gz: 478eb741ed23eefa24f0492e4184ddd35eefed2c0754caaf98e217b55836761ac29c1177559fab3c59e4ae15eed4ac5b7ccb522bd3b67dd6452ebef5a2c0b0ad
@@ -4,6 +4,7 @@ rvm:
4
4
  - 1.9.3
5
5
  - 1.9.2
6
6
  - rbx-2
7
+ - jruby-9.1.2.0
7
8
 
8
9
 
9
10
  before_install: gem install bundler
data/Gemfile CHANGED
@@ -2,4 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in oorb.gemspec
4
4
  gemspec
5
- gem 'pry'
@@ -146,7 +146,9 @@
146
146
  <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>z</span><span class='tstring_end'>&#39;</span></span> <span class='op'>=&gt;</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'>&#39;</span><span class='tstring_content'>g</span><span class='tstring_end'>&#39;</span></span> <span class='op'>=&gt;</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'>&#39;</span><span class='tstring_content'>j</span><span class='tstring_end'>&#39;</span></span> <span class='op'>=&gt;</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'>&#39;</span><span class='tstring_content'>p</span><span class='tstring_end'>&#39;</span></span> <span class='op'>=&gt;</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'>&#39;</span><span class='tstring_content'>p</span><span class='tstring_end'>&#39;</span></span> <span class='op'>=&gt;</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'>&#39;</span><span class='tstring_content'>n</span><span class='tstring_end'>&#39;</span></span> <span class='op'>=&gt;</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'>&#39;</span><span class='tstring_content'>r</span><span class='tstring_end'>&#39;</span></span> <span class='op'>=&gt;</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</pre>
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 62</span>
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</pre>
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 43</span>
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
- 53
554
- 54
555
- 55</pre>
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 53</span>
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'>&quot;</span><span class='tstring_content'>\s</span><span class='tstring_end'>&quot;</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</pre>
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 75</span>
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'>&gt;</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</pre>
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 31</span>
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'>&quot;</span><span class='tstring_content'>Waiting for a statement.</span><span class='tstring_end'>&quot;</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 11:13:58 2016 by
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>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Mon Jun 13 11:13:58 2016 by
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 11:13:58 2016 by
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>
@@ -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 &quot;Software&quot;), 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 &quot;AS IS&quot;, 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 11:13:58 2016 by
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>
@@ -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 11:13:58 2016 by
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>
@@ -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 11:13:58 2016 by
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 11:13:58 2016 by
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>
@@ -23,7 +23,9 @@ class OORB
23
23
  'z' => %w(2),
24
24
  'g' => %w(9 8),
25
25
  'j' => %w(y),
26
- 'p' => %w(f)
26
+ 'p' => %w(f),
27
+ 'n' => %w(r),
28
+ 'r' => %w(n)
27
29
  }
28
30
 
29
31
  ##
@@ -1,3 +1,3 @@
1
1
  module Oorb
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oorb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Calvyn82