kubernetes-deploy 0.12.7 → 0.12.8

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: 354e84986f12ef307946408879b5c6d181a273fc
4
- data.tar.gz: bc326119695e2d3bdc202d5f34af02b96787c197
3
+ metadata.gz: e88420aeda8ed5a7da13313a73bc90a6a0ca1a88
4
+ data.tar.gz: a86e95c5689b0f269662fe82a53871a93100847c
5
5
  SHA512:
6
- metadata.gz: '09ed8b6ff1a64e0a1e23e2b575bd29ab39e6d16608cb002f44158aaf92761344ead3b0ff0295322d30c2d009e03687af569085212973a228e0f3dcb899da55a9'
7
- data.tar.gz: ba9e47d26b21cb351e3b4971f4fa2e1bc4a30ff029b7917e8448171463d6938631341f8d3ea7ab8f5d6eb669a32be844c50ba5f1cc3e41391e3f6b703fb57bce
6
+ metadata.gz: 0b6f16ce8c330da35e925a66382fb4d1814136058f53226f51afa740ff76981c9cb2b02165bcbba384d4fac2905893d447279ee7328ea8579e681096e8eb412a
7
+ data.tar.gz: 335f3cf2588530d725606fbb3f3927d29d91cf14abe74c6c5aa299a61aaaa4b072cc89f7c273471d52df4622392b5a9d9f0d15e1bca67d855e64dc2c7948ae70
@@ -61,11 +61,7 @@ module KubernetesDeploy
61
61
  end
62
62
 
63
63
  def deploy_timed_out?
64
- if @progress
65
- @progress["status"] == 'False'
66
- else
67
- super || @latest_rs && @latest_rs.deploy_timed_out?
68
- end
64
+ @progress ? @progress["status"] == 'False' : super
69
65
  end
70
66
 
71
67
  def exists?
@@ -50,10 +50,6 @@ module KubernetesDeploy
50
50
  @pods.map(&:timeout_message).compact.uniq.join("\n")
51
51
  end
52
52
 
53
- def deploy_timed_out?
54
- super || @pods.present? && @pods.all?(&:deploy_timed_out?)
55
- end
56
-
57
53
  def exists?
58
54
  @found
59
55
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module KubernetesDeploy
3
- VERSION = "0.12.7"
3
+ VERSION = "0.12.8"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kubernetes-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.7
4
+ version: 0.12.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Verey
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-10-20 00:00:00.000000000 Z
12
+ date: 2017-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport