celluloid 0.13.0.pre2 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -232,7 +232,7 @@ module Celluloid
232
232
  :proxy_class => proxy_class,
233
233
  :task_class => task_class,
234
234
  :exit_handler => exit_handler,
235
- :exclusive_methods => @exclusive_methods
235
+ :exclusive_methods => defined?(@exclusive_methods) ? @exclusive_methods : nil
236
236
  }
237
237
  end
238
238
 
@@ -482,4 +482,4 @@ require 'celluloid/legacy' unless defined?(CELLULOID_FUTURE)
482
482
  # Configure default systemwide settings
483
483
  Celluloid.task_class = Celluloid::TaskFiber
484
484
  Celluloid.logger = Logger.new(STDERR)
485
- Celluloid.shutdown_timeout = 10
485
+ Celluloid.shutdown_timeout = 10
@@ -1,4 +1,4 @@
1
1
  module Celluloid
2
- VERSION = '0.13.0.pre2'
2
+ VERSION = '0.13.0'
3
3
  def self.version; VERSION; end
4
4
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: celluloid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0.pre2
5
- prerelease: 7
4
+ version: 0.13.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tony Arcieri
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-17 00:00:00.000000000 Z
12
+ date: 2013-03-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: timers