prun-ops 0.1.7 → 0.1.8

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: 38c6921ba1ba5d425382e9eeb9ebe40e4a0d0b4c
4
- data.tar.gz: c2cbf61e2449db9d6564ee32efb74c04badffe12
3
+ metadata.gz: b1c3fb52316a73e21be337bfe1f494f754347f4d
4
+ data.tar.gz: 06dab51517743cf20fd9ce909f0ce0a2346f8853
5
5
  SHA512:
6
- metadata.gz: 29109ea34003c51029680a3be579fc8a2c06d8cbb81cf13bea3646edc686c466b4da74f8f454efae1c5583b4279217b7e026e5364b81acb2fa6fe5f33ecfe067
7
- data.tar.gz: fe20a71f48f535f6fb34426753d286ac63bc47ac103b2d5946906c55b2be626ba92a10e083192d4b7dcc2f509f765eb25d281461c871fb5ba86cdda7b44b174e
6
+ metadata.gz: 6fdb7205792ca53dd9c6e0c4f9f87f6cab81bfcd96f50e709cffc87e5a81707db9e51f4661a61b7454f048e7205fff53c58c6bd0cf3af8d1c1fa93d9545a4a07
7
+ data.tar.gz: 77931cdee2bc6b552215d448c3ad6eb3ca18f15467ba64342706f06c4708c897ce5a64436b9d94bc98c129fae35e3050186520c8fae8297b695aa96f487da94a
@@ -1,3 +1,3 @@
1
1
  module PrunOps
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
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} < #{filename}"
18
+ sh "export PGPASSWORD=#{@password} && psql -d #{@database} -U #{@username} -h #{@host} < #{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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Lebrijo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-20 00:00:00.000000000 Z
11
+ date: 2017-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler