cumuli 0.2.0 → 0.2.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58e619931f7a11f25a4f514ec52b1a3e400c5b45
4
- data.tar.gz: a2c6821ee16d9cef7f3cc7ce336244252977db7c
3
+ metadata.gz: 2bfa663cb4c3c5fcc6e5261054285825cc07d9cd
4
+ data.tar.gz: 5b59ab58a2e88280208833e5f88f8b1a11572e69
5
5
  SHA512:
6
- metadata.gz: dcbf82ac48e8fc4ddf82e9242e1f2756f7fe8cfe015421a762be40f11f28b099acab29fa973f46545695496b337721f4041da2ffcd0488bf9513a87962606c82
7
- data.tar.gz: 275079f9f57e77f16f32ae7509f25927a7324485cd895bc2469df00753c7493118cc100ff3452480ef591a48037e9ac6b24491eec47a5554807dca49c8dbbc3c
6
+ metadata.gz: 527d7f0339e41ad676c64a24787ae823ead0b1b9560b01a4707f2c7d3d1f641e8ee442dfb4a81968dff894a5bb089caf5cd5985e4a990ea7ed3c946a7c81de12
7
+ data.tar.gz: 0484e05b60c25a9be15951c7838c2e6d602a85b8a4aa7bc224c7ca1ca79f2a8beb0887ce274b670a0ebd2b0ea7c2a7e3b785a6e35acf88a9a77c56b33929132d
@@ -52,7 +52,7 @@ module Cumuli
52
52
  end
53
53
 
54
54
  def app_ports
55
- @apps.map.values.compact
55
+ apps.map.values.compact
56
56
  end
57
57
 
58
58
  def wait_for_apps
@@ -65,7 +65,6 @@ module Cumuli
65
65
 
66
66
  def wait_for_app(port)
67
67
  logger.print "waiting for apps on port: #{port}"
68
-
69
68
  timeout = wait_time || DEFAULT_WAIT_TIME
70
69
  Waiter.new("Application on port #{port} unavailable after #{timeout} seconds")
71
70
  .wait_until(timeout) { open_socket(port) }
@@ -1,3 +1,3 @@
1
1
  module Cumuli
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cumuli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SocialChorus