pairhost 0.0.6 → 0.0.7

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.
data/lib/pairhost.rb CHANGED
@@ -173,7 +173,7 @@ module Pairhost
173
173
 
174
174
  if ["pending", "stopped"].include? server.state
175
175
  invoke :up
176
- server.wait_for { ready? }
176
+ server.wait_for { sshable? }
177
177
  end
178
178
 
179
179
  exec "ssh -A -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=QUIET pair@#{server.dns_name}"
@@ -1,3 +1,3 @@
1
1
  module Pairhost
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pairhost
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Larry Karnowski