prun-ops 0.2.16 → 0.2.17

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: f51451eb45ff7b7f66879651f250de2ce7d25f8d95482c943fb5adc0754af156
4
- data.tar.gz: fc8f4ca5c032b26ae069728c34d6d4f1aff1182f7fec71fa682cd1016f5a9c6b
3
+ metadata.gz: 1cdf8c1e9f2e560c1114a6eb2f381a7e5e49894de2ee90c9cbdba835a6f28158
4
+ data.tar.gz: c676978fe4795038836163c98ecb7248cbd747a7597641615b6ca8be262381a7
5
5
  SHA512:
6
- metadata.gz: ea66c9e692aa12d8f99304e7524298860f283ff1b1c4265ada9b120ba35e545be65dd9305911190fcc9b9f95d8b04421606bb121cf401cad40e173309c94c091
7
- data.tar.gz: a486a131b75246484815fcb9f38645f21c5aaa9844683d6fb11f12b156bbb27c290da247b9d95db021d34fad3781a1cd6f585c79d9c99ce03b8de078aeb73e8f
6
+ metadata.gz: 9e537cd0081b640ed1c5f1b1fe1c9483ae6063924f62c58b7a187ebd6ace5457758658e2718faa9778139a4c5370902b5753b974c2b9734ad903763e46e15bf4
7
+ data.tar.gz: 7bf92e36b2f4d5188bfd8ead0c5b767b671eef6ee01baf8cb6f2058956a8a27c402df949f2c431c244d3619af7e866e1c5d6b45438ed14d2672018dbc31ea463
@@ -1,3 +1,3 @@
1
1
  module PrunOps
2
- VERSION = "0.2.16"
2
+ VERSION = "0.2.17"
3
3
  end
@@ -15,7 +15,7 @@ namespace :db do
15
15
 
16
16
  desc "Restore the database from tmp/db.sql file if no one is passed"
17
17
  task restore: [:drop, :create, :get_db_config] do
18
- sh "export PGPASSWORD=#{@password} && psql -d #{@database} -U #{@username} -h #{@host} < #{filename}"
18
+ sh "export PGPASSWORD=#{@password} && psql -d #{@database} -U #{@username} -h #{@host} --port #{@port} < #{filename}"
19
19
  end
20
20
  end
21
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prun-ops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.16
4
+ version: 0.2.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Lebrijo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-07 00:00:00.000000000 Z
11
+ date: 2020-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler