brillo 1.1.4.pre1 → 1.1.4.pre2

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: 4f0e667a2eda4400bc1ed6bf91680b988177d6c2
4
- data.tar.gz: 15b12207d1f45109e0abea265ecc607ca188e26e
3
+ metadata.gz: 459286cde80a702697d6327eb4b44b5897b33957
4
+ data.tar.gz: b8bd1b2340a9a1f43bca5033f69960d373657c79
5
5
  SHA512:
6
- metadata.gz: 44689d60ef7b4da6ec6cc53fb081d0f1292396bba6878caabf2db9fba1c8a97bdbf06bbd54b819a1976ac0576203b8d14ba4910869d6cbce118c10f8b5004854
7
- data.tar.gz: 56317fb97566d518aa650313470e9ec544637864871499bfe4597f41de50d45652e1c4fd0c37da7438834cbc81cef7ea88f0a81b0b52aa966738909040e4e799
6
+ metadata.gz: 7857c64d66f105850f8abf1acdd3bb6414d927dd3aa01f505263b7825a3476e1a3ce72ce4eff06065e8f5263a3039ef6f92321b92db008862dcc6ebe2bf596d7
7
+ data.tar.gz: df833a00f2207747d45df20d1497dfcfc758ae84e9350f143f7dc38bdbd36fb0d24e62dddd52831f3470074860109a7c2163862e9db8895a0aff3ddccff4e991
@@ -4,7 +4,7 @@ module Brillo
4
4
  def load_command
5
5
  host = config[:host] ? "--host #{config[:host]}" : ""
6
6
  password = config[:password] ? "PGPASSWORD=#{config[:password]} " : ""
7
- "#{password}psql #{host} -U #{config[:username]} #{password} #{config[:database]}"
7
+ "#{password}psql #{host} -U #{config[:username]} #{config[:database]}"
8
8
  end
9
9
 
10
10
  # pgdump without schema does not set sequences, so we have to do it ourselves, or the first insert
@@ -1,3 +1,3 @@
1
1
  module Brillo
2
- VERSION = "1.1.4.pre1"
2
+ VERSION = "1.1.4.pre2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brillo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4.pre1
4
+ version: 1.1.4.pre2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Bessey