Skip to content

Commit b2c2c12

Browse files
committed
Bump version
1 parent 94fa2ae commit b2c2c12

File tree

180 files changed

+38
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+38
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ rescue LoadError => e
135135
puts 'RSpec is not installed, skipping test task definitions: ' + e.message
136136
end
137137

138-
current_yard_version_name = Concurrent::VERSION.split('.')[0..2].join('.')
138+
current_yard_version_name = [*Concurrent::VERSION.split('.')[0..1], 'x'].join('.')
139139

140140
begin
141141
require 'yard'

docs-source/signpost.md

Lines changed: 1 addition & 1 deletion

docs/1.1.3/Concurrent.html renamed to docs/1.1.x/Concurrent.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2>Thread Safety</h2>
134134

135135
<p><em>Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency
136136
library, providing consistent behavior and guarantees on all three of the main Ruby interpreters
137-
(MRI/CRuby, JRuby, and Rubinius).</em></p>
137+
(MRI/CRuby, JRuby, Rubinius, TruffleRuby).</em></p>
138138

139139
<p>Every abstraction in this library is thread safe. Specific thread safety guarantees are documented
140140
with each abstraction.</p>
@@ -150,7 +150,7 @@ <h2>Thread Safety</h2>
150150
immutable variable types and data structures.</p>
151151

152152
<p>We&#39;ve also initiated discussion to document <a href="docs-source/synchronization.md">memory model</a> of Ruby which
153-
would provide consistent behaviour and guarantees on all three of the main Ruby interpreters
153+
would provide consistent behaviour and guarantees on all four of the main Ruby interpreters
154154
(MRI/CRuby, JRuby, Rubinius, TruffleRuby).</p>
155155

156156
<h2>Features &amp; Documentation</h2>
@@ -659,7 +659,7 @@ <h2>
659659
<dt id="VERSION-constant" class="">VERSION =
660660

661661
</dt>
662-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.1.3</span><span class='tstring_end'>&#39;</span></span></pre></dd>
662+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.1.4</span><span class='tstring_end'>&#39;</span></span></pre></dd>
663663

664664
<dt id="EDGE_VERSION-constant" class="">EDGE_VERSION =
665665

File renamed without changes.

0 commit comments

Comments
 (0)