Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Nov 7, 2018
1 parent b942fcc commit 675c746
Show file tree
Hide file tree
Showing 178 changed files with 117 additions and 90 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Current

## Release v1.1.3 (7 Nov 2018)

* (#775) fix partial require of the gem (although not officially supported)

## Release v1.1.2 (6 Nov 2018)
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ begin
"{Concurrent::#{$1} #{$1}}"
end
end
FileUtils.mkpath 'tmp'
File.write 'tmp/README.md', content
end
end
Expand Down
2 changes: 1 addition & 1 deletion docs-source/signpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Pick a version:

* [master](./master/index.html)
* [1.1.2](./1.1.2/index.html)
* [1.1.3](./1.1.3/index.html)
* [1.0.5](./1.0.5/index.html)
86 changes: 43 additions & 43 deletions docs/1.1.2/Concurrent.html → docs/1.1.3/Concurrent.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ <h2>
<dt id="VERSION-constant" class="">VERSION =

</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.1.2</span><span class='tstring_end'>&#39;</span></span></pre></dd>
<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>

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

Expand Down Expand Up @@ -1655,7 +1655,6 @@ <h3 class="signature " id="create_simple_logger-class_method">
<pre class="lines">


18
19
20
21
Expand All @@ -1678,10 +1677,11 @@ <h3 class="signature " id="create_simple_logger-class_method">
38
39
40
41</pre>
41
42</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 18</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 19</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_create_simple_logger'>create_simple_logger</span><span class='lparen'>(</span><span class='id identifier rubyid_level'>level</span> <span class='op'>=</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>FATAL</span><span class='comma'>,</span> <span class='id identifier rubyid_output'>output</span> <span class='op'>=</span> <span class='gvar'>$stderr</span><span class='rparen'>)</span>
<span class='comment'># TODO (pitr-ch 24-Dec-2016): figure out why it had to be replaced, stdlogger was deadlocking
Expand Down Expand Up @@ -1755,7 +1755,6 @@ <h3 class="signature " id="create_stdlib_logger-class_method">
<pre class="lines">


50
51
52
53
Expand All @@ -1778,10 +1777,11 @@ <h3 class="signature " id="create_stdlib_logger-class_method">
70
71
72
73</pre>
73
74</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 50</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 51</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_create_stdlib_logger'>create_stdlib_logger</span><span class='lparen'>(</span><span class='id identifier rubyid_level'>level</span> <span class='op'>=</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>FATAL</span><span class='comma'>,</span> <span class='id identifier rubyid_output'>output</span> <span class='op'>=</span> <span class='gvar'>$stderr</span><span class='rparen'>)</span>
<span class='id identifier rubyid_logger'>logger</span> <span class='op'>=</span> <span class='const'>Logger</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_output'>output</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -2292,12 +2292,12 @@ <h3 class="signature " id="disable_at_exit_handlers!-class_method">
<pre class="lines">


128
129
130</pre>
130
131</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 128</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 129</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_disable_at_exit_handlers!'>disable_at_exit_handlers!</span>
<span class='const'>AtExit</span><span class='period'>.</span><span class='id identifier rubyid_enabled'>enabled</span> <span class='op'>=</span> <span class='kw'>false</span>
Expand Down Expand Up @@ -2370,12 +2370,12 @@ <h3 class="signature " id="executor-class_method">
<pre class="lines">


163
164
165</pre>
165
166</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 163</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 164</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_executor'>executor</span><span class='lparen'>(</span><span class='id identifier rubyid_executor_identifier'>executor_identifier</span><span class='rparen'>)</span>
<span class='const'>Options</span><span class='period'>.</span><span class='id identifier rubyid_executor'>executor</span><span class='lparen'>(</span><span class='id identifier rubyid_executor_identifier'>executor_identifier</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -2427,12 +2427,12 @@ <h3 class="signature " id="global_fast_executor-class_method">
<pre class="lines">


135
136
137</pre>
137
138</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 135</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 136</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_global_fast_executor'>global_fast_executor</span>
<span class='const'>GLOBAL_FAST_EXECUTOR</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
Expand All @@ -2457,12 +2457,12 @@ <h3 class="signature " id="global_immediate_executor-class_method">
<pre class="lines">


146
147
148</pre>
148
149</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 146</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 147</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_global_immediate_executor'>global_immediate_executor</span>
<span class='const'>GLOBAL_IMMEDIATE_EXECUTOR</span>
Expand Down Expand Up @@ -2514,12 +2514,12 @@ <h3 class="signature " id="global_io_executor-class_method">
<pre class="lines">


142
143
144</pre>
144
145</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 142</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 143</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_global_io_executor'>global_io_executor</span>
<span class='const'>GLOBAL_IO_EXECUTOR</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
Expand All @@ -2544,12 +2544,12 @@ <h3 class="signature " id="global_logger-class_method">
<pre class="lines">


90
91
92</pre>
92
93</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 90</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 91</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_global_logger'>global_logger</span>
<span class='const'>GLOBAL_LOGGER</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
Expand All @@ -2574,12 +2574,12 @@ <h3 class="signature " id="global_logger=-class_method">
<pre class="lines">


94
95
96</pre>
96
97</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 94</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 95</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_global_logger='>global_logger=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
<span class='const'>GLOBAL_LOGGER</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span> <span class='op'>=</span> <span class='id identifier rubyid_value'>value</span>
Expand Down Expand Up @@ -2631,12 +2631,12 @@ <h3 class="signature " id="global_timer_set-class_method">
<pre class="lines">


153
154
155</pre>
155
156</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 153</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 154</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_global_timer_set'>global_timer_set</span>
<span class='const'>GLOBAL_TIMER_SET</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
Expand Down Expand Up @@ -2798,18 +2798,18 @@ <h3 class="signature " id="new_fast_executor-class_method">
<pre class="lines">


167
168
169
170
171
172
173
174
175</pre>
175
176</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 167</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 168</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new_fast_executor'>new_fast_executor</span><span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
<span class='const'><span class='object_link'><a href="Concurrent/FixedThreadPool.html" title="Concurrent::FixedThreadPool (class)">FixedThreadPool</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Concurrent/FixedThreadPool.html#initialize-instance_method" title="Concurrent::FixedThreadPool#initialize (method)">new</a></span></span><span class='lparen'>(</span>
Expand Down Expand Up @@ -2840,15 +2840,15 @@ <h3 class="signature " id="new_io_executor-class_method">
<pre class="lines">


177
178
179
180
181
182</pre>
182
183</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 177</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 178</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new_io_executor'>new_io_executor</span><span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
<span class='const'><span class='object_link'><a href="Concurrent/CachedThreadPool.html" title="Concurrent::CachedThreadPool (class)">CachedThreadPool</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Concurrent/CachedThreadPool.html#initialize-instance_method" title="Concurrent::CachedThreadPool#initialize (method)">new</a></span></span><span class='lparen'>(</span>
Expand Down Expand Up @@ -2946,12 +2946,12 @@ <h3 class="signature " id="use_simple_logger-class_method">
<pre class="lines">


44
45
46</pre>
46
47</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 44</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 45</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_use_simple_logger'>use_simple_logger</span><span class='lparen'>(</span><span class='id identifier rubyid_level'>level</span> <span class='op'>=</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>FATAL</span><span class='comma'>,</span> <span class='id identifier rubyid_output'>output</span> <span class='op'>=</span> <span class='gvar'>$stderr</span><span class='rparen'>)</span>
<span class='const'><span class='object_link'><a href="" title="Concurrent (module)">Concurrent</a></span></span><span class='period'>.</span><span class='id identifier rubyid_global_logger'><span class='object_link'><a href="#global_logger-class_method" title="Concurrent.global_logger (method)">global_logger</a></span></span> <span class='op'>=</span> <span class='id identifier rubyid_create_simple_logger'>create_simple_logger</span> <span class='id identifier rubyid_level'>level</span><span class='comma'>,</span> <span class='id identifier rubyid_output'>output</span>
Expand Down Expand Up @@ -2987,12 +2987,12 @@ <h3 class="signature " id="use_stdlib_logger-class_method">
<pre class="lines">


77
78
79</pre>
79
80</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 77</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/configuration.rb', line 78</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_use_stdlib_logger'>use_stdlib_logger</span><span class='lparen'>(</span><span class='id identifier rubyid_level'>level</span> <span class='op'>=</span> <span class='const'>Logger</span><span class='op'>::</span><span class='const'>FATAL</span><span class='comma'>,</span> <span class='id identifier rubyid_output'>output</span> <span class='op'>=</span> <span class='gvar'>$stderr</span><span class='rparen'>)</span>
<span class='const'><span class='object_link'><a href="" title="Concurrent (module)">Concurrent</a></span></span><span class='period'>.</span><span class='id identifier rubyid_global_logger'><span class='object_link'><a href="#global_logger-class_method" title="Concurrent.global_logger (method)">global_logger</a></span></span> <span class='op'>=</span> <span class='id identifier rubyid_create_stdlib_logger'>create_stdlib_logger</span> <span class='id identifier rubyid_level'>level</span><span class='comma'>,</span> <span class='id identifier rubyid_output'>output</span>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions docs/1.1.2/file.CHANGELOG.html → docs/1.1.3/file.CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@

<div id="content"><div id='filecontents'><h2>Current</h2>

<h2>Release v1.1.3 (7 Nov 2018)</h2>

<ul>
<li>(#775) fix partial require of the gem (although not officially supported)</li>
</ul>

<h2>Release v1.1.2 (6 Nov 2018)</h2>

<ul>
<li>(#773) more defensive 1.9.3 support</li>
</ul>

<h2>Release v1.1.1, edge v0.4.1 (1 Nov 2018)</h2>

<ul>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/file.signpost.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<ul>
<li><a href="./master/index.html">master</a></li>
<li><a href="./1.1.2/index.html">1.1.2</a></li>
<li><a href="./1.1.3/index.html">1.1.3</a></li>
<li><a href="./1.0.5/index.html">1.0.5</a></li>
</ul>
</div></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<ul>
<li><a href="./master/index.html">master</a></li>
<li><a href="./1.1.2/index.html">1.1.2</a></li>
<li><a href="./1.1.3/index.html">1.1.3</a></li>
<li><a href="./1.0.5/index.html">1.0.5</a></li>
</ul>
</div></div>
Expand Down
Loading

0 comments on commit 675c746

Please sign in to comment.