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.
- data/lib/fiverr_copy/client.rb +1 -1
- data/lib/fiverr_copy/server.rb +1 -1
- data/lib/fiverr_copy/version.rb +1 -1
- metadata +3 -3
data/lib/fiverr_copy/client.rb
CHANGED
data/lib/fiverr_copy/server.rb
CHANGED
@@ -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
|
data/lib/fiverr_copy/version.rb
CHANGED
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:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 14
|
10
|
+
version: 0.0.14
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Elad Meidar
|