kubernetes-deploy 0.7.0 → 0.7.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: 60da18d26c2e8a36c8761924b17e1b263eacaf70
4
- data.tar.gz: 6f05ac075997226ed8c526f6d02cbb4406617b55
3
+ metadata.gz: 706f5bf88a16c2fe71ae198686ef0784a9969237
4
+ data.tar.gz: 020bb9952c382c536294708480a43da223ba22a3
5
5
  SHA512:
6
- metadata.gz: da4f1f609882fb90af50e1505a9ca841eb8e6a95de220b3471686425964c953b025858bb86835b9d50f5f6053a77188affaf363d690b2211914a1c3bad4d17e3
7
- data.tar.gz: 7fe5caa73866be72e7aa2351a4e0d562d4891eda7fc8261d4d9ceb5b5abc972bc09ca26a67459eec72d2b516bbb77fde10e4d63d78bbe791a93e2b810f5211d1
6
+ metadata.gz: 6563b2fe8012fd211712a945d52711f5400275dd13e0dfdde4bc0a18732b25cc6d03ef98cab39ebcb76609f2f8fa04a1f8e95e36307f7c3b986c0430b74973e2
7
+ data.tar.gz: e4d3b79b85956a16ce5584d776638932f72fedeecca5cc9f8b47c8d533fce32fc15202ab1a6bf583aefec68ddea388d098fbc1e93f2f4453e737d4b7d90bf849
@@ -183,7 +183,7 @@ module KubernetesDeploy
183
183
  end
184
184
 
185
185
  def pretty_status
186
- padding = " " * (50 - id.length)
186
+ padding = " " * [50 - id.length, 1].max
187
187
  msg = exists? ? status : "not found"
188
188
  "#{id}#{padding}#{msg}"
189
189
  end
@@ -1,3 +1,3 @@
1
1
  module KubernetesDeploy
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kir Shatrov
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-06-01 00:00:00.000000000 Z
13
+ date: 2017-06-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport