gorgon 0.7.0.rc3 → 0.7.0.rc4

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
- ODQ5NTBlNWM3ZmQxOGM3NjU1MjRiYTg4ZmNiYmUyMzkzN2Y5MWJiMQ==
4
+ MjNhMGExNjljNThiZWI4MjE2NzEyZDYxZWM1YTc5NjVhZTNhMjIwYw==
5
5
  data.tar.gz: !binary |-
6
- YjIyOGNmNzA3NzJjNGJlZjk3YTk5YmQ0NzE1MWE1NWRkNzkwNTgzMw==
6
+ NGE1Y2UxMmM3NzEwYjk5MWI3NmFhMDdjYmU3YmYwYjY4M2E4ZTBjNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2MzNDkyMTdkZjc1NWNkY2U4NTg1YWIwNjIxYWE1YjhkNTFmZjRkYWY5Nzcy
10
- NTk5MGYyNWJmMWFlZWEyY2YzOTA1NzlhM2UxMjY0NDA5ODVhMTEzZTkyYmY4
11
- NDE0ZDYyOTRkNDE2YjczYjMzY2VhNDI3NTdmZjlhNDNjMGI0MWY=
9
+ YzczOGFhYzMzYTBkZDM1ZGY3OTg5Zjg3N2JhMmIyNzk4MjZkNDAxOTk5NTQ1
10
+ ZjBiNjNkYzlkNzc4OWNlNmYwZmRhMmZiNjRkYThmN2MyOGM2MTc0YTk3ODM0
11
+ MDNkZjU1M2Y2NGQyMTc4ZmI1ZmMzNmMwMzkyM2EyMjU3ZTdmZTY=
12
12
  data.tar.gz: !binary |-
13
- ZGE1NjljYzgwNWY2NTAxMjIzOGY4OTRmMDkzNWE1NmE3MTU3OTk2ZmExNjM0
14
- NTA0MTY5NzkzYzAxZGY0MDBiNjM0YjkwMDE2MGFkMDRiMmFlYWZhNThhZGIw
15
- ZjJkMDU3NDIyZTc3NDJhY2M2ODc3NDIzZGZlZWNjZThhNTg0YjM=
13
+ MjZkNmU3OWU0OGY3MmQwOGI5NTE0ODA1YzFlOGUyNmYzMTA2MTYxOGIxMDM4
14
+ ZTNlYWVmNzBhMGYwMzhmYjE0Mzk4NDVhOWNlMjJiOWMzZjE2MWI5NTczZDJj
15
+ OWI4NjJiOWU1ZDI5NWI2OTBkMTYwMTYyOWEzODNjNzg5MDI0MDY=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gorgon (0.7.0.rc3)
4
+ gorgon (0.7.0.rc4)
5
5
  amqp (~> 1.1.0)
6
6
  awesome_print
7
7
  colorize (~> 0.5.8)
@@ -57,7 +57,8 @@ class PingService
57
57
  end
58
58
 
59
59
  def print_summary
60
- puts "\n#{@listeners.size} host(s) responded."
60
+ worker_slots = @listeners.inject(0) { |sum, l| sum + l[:worker_slots] }
61
+ puts "\n#{@listeners.size} host(s) responded using a total of #{worker_slots} worker(s)."
61
62
  end
62
63
 
63
64
  def on_disconnect
@@ -1,3 +1,3 @@
1
1
  module Gorgon
2
- VERSION = "0.7.0.rc3"
2
+ VERSION = "0.7.0.rc4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gorgon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.rc3
4
+ version: 0.7.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Fitzsimmons