k8sflow 0.11.6 → 0.11.7

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
  SHA1:
3
- metadata.gz: 803692a9034d0988fadc1b2795f97964e05444b7
4
- data.tar.gz: 730159681b72796c75f237eddd55c02d58e4cfaa
3
+ metadata.gz: 8f3d51f7f1aad598518c94f3d9e6ba3ac2fa5991
4
+ data.tar.gz: 8045001672972572641603b56b2680d04c596d03
5
5
  SHA512:
6
- metadata.gz: fd7dfcd7c53fbba6e2ebf7738b1e677db8db690a5d826461155805b145d0822cc6e5472d4b5dc128ccf88f2dec1a45a61e08098728bcc37028b997139242b18a
7
- data.tar.gz: 6498e931b1b926ae0639a779acbe0615e906d0712bde8882caa910300160dfb3a2a822bdd54f15d6924bbb108b8c989c4328a278ff7574869cdbf2d45aebeef9
6
+ metadata.gz: f99a2579ab97dc7056b1bc3683ce272703b8a85763b059a1e4df9f084cb889230e3deef01c1cfc3d4dc7a96830a5847cd6d9878f39e412614573a87c262472da
7
+ data.tar.gz: 3c11f9f6c3fc1ea3657c3dbcafe35cf6fa585edfc1b6a395e710e1c5eae582a7a09048a6ea3299644954ef7045f1825d8ac833b937dc0b04a5a56667174692a2
@@ -29,7 +29,7 @@ $ k8sflow run -t 2.10 -p 3000:3000 'run server -p 3000'
29
29
  option :heroku, "--heroku APP", "get all envs from heroku"
30
30
  option :heroku_db, "--heroku-db", "get DB envs only from heroku"
31
31
  option :tty, "--[no-]tty", "Use tty"
32
- option :docker_api, "-h", "--host", "docker api endpoint", default: "unix://"
32
+ option :docker_api, "-h", "--host HOST", "docker api endpoint", default: "unix://"
33
33
  option :aliases, "--aliases a=x,b=y", "commands aliases, usefull in the default file"
34
34
 
35
35
  class << self
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  module K8sflow
3
- VERSION = '0.11.6'
3
+ VERSION = '0.11.7'
4
4
  VERSION_NAMES = {1 => 'France II',
5
5
  2 => 'R.C. Rickmers',
6
6
  3 => 'Thomas W. Lawson',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k8sflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.6
4
+ version: 0.11.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Legrand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-07 00:00:00.000000000 Z
11
+ date: 2015-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cli-topic