lib/celluloid.rb in celluloid-0.15.0 vs lib/celluloid.rb in celluloid-0.15.1
- old
+ new
@@ -6,10 +6,10 @@
if defined?(JRUBY_VERSION) && JRUBY_VERSION == "1.7.3"
raise "Celluloid is broken on JRuby 1.7.3. Please upgrade to 1.7.4+"
end
module Celluloid
- VERSION = '0.15.0'
+ VERSION = '0.15.1'
Error = Class.new StandardError
extend self # expose all instance methods as singleton methods
# Warning message added to Celluloid objects accessed outside their actors