k8sflow 0.11.9 → 0.11.10

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: f133bf123ce33ba52d1cf0de62c5c3937a77b227
4
- data.tar.gz: 01619d671f68217391b171b33bf6bfd4985d4d4c
3
+ metadata.gz: cd9f311a52c70b35cee7179d625385c8ddcae8b0
4
+ data.tar.gz: 487cafb05814fbd812095084dc9486086102f72d
5
5
  SHA512:
6
- metadata.gz: 6096e9f06e6d49694488cb745f3a3596ea6f4a6cd78765b17a6904384bedae3c65125e9d796d7821e4ecaeaad20d74ce424f8a540e53fcc674d95ca31210d49b
7
- data.tar.gz: ab55fed5ec9986ecebe2e21dbe06133046a494819d4381a32edc5f3523396b23b467f79012482471d78c40dafce9eb3255c1db91ac932c362db84f61cf8fb593
6
+ metadata.gz: db80711abdf2dc0e8232436b6f31ac12f2d9c4b988d3f3bb78818dd82bdff193481ae922cdcb2fdf0d762f4c757188b10dcbd10613934ba40da085a09c45e72b
7
+ data.tar.gz: 9c820f9004cd3d751243d40ca1ebeb041f663d0d773bd33b488aea8031f93886d7f53256da7c0f9ef7a0bd54a94d7dda6fa3b369cfd71a0e4528bd8e0f2469ed
@@ -27,7 +27,7 @@ module K8sflow
27
27
 
28
28
  option :build_opts, "--build OPTS", "docker build options"
29
29
  option :skip_dockerfile, "--skip-dockerfile", "-s", "Skip Create dockerfile"
30
- inherited_options :build
30
+ inherited_options :dockerfile
31
31
 
32
32
  def self.call
33
33
  create_dockerfile unless @options[:skip_dockerfile]
@@ -10,7 +10,6 @@ module K8sflow
10
10
  topic: 'pg'
11
11
 
12
12
  option :source, "--source=database", "source database", required: true
13
- option :ssl, "--ssl", "enable sslmode"
14
13
  option :confirm, "--confirm CONFIRM", "Command line confirmation, no prompt"
15
14
 
16
15
  def self.call
@@ -10,7 +10,6 @@ module K8sflow
10
10
  topic: 'pg'
11
11
 
12
12
  option :dest, "--dest=DIR", "dest directory", default: "/tmp"
13
- option :ssl, "--ssl"
14
13
 
15
14
  def self.call
16
15
  file = File.new("#{options[:dest]}/#{database[:database]}_#{database[:host]}_#{Time.now.iso8601}.dump", 'wb')
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  module K8sflow
3
- VERSION = '0.11.9'
3
+ VERSION = '0.11.10'
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.9
4
+ version: 0.11.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Legrand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-08 00:00:00.000000000 Z
11
+ date: 2016-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cli-topic