diff --git a/CHANGELOG.md b/CHANGELOG.md index fa539f0d4..09c0cc2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Rakefile b/Rakefile index d98aa6c58..b139a0e1e 100644 --- a/Rakefile +++ b/Rakefile @@ -163,6 +163,7 @@ begin "{Concurrent::#{$1} #{$1}}" end end + FileUtils.mkpath 'tmp' File.write 'tmp/README.md', content end end diff --git a/docs-source/signpost.md b/docs-source/signpost.md index d06983d61..0143e3a8b 100644 --- a/docs-source/signpost.md +++ b/docs-source/signpost.md @@ -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) diff --git a/docs/1.1.2/Concurrent.html b/docs/1.1.3/Concurrent.html similarity index 99% rename from docs/1.1.2/Concurrent.html rename to docs/1.1.3/Concurrent.html index 7e1da470a..ee7358a06 100644 --- a/docs/1.1.2/Concurrent.html +++ b/docs/1.1.3/Concurrent.html @@ -659,7 +659,7 @@

VERSION =
-
'1.1.2'
+
'1.1.3'
EDGE_VERSION = @@ -1655,7 +1655,6 @@

 
 
-18
 19
 20
 21
@@ -1678,10 +1677,11 @@ 

38 39 40 -41

+41 +42 -
# File 'lib/concurrent/configuration.rb', line 18
+      
# File 'lib/concurrent/configuration.rb', line 19
 
 def self.create_simple_logger(level = Logger::FATAL, output = $stderr)
   # TODO (pitr-ch 24-Dec-2016): figure out why it had to be replaced, stdlogger was deadlocking
@@ -1755,7 +1755,6 @@ 

 
 
-50
 51
 52
 53
@@ -1778,10 +1777,11 @@ 

70 71 72 -73

+73 +74

-
# File 'lib/concurrent/configuration.rb', line 50
+      
# File 'lib/concurrent/configuration.rb', line 51
 
 def self.create_stdlib_logger(level = Logger::FATAL, output = $stderr)
   logger           = Logger.new(output)
@@ -2292,12 +2292,12 @@ 

 
 
-128
 129
-130
+130 +131

-
# File 'lib/concurrent/configuration.rb', line 128
+      
# File 'lib/concurrent/configuration.rb', line 129
 
 def self.disable_at_exit_handlers!
   AtExit.enabled = false
@@ -2370,12 +2370,12 @@ 

 
 
-163
 164
-165
+165 +166

-
# File 'lib/concurrent/configuration.rb', line 163
+      
# File 'lib/concurrent/configuration.rb', line 164
 
 def self.executor(executor_identifier)
   Options.executor(executor_identifier)
@@ -2427,12 +2427,12 @@ 

 
 
-135
 136
-137
+137 +138

-
# File 'lib/concurrent/configuration.rb', line 135
+      
# File 'lib/concurrent/configuration.rb', line 136
 
 def self.global_fast_executor
   GLOBAL_FAST_EXECUTOR.value
@@ -2457,12 +2457,12 @@ 

 
 
-146
 147
-148
+148 +149

-
# File 'lib/concurrent/configuration.rb', line 146
+      
# File 'lib/concurrent/configuration.rb', line 147
 
 def self.global_immediate_executor
   GLOBAL_IMMEDIATE_EXECUTOR
@@ -2514,12 +2514,12 @@ 

 
 
-142
 143
-144
+144 +145

-
# File 'lib/concurrent/configuration.rb', line 142
+      
# File 'lib/concurrent/configuration.rb', line 143
 
 def self.global_io_executor
   GLOBAL_IO_EXECUTOR.value
@@ -2544,12 +2544,12 @@ 

 
 
-90
 91
-92
+92 +93

-
# File 'lib/concurrent/configuration.rb', line 90
+      
# File 'lib/concurrent/configuration.rb', line 91
 
 def self.global_logger
   GLOBAL_LOGGER.value
@@ -2574,12 +2574,12 @@ 

 
 
-94
 95
-96
+96 +97

-
# File 'lib/concurrent/configuration.rb', line 94
+      
# File 'lib/concurrent/configuration.rb', line 95
 
 def self.global_logger=(value)
   GLOBAL_LOGGER.value = value
@@ -2631,12 +2631,12 @@ 

 
 
-153
 154
-155
+155 +156

-
# File 'lib/concurrent/configuration.rb', line 153
+      
# File 'lib/concurrent/configuration.rb', line 154
 
 def self.global_timer_set
   GLOBAL_TIMER_SET.value
@@ -2798,7 +2798,6 @@ 

 
 
-167
 168
 169
 170
@@ -2806,10 +2805,11 @@ 

172 173 174 -175

+175 +176

