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 +4 -4
- data/lib/prun-ops/version.rb +1 -1
- data/lib/tasks/db.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cdf8c1e9f2e560c1114a6eb2f381a7e5e49894de2ee90c9cbdba835a6f28158
|
4
|
+
data.tar.gz: c676978fe4795038836163c98ecb7248cbd747a7597641615b6ca8be262381a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e537cd0081b640ed1c5f1b1fe1c9483ae6063924f62c58b7a187ebd6ace5457758658e2718faa9778139a4c5370902b5753b974c2b9734ad903763e46e15bf4
|
7
|
+
data.tar.gz: 7bf92e36b2f4d5188bfd8ead0c5b767b671eef6ee01baf8cb6f2058956a8a27c402df949f2c431c244d3619af7e866e1c5d6b45438ed14d2672018dbc31ea463
|
data/lib/prun-ops/version.rb
CHANGED
data/lib/tasks/db.rake
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2020-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|