lib/celluloid.rb in celluloid-0.16.0.pre vs lib/celluloid.rb in celluloid-0.16.0.pre2

- old
+ new

@@ -5,10 +5,10 @@ module Celluloid # Expose all instance methods as singleton methods extend self - VERSION = '0.16.0.pre' + VERSION = '0.16.0.pre2' # Linking times out after 5 seconds LINKING_TIMEOUT = 5 # Warning message added to Celluloid objects accessed outside their actors