-
# File 'lib/concurrent/configuration.rb', line 167
+      
# File 'lib/concurrent/configuration.rb', line 168
 
 def self.new_fast_executor(opts = {})
   FixedThreadPool.new(
@@ -2840,15 +2840,15 @@ 

 
 
-177
 178
 179
 180
 181
-182
+182 +183

-
# File 'lib/concurrent/configuration.rb', line 177
+      
# File 'lib/concurrent/configuration.rb', line 178
 
 def self.new_io_executor(opts = {})
   CachedThreadPool.new(
@@ -2946,12 +2946,12 @@ 

 
 
-44
 45
-46
+46 +47

-
# File 'lib/concurrent/configuration.rb', line 44
+      
# File 'lib/concurrent/configuration.rb', line 45
 
 def self.use_simple_logger(level = Logger::FATAL, output = $stderr)
   Concurrent.global_logger = create_simple_logger level, output
@@ -2987,12 +2987,12 @@ 

 
 
-77
 78
-79
+79 +80

-
# File 'lib/concurrent/configuration.rb', line 77
+      
# File 'lib/concurrent/configuration.rb', line 78
 
 def self.use_stdlib_logger(level = Logger::FATAL, output = $stderr)
   Concurrent.global_logger = create_stdlib_logger level, output
diff --git a/docs/1.1.2/Concurrent/Actor.html b/docs/1.1.3/Concurrent/Actor.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor.html
rename to docs/1.1.3/Concurrent/Actor.html
diff --git a/docs/1.1.2/Concurrent/Actor/AbstractContext.html b/docs/1.1.3/Concurrent/Actor/AbstractContext.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/AbstractContext.html
rename to docs/1.1.3/Concurrent/Actor/AbstractContext.html
diff --git a/docs/1.1.2/Concurrent/Actor/ActorTerminated.html b/docs/1.1.3/Concurrent/Actor/ActorTerminated.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/ActorTerminated.html
rename to docs/1.1.3/Concurrent/Actor/ActorTerminated.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour.html b/docs/1.1.3/Concurrent/Actor/Behaviour.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/Abstract.html b/docs/1.1.3/Concurrent/Actor/Behaviour/Abstract.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/Abstract.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/Abstract.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/Awaits.html b/docs/1.1.3/Concurrent/Actor/Behaviour/Awaits.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/Awaits.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/Awaits.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/Buffer.html b/docs/1.1.3/Concurrent/Actor/Behaviour/Buffer.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/Buffer.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/Buffer.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/ErrorsOnUnknownMessage.html b/docs/1.1.3/Concurrent/Actor/Behaviour/ErrorsOnUnknownMessage.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/ErrorsOnUnknownMessage.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/ErrorsOnUnknownMessage.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/ExecutesContext.html b/docs/1.1.3/Concurrent/Actor/Behaviour/ExecutesContext.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/ExecutesContext.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/ExecutesContext.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/Linking.html b/docs/1.1.3/Concurrent/Actor/Behaviour/Linking.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/Linking.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/Linking.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/Pausing.html b/docs/1.1.3/Concurrent/Actor/Behaviour/Pausing.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/Pausing.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/Pausing.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/RemovesChild.html b/docs/1.1.3/Concurrent/Actor/Behaviour/RemovesChild.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/RemovesChild.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/RemovesChild.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/SetResults.html b/docs/1.1.3/Concurrent/Actor/Behaviour/SetResults.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/SetResults.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/SetResults.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/Supervising.html b/docs/1.1.3/Concurrent/Actor/Behaviour/Supervising.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/Supervising.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/Supervising.html
diff --git a/docs/1.1.2/Concurrent/Actor/Behaviour/Termination.html b/docs/1.1.3/Concurrent/Actor/Behaviour/Termination.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Behaviour/Termination.html
rename to docs/1.1.3/Concurrent/Actor/Behaviour/Termination.html
diff --git a/docs/1.1.2/Concurrent/Actor/Context.html b/docs/1.1.3/Concurrent/Actor/Context.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Context.html
rename to docs/1.1.3/Concurrent/Actor/Context.html
diff --git a/docs/1.1.2/Concurrent/Actor/Core.html b/docs/1.1.3/Concurrent/Actor/Core.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Core.html
rename to docs/1.1.3/Concurrent/Actor/Core.html
diff --git a/docs/1.1.2/Concurrent/Actor/DefaultDeadLetterHandler.html b/docs/1.1.3/Concurrent/Actor/DefaultDeadLetterHandler.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/DefaultDeadLetterHandler.html
rename to docs/1.1.3/Concurrent/Actor/DefaultDeadLetterHandler.html
diff --git a/docs/1.1.2/Concurrent/Actor/Envelope.html b/docs/1.1.3/Concurrent/Actor/Envelope.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Envelope.html
rename to docs/1.1.3/Concurrent/Actor/Envelope.html
diff --git a/docs/1.1.2/Concurrent/Actor/InternalDelegations.html b/docs/1.1.3/Concurrent/Actor/InternalDelegations.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/InternalDelegations.html
rename to docs/1.1.3/Concurrent/Actor/InternalDelegations.html
diff --git a/docs/1.1.2/Concurrent/Actor/PublicDelegations.html b/docs/1.1.3/Concurrent/Actor/PublicDelegations.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/PublicDelegations.html
rename to docs/1.1.3/Concurrent/Actor/PublicDelegations.html
diff --git a/docs/1.1.2/Concurrent/Actor/Reference.html b/docs/1.1.3/Concurrent/Actor/Reference.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Reference.html
rename to docs/1.1.3/Concurrent/Actor/Reference.html
diff --git a/docs/1.1.2/Concurrent/Actor/RestartingContext.html b/docs/1.1.3/Concurrent/Actor/RestartingContext.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/RestartingContext.html
rename to docs/1.1.3/Concurrent/Actor/RestartingContext.html
diff --git a/docs/1.1.2/Concurrent/Actor/Root.html b/docs/1.1.3/Concurrent/Actor/Root.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Root.html
rename to docs/1.1.3/Concurrent/Actor/Root.html
diff --git a/docs/1.1.2/Concurrent/Actor/TypeCheck.html b/docs/1.1.3/Concurrent/Actor/TypeCheck.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/TypeCheck.html
rename to docs/1.1.3/Concurrent/Actor/TypeCheck.html
diff --git a/docs/1.1.2/Concurrent/Actor/UnknownMessage.html b/docs/1.1.3/Concurrent/Actor/UnknownMessage.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/UnknownMessage.html
rename to docs/1.1.3/Concurrent/Actor/UnknownMessage.html
diff --git a/docs/1.1.2/Concurrent/Actor/Utils.html b/docs/1.1.3/Concurrent/Actor/Utils.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Utils.html
rename to docs/1.1.3/Concurrent/Actor/Utils.html
diff --git a/docs/1.1.2/Concurrent/Actor/Utils/AdHoc.html b/docs/1.1.3/Concurrent/Actor/Utils/AdHoc.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Utils/AdHoc.html
rename to docs/1.1.3/Concurrent/Actor/Utils/AdHoc.html
diff --git a/docs/1.1.2/Concurrent/Actor/Utils/AsAdHoc.html b/docs/1.1.3/Concurrent/Actor/Utils/AsAdHoc.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Utils/AsAdHoc.html
rename to docs/1.1.3/Concurrent/Actor/Utils/AsAdHoc.html
diff --git a/docs/1.1.2/Concurrent/Actor/Utils/Balancer.html b/docs/1.1.3/Concurrent/Actor/Utils/Balancer.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Utils/Balancer.html
rename to docs/1.1.3/Concurrent/Actor/Utils/Balancer.html
diff --git a/docs/1.1.2/Concurrent/Actor/Utils/Broadcast.html b/docs/1.1.3/Concurrent/Actor/Utils/Broadcast.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Utils/Broadcast.html
rename to docs/1.1.3/Concurrent/Actor/Utils/Broadcast.html
diff --git a/docs/1.1.2/Concurrent/Actor/Utils/Pool.html b/docs/1.1.3/Concurrent/Actor/Utils/Pool.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Actor/Utils/Pool.html
rename to docs/1.1.3/Concurrent/Actor/Utils/Pool.html
diff --git a/docs/1.1.2/Concurrent/Agent.html b/docs/1.1.3/Concurrent/Agent.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Agent.html
rename to docs/1.1.3/Concurrent/Agent.html
diff --git a/docs/1.1.2/Concurrent/Agent/Error.html b/docs/1.1.3/Concurrent/Agent/Error.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Agent/Error.html
rename to docs/1.1.3/Concurrent/Agent/Error.html
diff --git a/docs/1.1.2/Concurrent/Agent/ValidationError.html b/docs/1.1.3/Concurrent/Agent/ValidationError.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Agent/ValidationError.html
rename to docs/1.1.3/Concurrent/Agent/ValidationError.html
diff --git a/docs/1.1.2/Concurrent/Array.html b/docs/1.1.3/Concurrent/Array.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Array.html
rename to docs/1.1.3/Concurrent/Array.html
diff --git a/docs/1.1.2/Concurrent/Async.html b/docs/1.1.3/Concurrent/Async.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Async.html
rename to docs/1.1.3/Concurrent/Async.html
diff --git a/docs/1.1.2/Concurrent/Atom.html b/docs/1.1.3/Concurrent/Atom.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Atom.html
rename to docs/1.1.3/Concurrent/Atom.html
diff --git a/docs/1.1.2/Concurrent/AtomicBoolean.html b/docs/1.1.3/Concurrent/AtomicBoolean.html
similarity index 100%
rename from docs/1.1.2/Concurrent/AtomicBoolean.html
rename to docs/1.1.3/Concurrent/AtomicBoolean.html
diff --git a/docs/1.1.2/Concurrent/AtomicFixnum.html b/docs/1.1.3/Concurrent/AtomicFixnum.html
similarity index 100%
rename from docs/1.1.2/Concurrent/AtomicFixnum.html
rename to docs/1.1.3/Concurrent/AtomicFixnum.html
diff --git a/docs/1.1.2/Concurrent/AtomicMarkableReference.html b/docs/1.1.3/Concurrent/AtomicMarkableReference.html
similarity index 100%
rename from docs/1.1.2/Concurrent/AtomicMarkableReference.html
rename to docs/1.1.3/Concurrent/AtomicMarkableReference.html
diff --git a/docs/1.1.2/Concurrent/AtomicReference.html b/docs/1.1.3/Concurrent/AtomicReference.html
similarity index 100%
rename from docs/1.1.2/Concurrent/AtomicReference.html
rename to docs/1.1.3/Concurrent/AtomicReference.html
diff --git a/docs/1.1.2/Concurrent/CachedThreadPool.html b/docs/1.1.3/Concurrent/CachedThreadPool.html
similarity index 100%
rename from docs/1.1.2/Concurrent/CachedThreadPool.html
rename to docs/1.1.3/Concurrent/CachedThreadPool.html
diff --git a/docs/1.1.2/Concurrent/Cancellation.html b/docs/1.1.3/Concurrent/Cancellation.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Cancellation.html
rename to docs/1.1.3/Concurrent/Cancellation.html
diff --git a/docs/1.1.2/Concurrent/Cancellation/Token.html b/docs/1.1.3/Concurrent/Cancellation/Token.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Cancellation/Token.html
rename to docs/1.1.3/Concurrent/Cancellation/Token.html
diff --git a/docs/1.1.2/Concurrent/Channel.html b/docs/1.1.3/Concurrent/Channel.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel.html
rename to docs/1.1.3/Concurrent/Channel.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer.html b/docs/1.1.3/Concurrent/Channel/Buffer.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer.html
rename to docs/1.1.3/Concurrent/Channel/Buffer.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer/Base.html b/docs/1.1.3/Concurrent/Channel/Buffer/Base.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer/Base.html
rename to docs/1.1.3/Concurrent/Channel/Buffer/Base.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer/Buffered.html b/docs/1.1.3/Concurrent/Channel/Buffer/Buffered.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer/Buffered.html
rename to docs/1.1.3/Concurrent/Channel/Buffer/Buffered.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer/Dropping.html b/docs/1.1.3/Concurrent/Channel/Buffer/Dropping.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer/Dropping.html
rename to docs/1.1.3/Concurrent/Channel/Buffer/Dropping.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer/Sliding.html b/docs/1.1.3/Concurrent/Channel/Buffer/Sliding.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer/Sliding.html
rename to docs/1.1.3/Concurrent/Channel/Buffer/Sliding.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer/Ticker.html b/docs/1.1.3/Concurrent/Channel/Buffer/Ticker.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer/Ticker.html
rename to docs/1.1.3/Concurrent/Channel/Buffer/Ticker.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer/Timer.html b/docs/1.1.3/Concurrent/Channel/Buffer/Timer.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer/Timer.html
rename to docs/1.1.3/Concurrent/Channel/Buffer/Timer.html
diff --git a/docs/1.1.2/Concurrent/Channel/Buffer/Unbuffered.html b/docs/1.1.3/Concurrent/Channel/Buffer/Unbuffered.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Buffer/Unbuffered.html
rename to docs/1.1.3/Concurrent/Channel/Buffer/Unbuffered.html
diff --git a/docs/1.1.2/Concurrent/Channel/Selector/AfterClause.html b/docs/1.1.3/Concurrent/Channel/Selector/AfterClause.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Selector/AfterClause.html
rename to docs/1.1.3/Concurrent/Channel/Selector/AfterClause.html
diff --git a/docs/1.1.2/Concurrent/Channel/Selector/DefaultClause.html b/docs/1.1.3/Concurrent/Channel/Selector/DefaultClause.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Selector/DefaultClause.html
rename to docs/1.1.3/Concurrent/Channel/Selector/DefaultClause.html
diff --git a/docs/1.1.2/Concurrent/Channel/Selector/ErrorClause.html b/docs/1.1.3/Concurrent/Channel/Selector/ErrorClause.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Selector/ErrorClause.html
rename to docs/1.1.3/Concurrent/Channel/Selector/ErrorClause.html
diff --git a/docs/1.1.2/Concurrent/Channel/Selector/PutClause.html b/docs/1.1.3/Concurrent/Channel/Selector/PutClause.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Selector/PutClause.html
rename to docs/1.1.3/Concurrent/Channel/Selector/PutClause.html
diff --git a/docs/1.1.2/Concurrent/Channel/Selector/TakeClause.html b/docs/1.1.3/Concurrent/Channel/Selector/TakeClause.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Selector/TakeClause.html
rename to docs/1.1.3/Concurrent/Channel/Selector/TakeClause.html
diff --git a/docs/1.1.2/Concurrent/Channel/Tick.html b/docs/1.1.3/Concurrent/Channel/Tick.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/Tick.html
rename to docs/1.1.3/Concurrent/Channel/Tick.html
diff --git a/docs/1.1.2/Concurrent/Channel/ValidationError.html b/docs/1.1.3/Concurrent/Channel/ValidationError.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Channel/ValidationError.html
rename to docs/1.1.3/Concurrent/Channel/ValidationError.html
diff --git a/docs/1.1.2/Concurrent/Collection/CopyOnNotifyObserverSet.html b/docs/1.1.3/Concurrent/Collection/CopyOnNotifyObserverSet.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Collection/CopyOnNotifyObserverSet.html
rename to docs/1.1.3/Concurrent/Collection/CopyOnNotifyObserverSet.html
diff --git a/docs/1.1.2/Concurrent/Collection/CopyOnWriteObserverSet.html b/docs/1.1.3/Concurrent/Collection/CopyOnWriteObserverSet.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Collection/CopyOnWriteObserverSet.html
rename to docs/1.1.3/Concurrent/Collection/CopyOnWriteObserverSet.html
diff --git a/docs/1.1.2/Concurrent/Concern.html b/docs/1.1.3/Concurrent/Concern.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Concern.html
rename to docs/1.1.3/Concurrent/Concern.html
diff --git a/docs/1.1.2/Concurrent/Concern/Dereferenceable.html b/docs/1.1.3/Concurrent/Concern/Dereferenceable.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Concern/Dereferenceable.html
rename to docs/1.1.3/Concurrent/Concern/Dereferenceable.html
diff --git a/docs/1.1.2/Concurrent/Concern/Obligation.html b/docs/1.1.3/Concurrent/Concern/Obligation.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Concern/Obligation.html
rename to docs/1.1.3/Concurrent/Concern/Obligation.html
diff --git a/docs/1.1.2/Concurrent/Concern/Observable.html b/docs/1.1.3/Concurrent/Concern/Observable.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Concern/Observable.html
rename to docs/1.1.3/Concurrent/Concern/Observable.html
diff --git a/docs/1.1.2/Concurrent/ConcurrentUpdateError.html b/docs/1.1.3/Concurrent/ConcurrentUpdateError.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ConcurrentUpdateError.html
rename to docs/1.1.3/Concurrent/ConcurrentUpdateError.html
diff --git a/docs/1.1.2/Concurrent/CountDownLatch.html b/docs/1.1.3/Concurrent/CountDownLatch.html
similarity index 100%
rename from docs/1.1.2/Concurrent/CountDownLatch.html
rename to docs/1.1.3/Concurrent/CountDownLatch.html
diff --git a/docs/1.1.2/Concurrent/CyclicBarrier.html b/docs/1.1.3/Concurrent/CyclicBarrier.html
similarity index 100%
rename from docs/1.1.2/Concurrent/CyclicBarrier.html
rename to docs/1.1.3/Concurrent/CyclicBarrier.html
diff --git a/docs/1.1.2/Concurrent/Delay.html b/docs/1.1.3/Concurrent/Delay.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Delay.html
rename to docs/1.1.3/Concurrent/Delay.html
diff --git a/docs/1.1.2/Concurrent/Edge.html b/docs/1.1.3/Concurrent/Edge.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Edge.html
rename to docs/1.1.3/Concurrent/Edge.html
diff --git a/docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet.html b/docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet.html
rename to docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet.html
diff --git a/docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Head.html b/docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Head.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Head.html
rename to docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Head.html
diff --git a/docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Node.html b/docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Node.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Node.html
rename to docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Node.html
diff --git a/docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Tail.html b/docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Tail.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Tail.html
rename to docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Tail.html
diff --git a/docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Window.html b/docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Window.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Edge/LockFreeLinkedSet/Window.html
rename to docs/1.1.3/Concurrent/Edge/LockFreeLinkedSet/Window.html
diff --git a/docs/1.1.2/Concurrent/Event.html b/docs/1.1.3/Concurrent/Event.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Event.html
rename to docs/1.1.3/Concurrent/Event.html
diff --git a/docs/1.1.2/Concurrent/Exchanger.html b/docs/1.1.3/Concurrent/Exchanger.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Exchanger.html
rename to docs/1.1.3/Concurrent/Exchanger.html
diff --git a/docs/1.1.2/Concurrent/FixedThreadPool.html b/docs/1.1.3/Concurrent/FixedThreadPool.html
similarity index 100%
rename from docs/1.1.2/Concurrent/FixedThreadPool.html
rename to docs/1.1.3/Concurrent/FixedThreadPool.html
diff --git a/docs/1.1.2/Concurrent/Future.html b/docs/1.1.3/Concurrent/Future.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Future.html
rename to docs/1.1.3/Concurrent/Future.html
diff --git a/docs/1.1.2/Concurrent/Hash.html b/docs/1.1.3/Concurrent/Hash.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Hash.html
rename to docs/1.1.3/Concurrent/Hash.html
diff --git a/docs/1.1.2/Concurrent/IVar.html b/docs/1.1.3/Concurrent/IVar.html
similarity index 100%
rename from docs/1.1.2/Concurrent/IVar.html
rename to docs/1.1.3/Concurrent/IVar.html
diff --git a/docs/1.1.2/Concurrent/ImmediateExecutor.html b/docs/1.1.3/Concurrent/ImmediateExecutor.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ImmediateExecutor.html
rename to docs/1.1.3/Concurrent/ImmediateExecutor.html
diff --git a/docs/1.1.2/Concurrent/ImmutableStruct.html b/docs/1.1.3/Concurrent/ImmutableStruct.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ImmutableStruct.html
rename to docs/1.1.3/Concurrent/ImmutableStruct.html
diff --git a/docs/1.1.2/Concurrent/IndirectImmediateExecutor.html b/docs/1.1.3/Concurrent/IndirectImmediateExecutor.html
similarity index 100%
rename from docs/1.1.2/Concurrent/IndirectImmediateExecutor.html
rename to docs/1.1.3/Concurrent/IndirectImmediateExecutor.html
diff --git a/docs/1.1.2/Concurrent/LazyRegister.html b/docs/1.1.3/Concurrent/LazyRegister.html
similarity index 100%
rename from docs/1.1.2/Concurrent/LazyRegister.html
rename to docs/1.1.3/Concurrent/LazyRegister.html
diff --git a/docs/1.1.2/Concurrent/LockFreeQueue/Node.html b/docs/1.1.3/Concurrent/LockFreeQueue/Node.html
similarity index 100%
rename from docs/1.1.2/Concurrent/LockFreeQueue/Node.html
rename to docs/1.1.3/Concurrent/LockFreeQueue/Node.html
diff --git a/docs/1.1.2/Concurrent/LockFreeStack.html b/docs/1.1.3/Concurrent/LockFreeStack.html
similarity index 100%
rename from docs/1.1.2/Concurrent/LockFreeStack.html
rename to docs/1.1.3/Concurrent/LockFreeStack.html
diff --git a/docs/1.1.2/Concurrent/LockFreeStack/Node.html b/docs/1.1.3/Concurrent/LockFreeStack/Node.html
similarity index 100%
rename from docs/1.1.2/Concurrent/LockFreeStack/Node.html
rename to docs/1.1.3/Concurrent/LockFreeStack/Node.html
diff --git a/docs/1.1.2/Concurrent/MVar.html b/docs/1.1.3/Concurrent/MVar.html
similarity index 100%
rename from docs/1.1.2/Concurrent/MVar.html
rename to docs/1.1.3/Concurrent/MVar.html
diff --git a/docs/1.1.2/Concurrent/Map.html b/docs/1.1.3/Concurrent/Map.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Map.html
rename to docs/1.1.3/Concurrent/Map.html
diff --git a/docs/1.1.2/Concurrent/Maybe.html b/docs/1.1.3/Concurrent/Maybe.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Maybe.html
rename to docs/1.1.3/Concurrent/Maybe.html
diff --git a/docs/1.1.2/Concurrent/MultipleAssignmentError.html b/docs/1.1.3/Concurrent/MultipleAssignmentError.html
similarity index 100%
rename from docs/1.1.2/Concurrent/MultipleAssignmentError.html
rename to docs/1.1.3/Concurrent/MultipleAssignmentError.html
diff --git a/docs/1.1.2/Concurrent/MultipleErrors.html b/docs/1.1.3/Concurrent/MultipleErrors.html
similarity index 100%
rename from docs/1.1.2/Concurrent/MultipleErrors.html
rename to docs/1.1.3/Concurrent/MultipleErrors.html
diff --git a/docs/1.1.2/Concurrent/MutableStruct.html b/docs/1.1.3/Concurrent/MutableStruct.html
similarity index 100%
rename from docs/1.1.2/Concurrent/MutableStruct.html
rename to docs/1.1.3/Concurrent/MutableStruct.html
diff --git a/docs/1.1.2/Concurrent/ProcessingActor.html b/docs/1.1.3/Concurrent/ProcessingActor.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ProcessingActor.html
rename to docs/1.1.3/Concurrent/ProcessingActor.html
diff --git a/docs/1.1.2/Concurrent/Promise.html b/docs/1.1.3/Concurrent/Promise.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promise.html
rename to docs/1.1.3/Concurrent/Promise.html
diff --git a/docs/1.1.2/Concurrent/Promises.html b/docs/1.1.3/Concurrent/Promises.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises.html
rename to docs/1.1.3/Concurrent/Promises.html
diff --git a/docs/1.1.2/Concurrent/Promises/AbstractEventFuture.html b/docs/1.1.3/Concurrent/Promises/AbstractEventFuture.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/AbstractEventFuture.html
rename to docs/1.1.3/Concurrent/Promises/AbstractEventFuture.html
diff --git a/docs/1.1.2/Concurrent/Promises/AbstractEventFuture/ThrottleIntegration.html b/docs/1.1.3/Concurrent/Promises/AbstractEventFuture/ThrottleIntegration.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/AbstractEventFuture/ThrottleIntegration.html
rename to docs/1.1.3/Concurrent/Promises/AbstractEventFuture/ThrottleIntegration.html
diff --git a/docs/1.1.2/Concurrent/Promises/Channel.html b/docs/1.1.3/Concurrent/Promises/Channel.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Channel.html
rename to docs/1.1.3/Concurrent/Promises/Channel.html
diff --git a/docs/1.1.2/Concurrent/Promises/Event.html b/docs/1.1.3/Concurrent/Promises/Event.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Event.html
rename to docs/1.1.3/Concurrent/Promises/Event.html
diff --git a/docs/1.1.2/Concurrent/Promises/FactoryMethods.html b/docs/1.1.3/Concurrent/Promises/FactoryMethods.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/FactoryMethods.html
rename to docs/1.1.3/Concurrent/Promises/FactoryMethods.html
diff --git a/docs/1.1.2/Concurrent/Promises/FactoryMethods/Configuration.html b/docs/1.1.3/Concurrent/Promises/FactoryMethods/Configuration.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/FactoryMethods/Configuration.html
rename to docs/1.1.3/Concurrent/Promises/FactoryMethods/Configuration.html
diff --git a/docs/1.1.2/Concurrent/Promises/FactoryMethods/NewChannelIntegration.html b/docs/1.1.3/Concurrent/Promises/FactoryMethods/NewChannelIntegration.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/FactoryMethods/NewChannelIntegration.html
rename to docs/1.1.3/Concurrent/Promises/FactoryMethods/NewChannelIntegration.html
diff --git a/docs/1.1.2/Concurrent/Promises/Future.html b/docs/1.1.3/Concurrent/Promises/Future.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Future.html
rename to docs/1.1.3/Concurrent/Promises/Future.html
diff --git a/docs/1.1.2/Concurrent/Promises/Future/ActorIntegration.html b/docs/1.1.3/Concurrent/Promises/Future/ActorIntegration.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Future/ActorIntegration.html
rename to docs/1.1.3/Concurrent/Promises/Future/ActorIntegration.html
diff --git a/docs/1.1.2/Concurrent/Promises/Future/FlatShortcuts.html b/docs/1.1.3/Concurrent/Promises/Future/FlatShortcuts.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Future/FlatShortcuts.html
rename to docs/1.1.3/Concurrent/Promises/Future/FlatShortcuts.html
diff --git a/docs/1.1.2/Concurrent/Promises/Future/NewChannelIntegration.html b/docs/1.1.3/Concurrent/Promises/Future/NewChannelIntegration.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Future/NewChannelIntegration.html
rename to docs/1.1.3/Concurrent/Promises/Future/NewChannelIntegration.html
diff --git a/docs/1.1.2/Concurrent/Promises/Future/ThrottleIntegration.html b/docs/1.1.3/Concurrent/Promises/Future/ThrottleIntegration.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Future/ThrottleIntegration.html
rename to docs/1.1.3/Concurrent/Promises/Future/ThrottleIntegration.html
diff --git a/docs/1.1.2/Concurrent/Promises/Resolvable.html b/docs/1.1.3/Concurrent/Promises/Resolvable.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/Resolvable.html
rename to docs/1.1.3/Concurrent/Promises/Resolvable.html
diff --git a/docs/1.1.2/Concurrent/Promises/ResolvableEvent.html b/docs/1.1.3/Concurrent/Promises/ResolvableEvent.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/ResolvableEvent.html
rename to docs/1.1.3/Concurrent/Promises/ResolvableEvent.html
diff --git a/docs/1.1.2/Concurrent/Promises/ResolvableFuture.html b/docs/1.1.3/Concurrent/Promises/ResolvableFuture.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Promises/ResolvableFuture.html
rename to docs/1.1.3/Concurrent/Promises/ResolvableFuture.html
diff --git a/docs/1.1.2/Concurrent/ReInclude.html b/docs/1.1.3/Concurrent/ReInclude.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ReInclude.html
rename to docs/1.1.3/Concurrent/ReInclude.html
diff --git a/docs/1.1.2/Concurrent/ReadWriteLock.html b/docs/1.1.3/Concurrent/ReadWriteLock.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ReadWriteLock.html
rename to docs/1.1.3/Concurrent/ReadWriteLock.html
diff --git a/docs/1.1.2/Concurrent/ReentrantReadWriteLock.html b/docs/1.1.3/Concurrent/ReentrantReadWriteLock.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ReentrantReadWriteLock.html
rename to docs/1.1.3/Concurrent/ReentrantReadWriteLock.html
diff --git a/docs/1.1.2/Concurrent/SafeTaskExecutor.html b/docs/1.1.3/Concurrent/SafeTaskExecutor.html
similarity index 100%
rename from docs/1.1.2/Concurrent/SafeTaskExecutor.html
rename to docs/1.1.3/Concurrent/SafeTaskExecutor.html
diff --git a/docs/1.1.2/Concurrent/ScheduledTask.html b/docs/1.1.3/Concurrent/ScheduledTask.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ScheduledTask.html
rename to docs/1.1.3/Concurrent/ScheduledTask.html
diff --git a/docs/1.1.2/Concurrent/Semaphore.html b/docs/1.1.3/Concurrent/Semaphore.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Semaphore.html
rename to docs/1.1.3/Concurrent/Semaphore.html
diff --git a/docs/1.1.2/Concurrent/SerializedExecution.html b/docs/1.1.3/Concurrent/SerializedExecution.html
similarity index 100%
rename from docs/1.1.2/Concurrent/SerializedExecution.html
rename to docs/1.1.3/Concurrent/SerializedExecution.html
diff --git a/docs/1.1.2/Concurrent/SerializedExecution/Job.html b/docs/1.1.3/Concurrent/SerializedExecution/Job.html
similarity index 100%
rename from docs/1.1.2/Concurrent/SerializedExecution/Job.html
rename to docs/1.1.3/Concurrent/SerializedExecution/Job.html
diff --git a/docs/1.1.2/Concurrent/SerializedExecutionDelegator.html b/docs/1.1.3/Concurrent/SerializedExecutionDelegator.html
similarity index 100%
rename from docs/1.1.2/Concurrent/SerializedExecutionDelegator.html
rename to docs/1.1.3/Concurrent/SerializedExecutionDelegator.html
diff --git a/docs/1.1.2/Concurrent/Set.html b/docs/1.1.3/Concurrent/Set.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Set.html
rename to docs/1.1.3/Concurrent/Set.html
diff --git a/docs/1.1.2/Concurrent/SettableStruct.html b/docs/1.1.3/Concurrent/SettableStruct.html
similarity index 100%
rename from docs/1.1.2/Concurrent/SettableStruct.html
rename to docs/1.1.3/Concurrent/SettableStruct.html
diff --git a/docs/1.1.2/Concurrent/SimpleExecutorService.html b/docs/1.1.3/Concurrent/SimpleExecutorService.html
similarity index 100%
rename from docs/1.1.2/Concurrent/SimpleExecutorService.html
rename to docs/1.1.3/Concurrent/SimpleExecutorService.html
diff --git a/docs/1.1.2/Concurrent/SingleThreadExecutor.html b/docs/1.1.3/Concurrent/SingleThreadExecutor.html
similarity index 100%
rename from docs/1.1.2/Concurrent/SingleThreadExecutor.html
rename to docs/1.1.3/Concurrent/SingleThreadExecutor.html
diff --git a/docs/1.1.2/Concurrent/Synchronization.html b/docs/1.1.3/Concurrent/Synchronization.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization.html
rename to docs/1.1.3/Concurrent/Synchronization.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/Condition.html b/docs/1.1.3/Concurrent/Synchronization/Condition.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/Condition.html
rename to docs/1.1.3/Concurrent/Synchronization/Condition.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/JRubyAttrVolatile.html b/docs/1.1.3/Concurrent/Synchronization/JRubyAttrVolatile.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/JRubyAttrVolatile.html
rename to docs/1.1.3/Concurrent/Synchronization/JRubyAttrVolatile.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/JRubyAttrVolatile/ClassMethods.html b/docs/1.1.3/Concurrent/Synchronization/JRubyAttrVolatile/ClassMethods.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/JRubyAttrVolatile/ClassMethods.html
rename to docs/1.1.3/Concurrent/Synchronization/JRubyAttrVolatile/ClassMethods.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/Lock.html b/docs/1.1.3/Concurrent/Synchronization/Lock.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/Lock.html
rename to docs/1.1.3/Concurrent/Synchronization/Lock.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/MriAttrVolatile.html b/docs/1.1.3/Concurrent/Synchronization/MriAttrVolatile.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/MriAttrVolatile.html
rename to docs/1.1.3/Concurrent/Synchronization/MriAttrVolatile.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/MriAttrVolatile/ClassMethods.html b/docs/1.1.3/Concurrent/Synchronization/MriAttrVolatile/ClassMethods.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/MriAttrVolatile/ClassMethods.html
rename to docs/1.1.3/Concurrent/Synchronization/MriAttrVolatile/ClassMethods.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/Object.html b/docs/1.1.3/Concurrent/Synchronization/Object.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/Object.html
rename to docs/1.1.3/Concurrent/Synchronization/Object.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/RbxAttrVolatile.html b/docs/1.1.3/Concurrent/Synchronization/RbxAttrVolatile.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/RbxAttrVolatile.html
rename to docs/1.1.3/Concurrent/Synchronization/RbxAttrVolatile.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/RbxAttrVolatile/ClassMethods.html b/docs/1.1.3/Concurrent/Synchronization/RbxAttrVolatile/ClassMethods.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/RbxAttrVolatile/ClassMethods.html
rename to docs/1.1.3/Concurrent/Synchronization/RbxAttrVolatile/ClassMethods.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/TruffleRubyAttrVolatile.html b/docs/1.1.3/Concurrent/Synchronization/TruffleRubyAttrVolatile.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/TruffleRubyAttrVolatile.html
rename to docs/1.1.3/Concurrent/Synchronization/TruffleRubyAttrVolatile.html
diff --git a/docs/1.1.2/Concurrent/Synchronization/TruffleRubyAttrVolatile/ClassMethods.html b/docs/1.1.3/Concurrent/Synchronization/TruffleRubyAttrVolatile/ClassMethods.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Synchronization/TruffleRubyAttrVolatile/ClassMethods.html
rename to docs/1.1.3/Concurrent/Synchronization/TruffleRubyAttrVolatile/ClassMethods.html
diff --git a/docs/1.1.2/Concurrent/TVar.html b/docs/1.1.3/Concurrent/TVar.html
similarity index 100%
rename from docs/1.1.2/Concurrent/TVar.html
rename to docs/1.1.3/Concurrent/TVar.html
diff --git a/docs/1.1.2/Concurrent/ThreadLocalVar.html b/docs/1.1.3/Concurrent/ThreadLocalVar.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ThreadLocalVar.html
rename to docs/1.1.3/Concurrent/ThreadLocalVar.html
diff --git a/docs/1.1.2/Concurrent/ThreadPoolExecutor.html b/docs/1.1.3/Concurrent/ThreadPoolExecutor.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ThreadPoolExecutor.html
rename to docs/1.1.3/Concurrent/ThreadPoolExecutor.html
diff --git a/docs/1.1.2/Concurrent/ThreadSafe/Util/XorShiftRandom.html b/docs/1.1.3/Concurrent/ThreadSafe/Util/XorShiftRandom.html
similarity index 100%
rename from docs/1.1.2/Concurrent/ThreadSafe/Util/XorShiftRandom.html
rename to docs/1.1.3/Concurrent/ThreadSafe/Util/XorShiftRandom.html
diff --git a/docs/1.1.2/Concurrent/Throttle.html b/docs/1.1.3/Concurrent/Throttle.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Throttle.html
rename to docs/1.1.3/Concurrent/Throttle.html
diff --git a/docs/1.1.2/Concurrent/Throttle/PromisesIntegration.html b/docs/1.1.3/Concurrent/Throttle/PromisesIntegration.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Throttle/PromisesIntegration.html
rename to docs/1.1.3/Concurrent/Throttle/PromisesIntegration.html
diff --git a/docs/1.1.2/Concurrent/TimerSet.html b/docs/1.1.3/Concurrent/TimerSet.html
similarity index 100%
rename from docs/1.1.2/Concurrent/TimerSet.html
rename to docs/1.1.3/Concurrent/TimerSet.html
diff --git a/docs/1.1.2/Concurrent/TimerTask.html b/docs/1.1.3/Concurrent/TimerTask.html
similarity index 100%
rename from docs/1.1.2/Concurrent/TimerTask.html
rename to docs/1.1.3/Concurrent/TimerTask.html
diff --git a/docs/1.1.2/Concurrent/Transaction.html b/docs/1.1.3/Concurrent/Transaction.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Transaction.html
rename to docs/1.1.3/Concurrent/Transaction.html
diff --git a/docs/1.1.2/Concurrent/Transaction/ReadLogEntry.html b/docs/1.1.3/Concurrent/Transaction/ReadLogEntry.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Transaction/ReadLogEntry.html
rename to docs/1.1.3/Concurrent/Transaction/ReadLogEntry.html
diff --git a/docs/1.1.2/Concurrent/Tuple.html b/docs/1.1.3/Concurrent/Tuple.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Tuple.html
rename to docs/1.1.3/Concurrent/Tuple.html
diff --git a/docs/1.1.2/Concurrent/Utility.html b/docs/1.1.3/Concurrent/Utility.html
similarity index 100%
rename from docs/1.1.2/Concurrent/Utility.html
rename to docs/1.1.3/Concurrent/Utility.html
diff --git a/docs/1.1.2/_index.html b/docs/1.1.3/_index.html
similarity index 100%
rename from docs/1.1.2/_index.html
rename to docs/1.1.3/_index.html
diff --git a/docs/1.1.2/class_list.html b/docs/1.1.3/class_list.html
similarity index 100%
rename from docs/1.1.2/class_list.html
rename to docs/1.1.3/class_list.html
diff --git a/docs/1.1.2/css/common.css b/docs/1.1.3/css/common.css
similarity index 100%
rename from docs/1.1.2/css/common.css
rename to docs/1.1.3/css/common.css
diff --git a/docs/1.1.2/css/full_list.css b/docs/1.1.3/css/full_list.css
similarity index 100%
rename from docs/1.1.2/css/full_list.css
rename to docs/1.1.3/css/full_list.css
diff --git a/docs/1.1.2/css/style.css b/docs/1.1.3/css/style.css
similarity index 100%
rename from docs/1.1.2/css/style.css
rename to docs/1.1.3/css/style.css
diff --git a/docs/1.1.2/file.CHANGELOG.html b/docs/1.1.3/file.CHANGELOG.html
similarity index 99%
rename from docs/1.1.2/file.CHANGELOG.html
rename to docs/1.1.3/file.CHANGELOG.html
index a22adaa5a..cc266c4b8 100644
--- a/docs/1.1.2/file.CHANGELOG.html
+++ b/docs/1.1.3/file.CHANGELOG.html
@@ -59,6 +59,18 @@
 
       

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)

+ +
    +
  • (#773) more defensive 1.9.3 support
  • +
+

Release v1.1.1, edge v0.4.1 (1 Nov 2018)

    diff --git a/docs/1.1.2/file.LICENSE.html b/docs/1.1.3/file.LICENSE.html similarity index 100% rename from docs/1.1.2/file.LICENSE.html rename to docs/1.1.3/file.LICENSE.html diff --git a/docs/1.1.2/file.README.html b/docs/1.1.3/file.README.html similarity index 100% rename from docs/1.1.2/file.README.html rename to docs/1.1.3/file.README.html diff --git a/docs/1.1.2/file.promises.out.html b/docs/1.1.3/file.promises.out.html similarity index 100% rename from docs/1.1.2/file.promises.out.html rename to docs/1.1.3/file.promises.out.html diff --git a/docs/1.1.2/file.thread_pools.html b/docs/1.1.3/file.thread_pools.html similarity index 100% rename from docs/1.1.2/file.thread_pools.html rename to docs/1.1.3/file.thread_pools.html diff --git a/docs/1.1.2/file_list.html b/docs/1.1.3/file_list.html similarity index 100% rename from docs/1.1.2/file_list.html rename to docs/1.1.3/file_list.html diff --git a/docs/1.1.2/frames.html b/docs/1.1.3/frames.html similarity index 100% rename from docs/1.1.2/frames.html rename to docs/1.1.3/frames.html diff --git a/docs/1.1.2/index.html b/docs/1.1.3/index.html similarity index 100% rename from docs/1.1.2/index.html rename to docs/1.1.3/index.html diff --git a/docs/1.1.2/js/app.js b/docs/1.1.3/js/app.js similarity index 100% rename from docs/1.1.2/js/app.js rename to docs/1.1.3/js/app.js diff --git a/docs/1.1.2/js/full_list.js b/docs/1.1.3/js/full_list.js similarity index 100% rename from docs/1.1.2/js/full_list.js rename to docs/1.1.3/js/full_list.js diff --git a/docs/1.1.2/js/jquery.js b/docs/1.1.3/js/jquery.js similarity index 100% rename from docs/1.1.2/js/jquery.js rename to docs/1.1.3/js/jquery.js diff --git a/docs/1.1.2/method_list.html b/docs/1.1.3/method_list.html similarity index 100% rename from docs/1.1.2/method_list.html rename to docs/1.1.3/method_list.html diff --git a/docs/1.1.2/top-level-namespace.html b/docs/1.1.3/top-level-namespace.html similarity index 100% rename from docs/1.1.2/top-level-namespace.html rename to docs/1.1.3/top-level-namespace.html diff --git a/docs/file.signpost.html b/docs/file.signpost.html index 7968f941f..804f009de 100644 --- a/docs/file.signpost.html +++ b/docs/file.signpost.html @@ -63,7 +63,7 @@
diff --git a/docs/index.html b/docs/index.html index 0451f87f3..aadd734c9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -63,7 +63,7 @@ diff --git a/docs/master/Concurrent.html b/docs/master/Concurrent.html index 7e1da470a..ee7358a06 100644 --- a/docs/master/Concurrent.html +++ b/docs/master/Concurrent.html @@ -659,7 +659,7 @@

VERSION =
-
'1.1.2'
+
'1.1.3'
EDGE_VERSION = @@ -1655,7 +1655,6 @@

 
 
-18
 19
 20
 21
@@ -1678,10 +1677,11 @@ 

38 39 40 -41

+41 +42

-
# File 'lib/concurrent/configuration.rb', line 18
+      
# File 'lib/concurrent/configuration.rb', line 19
 
 def self.create_simple_logger(level = Logger::FATAL, output = $stderr)
   # TODO (pitr-ch 24-Dec-2016): figure out why it had to be replaced, stdlogger was deadlocking
@@ -1755,7 +1755,6 @@ 

 
 
-50
 51
 52
 53
@@ -1778,10 +1777,11 @@ 

70 71 72 -73

+73 +74

-
# File 'lib/concurrent/configuration.rb', line 50
+      
# File 'lib/concurrent/configuration.rb', line 51
 
 def self.create_stdlib_logger(level = Logger::FATAL, output = $stderr)
   logger           = Logger.new(output)
@@ -2292,12 +2292,12 @@ 

 
 
-128
 129
-130
+130 +131

-
# File 'lib/concurrent/configuration.rb', line 128
+      
# File 'lib/concurrent/configuration.rb', line 129
 
 def self.disable_at_exit_handlers!
   AtExit.enabled = false
@@ -2370,12 +2370,12 @@ 

 
 
-163
 164
-165
+165 +166

-
# File 'lib/concurrent/configuration.rb', line 163
+      
# File 'lib/concurrent/configuration.rb', line 164
 
 def self.executor(executor_identifier)
   Options.executor(executor_identifier)
@@ -2427,12 +2427,12 @@ 

 
 
-135
 136
-137
+137 +138

-
# File 'lib/concurrent/configuration.rb', line 135
+      
# File 'lib/concurrent/configuration.rb', line 136
 
 def self.global_fast_executor
   GLOBAL_FAST_EXECUTOR.value
@@ -2457,12 +2457,12 @@ 

 
 
-146
 147
-148
+148 +149

-
# File 'lib/concurrent/configuration.rb', line 146
+      
# File 'lib/concurrent/configuration.rb', line 147
 
 def self.global_immediate_executor
   GLOBAL_IMMEDIATE_EXECUTOR
@@ -2514,12 +2514,12 @@ 

 
 
-142
 143
-144
+144 +145

-
# File 'lib/concurrent/configuration.rb', line 142
+      
# File 'lib/concurrent/configuration.rb', line 143
 
 def self.global_io_executor
   GLOBAL_IO_EXECUTOR.value
@@ -2544,12 +2544,12 @@ 

 
 
-90
 91
-92
+92 +93

-
# File 'lib/concurrent/configuration.rb', line 90
+      
# File 'lib/concurrent/configuration.rb', line 91
 
 def self.global_logger
   GLOBAL_LOGGER.value
@@ -2574,12 +2574,12 @@ 

 
 
-94
 95
-96
+96 +97

-
# File 'lib/concurrent/configuration.rb', line 94
+      
# File 'lib/concurrent/configuration.rb', line 95
 
 def self.global_logger=(value)
   GLOBAL_LOGGER.value = value
@@ -2631,12 +2631,12 @@ 

 
 
-153
 154
-155
+155 +156

-
# File 'lib/concurrent/configuration.rb', line 153
+      
# File 'lib/concurrent/configuration.rb', line 154
 
 def self.global_timer_set
   GLOBAL_TIMER_SET.value
@@ -2798,7 +2798,6 @@ 

 
 
-167
 168
 169
 170
@@ -2806,10 +2805,11 @@ 

172 173 174 -175

+175 +176

-
# File 'lib/concurrent/configuration.rb', line 167
+      
# File 'lib/concurrent/configuration.rb', line 168
 
 def self.new_fast_executor(opts = {})
   FixedThreadPool.new(
@@ -2840,15 +2840,15 @@ 

 
 
-177
 178
 179
 180
 181
-182
+182 +183

-
# File 'lib/concurrent/configuration.rb', line 177
+      
# File 'lib/concurrent/configuration.rb', line 178
 
 def self.new_io_executor(opts = {})
   CachedThreadPool.new(
@@ -2946,12 +2946,12 @@ 

 
 
-44
 45
-46
+46 +47

-
# File 'lib/concurrent/configuration.rb', line 44
+      
# File 'lib/concurrent/configuration.rb', line 45
 
 def self.use_simple_logger(level = Logger::FATAL, output = $stderr)
   Concurrent.global_logger = create_simple_logger level, output
@@ -2987,12 +2987,12 @@ 

 
 
-77
 78
-79
+79 +80

-
# File 'lib/concurrent/configuration.rb', line 77
+      
# File 'lib/concurrent/configuration.rb', line 78
 
 def self.use_stdlib_logger(level = Logger::FATAL, output = $stderr)
   Concurrent.global_logger = create_stdlib_logger level, output
diff --git a/docs/master/file.CHANGELOG.html b/docs/master/file.CHANGELOG.html
index a22adaa5a..cc266c4b8 100644
--- a/docs/master/file.CHANGELOG.html
+++ b/docs/master/file.CHANGELOG.html
@@ -59,6 +59,18 @@
 
       

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)

+ +
    +
  • (#773) more defensive 1.9.3 support
  • +
+

Release v1.1.1, edge v0.4.1 (1 Nov 2018)

    diff --git a/lib/concurrent/version.rb b/lib/concurrent/version.rb index 576258007..6f4e68da4 100644 --- a/lib/concurrent/version.rb +++ b/lib/concurrent/version.rb @@ -1,4 +1,4 @@ module Concurrent - VERSION = '1.1.2' + VERSION = '1.1.3' EDGE_VERSION = '0.4.1' end