geordi 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/dump-for +3 -1
  2. data/lib/geordi/version.rb +1 -1
  3. metadata +3 -3
data/bin/dump-for CHANGED
@@ -10,7 +10,9 @@ catching_errors do
10
10
 
11
11
  if success
12
12
  source_path = "~/dumps/dump_for_download.dump"
13
- destination_path = "#{root}/tmp/#{stage}.dump"
13
+ destination_directory = "#{root}/tmp"
14
+ system "mkdir -p #{destination_directory}" # Ensure the destination directory exists
15
+ destination_path = "#{destination_directory}/#{stage}.dump"
14
16
 
15
17
  puts "Downloading dump_for_download..."
16
18
  system "scp #{user}@#{server}:#{source_path} #{destination_path}"
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.14.2'
2
+ VERSION = '0.14.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 14
9
- - 2
10
- version: 0.14.2
9
+ - 3
10
+ version: 0.14.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch