postgressor 0.2.1 → 0.2.2

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: 628ff431c0d0533d3d8f7f50047cd3642af5a06a1deae6d4bb9ad062526c2149
4
- data.tar.gz: 9791613e01b0bcb09a4f4fe2fa4bfb54b9a862da7679a9452b38f36511a9c15b
3
+ metadata.gz: 2a3178829386271597f52e90aa549cac65a04be89049d8f13f4190b291f435cd
4
+ data.tar.gz: f17adebeb00e6a0a5d667aff4b9f7233042ea3425c5dac69b7240fb0ba18d89d
5
5
  SHA512:
6
- metadata.gz: 691f5d593c2c871794ea661c36743e71da12cb2bbc5e12d7b32f419b3ae60cf3fb8fd6f3efcb3ade8391191b9afa1b4ceff9b223fbba3296bd196f8b6c926354
7
- data.tar.gz: da807e4a4f127596e7a93bdfe9ade6b3dda16df41d76c0e83e4562d97559f574f32a9ceb604e00d18bfa64abe1f9f39874c81dae40878b4a1edf9e76b80b955b
6
+ metadata.gz: 33c9eca5843b57410c1ccbd6db021124c68ebb01a2595e0fcf73b9e5d91cfbe1f3430fdad241a7690ddde4405536dd9f55826efcd71d2974d489016b407cff95
7
+ data.tar.gz: 3fff9eaa0219d1c8a793d03436f48258f9a41688b1d062c6afae380822e263398b5b263801b42bedc54a8d6af45fe0665fcda15b8bf33f544d96d20f1ad4f354
@@ -127,7 +127,7 @@ module Postgressor
127
127
  end
128
128
 
129
129
  def env
130
- { "PGPASSWORD" => @conf[:password] }
130
+ { "PGPASSWORD" => @conf[:password].to_s }
131
131
  end
132
132
 
133
133
  def preload!
@@ -1,3 +1,3 @@
1
1
  module Postgressor
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postgressor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Afanasev