geordi 0.14.2 → 0.14.3
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.
- data/bin/dump-for +3 -1
- data/lib/geordi/version.rb +1 -1
- 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
|
-
|
|
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}"
|
data/lib/geordi/version.rb
CHANGED
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:
|
|
4
|
+
hash: 33
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 14
|
|
9
|
-
-
|
|
10
|
-
version: 0.14.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.14.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Henning Koch
|