jason-o-matic-deep_test 1.2.2.3 → 1.2.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module DeepTest
18
18
  if options.sync_options[:push_code]
19
19
  @slaves.each do |slave|
20
20
  DeepTest.logger.debug "sync to: #{slave.inspect}"
21
- RSync.sync(slave.connection_info, options, options.mirror_path(slave.config[:work_dir]))
21
+ RSync.sync(Struct.new(:address).new(URI::parse(slave.__drburi).host), options, options.mirror_path(slave.config[:work_dir]))
22
22
  end
23
23
  else
24
24
  DeepTest.logger.debug "dispatch sync for #{options.origin_hostname}"
@@ -34,10 +34,6 @@ module DeepTest
34
34
  RSync.sync(DRbClientConnectionInfo.new, options, path)
35
35
  end
36
36
 
37
- def connection_info
38
- DRbClientConnectionInfo.new
39
- end
40
-
41
37
  def config
42
38
  @config
43
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jason-o-matic-deep_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2.3
4
+ version: 1.2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - anonymous z, Dan Manges, David Vollbracht