rrrspec-server 0.4.4 → 0.4.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 058728d37bc614124fcbb4a01db05646ba37b8b6
4
- data.tar.gz: d17c3682f007121d832813941f47e8b478608157
2
+ SHA256:
3
+ metadata.gz: 0bb9bac3844457d89ddcff766c6d193ae435cc890677f82db3f3594d4350f67f
4
+ data.tar.gz: 2e5751bd2c835e7fc0b9727060cb1b10bf17babdd6d992893a84e3a09fede83a
5
5
  SHA512:
6
- metadata.gz: 7a945e9afcc401eacb8a7585f58adf12e0384102f23f3a043fda255d135453b7c20d25dbc87e98058328e9f4654a6af59c504ed8b0c247b667fd62958a7e22b1
7
- data.tar.gz: f14087a171c773a5c049849e03bfcb1dd1c64b84485241c11a0ab7608e3657836981d2a008d180ca4bba3f7d0f39343ff738710c94220967999ef57e406a597a
6
+ metadata.gz: 48eaea799491e72e0e0a15cac6f5373f295b78c3acf003d48d6adcc0d6785a94d5d2afa60a27b6e755ace325d75c3bc0e0a79f2019a92b02411ae0c3f42aa84d
7
+ data.tar.gz: 5f32e7ae62278f2265448d5e0744d91e50b6a1bc1c025f6955547583c6b911112c553e4ea1111f5dddf2e30aec87d673e31b7aa691703961d55a70cb256f9bd7
@@ -1,5 +1,5 @@
1
1
  module RRRSpec
2
2
  module Server
3
- VERSION = "0.4.4"
3
+ VERSION = "0.4.5"
4
4
  end
5
5
  end
@@ -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.exists?(working_path)
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
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: 2016-10-28 00:00:00.000000000 Z
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.5.1
256
+ rubygems_version: 2.7.7
257
257
  signing_key:
258
258
  specification_version: 4
259
259
  summary: Execute RSpec in a distributed manner