fiverr_copy 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -72,6 +72,6 @@ class FiverrCopy::Client
72
72
  end #end thread conversation
73
73
  end
74
74
  puts "Done."
75
- FileUtils.mv(temp_file, "#{Dir.pwd}/#{filename}")
75
+ FileUtils.mv(temp_file.path, "#{Dir.pwd}/#{filename}")
76
76
  end
77
77
  end
@@ -25,7 +25,7 @@ class FiverrCopy::Server
25
25
  ssh.exec("killall fiverr_copy")
26
26
  next_client = "--nexthop #{current_client.next_client}" if current_client.next_client
27
27
  puts "#{current_client}: fiverr_copy --client --port #{self.recipe.port} --filename #{compressed_file_name} --chunk #{self.recipe.chunk_size} #{next_client} \&"
28
- ssh.exec("fiverr_copy --client --port #{self.recipe.port} --filename #{compressed_file_name} --chunk #{self.recipe.chunk_size} #{next_client} \&")
28
+ ssh.exec("fiverr_copy --client --port #{self.recipe.port} --filename #{compressed_file_name} --chunk #{self.recipe.chunk_size} #{next_client}")
29
29
  end
30
30
  end
31
31
  sleep 10
@@ -1,3 +1,3 @@
1
1
  module FiverrCopy
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiverr_copy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Elad Meidar