celluloid-promise 1.0.1 → 1.0.2

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MGEzNWUwZjkwZjYyODk0NTJiNTc1M2JhMWY5OGY5MTVhNjJlZDExZA==
4
+ YjRkODIzNWFkZDAwNWQyZjlmZDI5ZjI1NGI4MDZjOTgzNWQ4ZDMxYQ==
5
5
  data.tar.gz: !binary |-
6
- YTZiYjk5YzZkOGJlZTRjMTM3NWExYWNjYzA3NmNjNWRkYWYxMzRlYg==
6
+ MjM0N2I0YzUxNzViMDY2YTc4MjIwMjRlNmQ2YzhmZGYwMzMzYmVjOA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YzU1YTU5NTkzYjlhOGE1ZTg2ZDI1NmZmYWNjZjdiOWFjMTQ1MDJlYWI4NmUx
10
- Y2FiYzc1YjNiMjhjNDZlZjQ3YWRhOTFmZTY2MjhmNjlkMjRlMTg3NTg0MjU5
11
- MDFlMjFlMWRmZDA3NDk5N2RmNTgzYmExMGQ2ZmY4N2ZhMDViZWE=
9
+ YmFiN2ZmNjM5YzQzYThkOWRhMTJkNjgzNDI0NzVlNTllMjJjOWE1YjY2YTdm
10
+ ZjM3NWI0MTY2ZDZkOTRhMTgyYWY3YzdjOWQyYzE4NjJlNzMzYTRmMmZkOWYz
11
+ N2YxNTI1MjgwYTI4NGY5NDRhYTRmM2U3YmIyYTU5MGE2NWZhOGI=
12
12
  data.tar.gz: !binary |-
13
- MjA4ZWMzYjg1MDJiN2Y0YWI1ZTgzOWJhMDE2Y2NlMzQzOGFlNDc3NjI0MDg1
14
- YTgxMmMyODIzZWMxZDU5MGVmYThlZDVmMTMzMmI5ODc2MTYxNWVjMDZlMzk0
15
- Njk3OTQwYTlmNjU3MTFlZGZlNzY3ZDk4NmM1NGUzOWZlOWJlN2U=
13
+ ZDUwNzllYzMxNzRhOWZiZjBkODUwYmE0NjI0ZjQ3MmQ4ZGQ5YjBkNTQ1YTk1
14
+ NjU4MGRjNDg0ZjEwMzRhYmY1YjExMjk3ZTM5YTkzYmMyMzZhMGMyZWMwZjFj
15
+ NDY0OWU5Y2E4NzdkNzMyZjk3NmRkYjNlMGI0YTMwNWNhNDA2MmQ=
@@ -331,7 +331,7 @@ module Celluloid
331
331
  # This is the primary interface for creating promises
332
332
  # The coordinator selects the reactor for the current promise chain
333
333
  #
334
- Actor[:Q] = Promise::Coordinator.new
334
+ Promise::Coordinator.supervise_as :Q
335
335
  module Q
336
336
  def self.defer
337
337
  Actor[:Q].defer
@@ -1,6 +1,6 @@
1
1
  module Celluloid
2
2
  module Promise
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: celluloid-promise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen von Takach