rrrspec-server 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/rrrspec/server/version.rb +1 -1
- data/lib/rrrspec/server/worker_runner.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 0bb9bac3844457d89ddcff766c6d193ae435cc890677f82db3f3594d4350f67f
|
4
|
+
data.tar.gz: 2e5751bd2c835e7fc0b9727060cb1b10bf17babdd6d992893a84e3a09fede83a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48eaea799491e72e0e0a15cac6f5373f295b78c3acf003d48d6adcc0d6785a94d5d2afa60a27b6e755ace325d75c3bc0e0a79f2019a92b02411ae0c3f42aa84d
|
7
|
+
data.tar.gz: 5f32e7ae62278f2265448d5e0744d91e50b6a1bc1c025f6955547583c6b911112c553e4ea1111f5dddf2e30aec87d673e31b7aa691703961d55a70cb256f9bd7
|
@@ -23,7 +23,7 @@ module RRRSpec
|
|
23
23
|
logger.write("Start RSync")
|
24
24
|
|
25
25
|
working_path = File.join(RRRSpec.configuration.working_dir, taskset.rsync_name)
|
26
|
-
FileUtils.mkdir_p(working_path) unless Dir.
|
26
|
+
FileUtils.mkdir_p(working_path) unless Dir.exist?(working_path)
|
27
27
|
remote_path = File.join(RRRSpec.configuration.rsync_remote_path, taskset.rsync_name)
|
28
28
|
command = "rsync #{RRRSpec.configuration.rsync_options} #{remote_path}/ #{working_path}"
|
29
29
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rrrspec-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masaya Suzuki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: database_cleaner
|
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
253
253
|
version: '0'
|
254
254
|
requirements: []
|
255
255
|
rubyforge_project:
|
256
|
-
rubygems_version: 2.
|
256
|
+
rubygems_version: 2.7.7
|
257
257
|
signing_key:
|
258
258
|
specification_version: 4
|
259
259
|
summary: Execute RSpec in a distributed manner
|