cloud-sh 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb6f375062f21115ff9b54d8acd36b5769531f9e0ee6e84e1e064bf45d7e049b
4
- data.tar.gz: 6a93eaebf5227c3bd988ad8b1407689bd10dd0f1b2b1a5f310dd31db284a6e89
3
+ metadata.gz: ace6a92c85bd1ea136ee38152b2056b35eed1dda61f7bde6762dd3f68e0a72e4
4
+ data.tar.gz: 782c99a946c4f19d4728f4d7e2f8373acd3d33e4d0e08af893bc4c0af19cc59d
5
5
  SHA512:
6
- metadata.gz: aac2cef05fe9cac7e3b327e772c2b5c9e94144f4e5686383dcb896b2afc48bee784c805f1ad8d0aa940773786415af1c04b0462d6b0644626ea665b6583a8a5d
7
- data.tar.gz: cc74cd7a0da0c3c2a415d1a647d6c6e2a4ab18a75a484b5c9b6955ebd90e94feec10838bc144c0578360e43981a128d19f6bc243896a90164c8c378c4dcaf206
6
+ metadata.gz: 0b7374c2e6d431b90e91e76525ee5b2a19e406d7d2dd4e5accddecbdd858d2cfa0eb9cc6b6dd42fa2d31634adbbd58774b7734d6861905316e47584978c9ef15
7
+ data.tar.gz: 505b814eeaa67d62e0e8821604011ffdcb2b9205066f7711f1e2c505e425de9ac426b9b6ddba87187d48191dcd806b2942a3450d22351223b688df86bb4837e2
@@ -64,7 +64,6 @@ module Cloud
64
64
  sc.flag :pod, desc: "K8S Pod (prefix)", required: true, arg_name: "pod", default_value: "all"
65
65
  sc.flag :tail, desc: "Number of lines to tail initially", required: false, arg_name: "tail", default_value: "10"
66
66
  sc.action do |global_options, options, args|
67
- puts [global_options, options, args].inspect
68
67
  Cloud::Sh::Commands::K8sTail.execute(global_options, options, args)
69
68
  end
70
69
  end
@@ -27,7 +27,7 @@ module Cloud
27
27
  end
28
28
 
29
29
  def exe
30
- File.expand_path("../../../../exe/vendor/kubetail", __dir__)
30
+ File.expand_path("../../../../exe/kubetail", __dir__)
31
31
  end
32
32
 
33
33
  def env
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cloud
4
4
  module Sh
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud-sh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cristian Bica