k8sflow 0.11.3 → 0.11.4

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: 1f57ee36b72c27fa9795f4d2cf47a4f46cf95b70
4
- data.tar.gz: 726e6ec6ff5893dcfcd1aa0a05bedd056c24c9eb
3
+ metadata.gz: 4ae0c6526bcf0c4e99c791a897b080480269901b
4
+ data.tar.gz: c0c2e392497f54a50782040457bf4aa36ac9f8a6
5
5
  SHA512:
6
- metadata.gz: a1ffcf2ed21d5d45863f26dd00afe9a095f4315a45679cfc4641f33470673db0ee6072132cfd0c0e3c1d310a943239a0196c258bf2014d097e599ee9a78c524d
7
- data.tar.gz: 678792b49a7bcb17640aa299f6649f7e685a27df93e000d4677b162c7776d40b2fa44d67755cb48824583d6b3234d9a29918b2e5b9d808405eabfcab0c7fe1e1
6
+ metadata.gz: f9f7699f408fc849b76d5b1ef6e7d4ec34f6aa12d9fd14e90d33b2180ab048df989d9bedcdd007924c49929fadbd96ef6fa5dd0a9b911dbea6e2c8c6fef9a1f9
7
+ data.tar.gz: cb5de5351bb0f7e11018d3ea78bc124870e381957ba76435101b270eead5e17b084873bdda0f82c1d089a55371420d0b21a705c888d3738a9132ae32ebdb4299
@@ -13,7 +13,7 @@ module K8sflow
13
13
  option :confirm, "--confirm CONFIRM", "Command line confirmation, no prompt"
14
14
 
15
15
  def self.call
16
- file = option[:src]
16
+ file = options[:src]
17
17
  puts "PGSSLMODE=#{ssl?} PGPASSWORD=#{database[:password]} pg_restore --port #{database[:port]} --host #{database[:host]} --username #{database[:user]} --verbose --no-acl --no-owner -d #{database[:database]} #{file}"
18
18
  confirm_command("on #{database[:host]} overwrite the database #{database[:database]}")
19
19
  exec("PGSSLMODE=#{ssl?} PGPASSWORD=#{database[:password]} pg_restore --port #{database[:port]} --host #{database[:host]} --username #{database[:user]} --verbose --no-acl --no-owner -d #{database[:database]} #{file}")
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  module K8sflow
3
- VERSION = '0.11.3'
3
+ VERSION = '0.11.4'
4
4
  VERSION_NAMES = {1 => 'France II',
5
5
  2 => 'R.C. Rickmers',
6
6
  3 => 'Thomas W. Lawson',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k8sflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.3
4
+ version: 0.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Legrand