trackman 0.6.10 → 0.6.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,9 +27,9 @@ module Trackman
27
27
  def define_update local, remote
28
28
  to_update = local.select do |l|
29
29
  remote.any? do |r|
30
- path_eql = a.path == s.path
31
- hash_eql = a.file_hash == s.file_hash
32
- vp_eql = a.virtual_path == s.virtual_path
30
+ path_eql = r.path == l.path
31
+ hash_eql = r.file_hash == l.file_hash
32
+ vp_eql = r.virtual_path == l.virtual_path
33
33
 
34
34
  path_eql && (!hash_eql || !vp_eql)
35
35
  end
@@ -40,7 +40,6 @@ module Trackman
40
40
  a.to_remote(sibling.id)
41
41
  end
42
42
  end
43
-
44
43
  end
45
44
  end
46
45
  end
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.6.10"
2
+ VERSION = "0.6.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: