Skip to content

Commit 68a82c2

Browse files
committed
Update doc
1 parent 2aa342b commit 68a82c2

File tree

11 files changed

+58
-58
lines changed

11 files changed

+58
-58
lines changed

docs/1.1.1/Concurrent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h2>Supported Ruby versions</h2>
346346
<ul>
347347
<li>MRI 2.0 and above</li>
348348
<li>JRuby 9000</li>
349-
<li>TruffleRuby are supported. </li>
349+
<li>TruffleRuby are supported.</li>
350350
<li>Any Ruby interpreter that is compliant with Ruby 2.0 or newer.</li>
351351
</ul>
352352

docs/1.1.1/Concurrent/Exchanger.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h3 class="signature first" id="initialize-instance_method">
316316
</pre>
317317
</td>
318318
<td>
319-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 333</span>
319+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 337</span>
320320

321321
</pre>
322322
</td>
@@ -423,7 +423,7 @@ <h3 class="signature first" id="exchange-instance_method">
423423
</pre>
424424
</td>
425425
<td>
426-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 336</span>
426+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 340</span>
427427

428428
</pre>
429429
</td>
@@ -536,7 +536,7 @@ <h3 class="signature " id="exchange!-instance_method">
536536
</pre>
537537
</td>
538538
<td>
539-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 340</span>
539+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 344</span>
540540

541541
</pre>
542542
</td>
@@ -652,7 +652,7 @@ <h3 class="signature " id="try_exchange-instance_method">
652652
</pre>
653653
</td>
654654
<td>
655-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 347</span>
655+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 351</span>
656656

657657
</pre>
658658
</td>

docs/1.1.1/file.README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h2>Supported Ruby versions</h2>
316316
<ul>
317317
<li>MRI 2.0 and above</li>
318318
<li>JRuby 9000</li>
319-
<li>TruffleRuby are supported. </li>
319+
<li>TruffleRuby are supported.</li>
320320
<li>Any Ruby interpreter that is compliant with Ruby 2.0 or newer.</li>
321321
</ul>
322322

docs/1.1.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h2>Supported Ruby versions</h2>
316316
<ul>
317317
<li>MRI 2.0 and above</li>
318318
<li>JRuby 9000</li>
319-
<li>TruffleRuby are supported. </li>
319+
<li>TruffleRuby are supported.</li>
320320
<li>Any Ruby interpreter that is compliant with Ruby 2.0 or newer.</li>
321321
</ul>
322322

docs/file.signpost.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<ul>
6565
<li><a href="./master/index.html">master</a></li>
66-
<li><a href="./1.1.0/index.html">1.1.0</a></li>
66+
<li><a href="./1.1.1/index.html">1.1.1</a></li>
6767
<li><a href="./1.0.5/index.html">1.0.5</a></li>
6868
</ul>
6969
</div></div>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<ul>
6565
<li><a href="./master/index.html">master</a></li>
66-
<li><a href="./1.1.0/index.html">1.1.0</a></li>
66+
<li><a href="./1.1.1/index.html">1.1.1</a></li>
6767
<li><a href="./1.0.5/index.html">1.0.5</a></li>
6868
</ul>
6969
</div></div>

docs/master/Concurrent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h2>Supported Ruby versions</h2>
346346
<ul>
347347
<li>MRI 2.0 and above</li>
348348
<li>JRuby 9000</li>
349-
<li>TruffleRuby are supported. </li>
349+
<li>TruffleRuby are supported.</li>
350350
<li>Any Ruby interpreter that is compliant with Ruby 2.0 or newer.</li>
351351
</ul>
352352

docs/master/Concurrent/Exchanger.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h3 class="signature first" id="initialize-instance_method">
316316
</pre>
317317
</td>
318318
<td>
319-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 333</span>
319+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 337</span>
320320

321321
</pre>
322322
</td>
@@ -423,7 +423,7 @@ <h3 class="signature first" id="exchange-instance_method">
423423
</pre>
424424
</td>
425425
<td>
426-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 336</span>
426+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 340</span>
427427

428428
</pre>
429429
</td>
@@ -536,7 +536,7 @@ <h3 class="signature " id="exchange!-instance_method">
536536
</pre>
537537
</td>
538538
<td>
539-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 340</span>
539+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 344</span>
540540

541541
</pre>
542542
</td>
@@ -652,7 +652,7 @@ <h3 class="signature " id="try_exchange-instance_method">
652652
</pre>
653653
</td>
654654
<td>
655-
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 347</span>
655+
<pre class="code"><span class="info file"># File 'lib/concurrent/exchanger.rb', line 351</span>
656656

657657
</pre>
658658
</td>

docs/master/file.README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ <h2>Supported Ruby versions</h2>
316316
<ul>
317317
<li>MRI 2.0 and above</li>
318318
<li>JRuby 9000</li>
319-
<li>TruffleRuby are supported. </li>
319+
<li>TruffleRuby are supported.</li>
320320
<li>Any Ruby interpreter that is compliant with Ruby 2.0 or newer.</li>
321321
</ul>
322322

docs/master/file.promises.out.html

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)