kuberun 0.3.2 → 0.3.3

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
  SHA256:
3
- metadata.gz: 7508a69c4b462a86dd673e355d57ef5aa17718ce628776d6349e5d2aa6ae0d45
4
- data.tar.gz: 83fb7c45b506a5d09f49f9e00fc2ccc40022d906e33252691cc71e2eeb20ddaf
3
+ metadata.gz: dd2eb5ffc4fa78e98345094edb1ef5b2387ddb9a24a29ebc3e2ff2528650b421
4
+ data.tar.gz: e8236937cad537cedfee507056ec5f0dde8afaaad7a7ac915a634242369f95c1
5
5
  SHA512:
6
- metadata.gz: 7cce21ebd7e37b9d9044d1716207077495f3f70ebb27a6cf4e15a352795ff42a4b5c0068d1b2b923140ab6841c0a4b5a16997bc25506c081f483a276984e779c
7
- data.tar.gz: b4a286de27d7ee4a609ca2e8deeab8316ed821ccd0c9dd05b426190864f98c88ea94cb04046b0cee0bf33be1ac6a6c361e5e828740a8290a2475f7891df3dbbd
6
+ metadata.gz: dd28fb5305ffba11983dd4c8240d35f7498be40c0867c61d0e31a97c70b190e3e3af5c7932e39b9cf0efda19085b4ae5faddb49381e27c026e3570a58b676d96
7
+ data.tar.gz: f92dda4e050e1c934f988a5853ff59e0096d3b51cb85031d1dfa3e1e98ceab226770f4a2ac7b8263ed0b4cff8c19ea2208274b03e936d424591ceff3a5505c6a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kuberun (0.3.2)
4
+ kuberun (0.3.3)
5
5
  pastel (~> 0.8.0)
6
6
  thor (~> 1.2.1)
7
7
  tty-command (~> 0.10.1)
@@ -32,6 +32,7 @@ module Kuberun
32
32
  select = existing_pods['items'].map { |item| item.dig('metadata', 'name') }
33
33
  select << NEW_POD
34
34
 
35
+ output.puts
35
36
  output.puts
36
37
  selection = prompt.select('I found some already running pods. Do you want to use one?', select)
37
38
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kuberun
4
- VERSION = '0.3.2'
4
+ VERSION = '0.3.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuberun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kruczjak