family-reunion 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/family-reunion.gemspec +1 -1
- data/lib/family-reunion/nomatch_organizer.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.6
|
data/family-reunion.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{family-reunion}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Dmitry Mozzherin", "David Shorthouse"]
|
@@ -51,7 +51,7 @@ class FamilyReunion
|
|
51
51
|
path = @fr.secondary_node.ids_hash[secondary_node_id][:path]
|
52
52
|
path_ids = @fr.secondary_node.ids_hash[secondary_node_id][:path_ids]
|
53
53
|
if @fr.merges.has_key?(primary_node_id) #never happens?
|
54
|
-
@fr.merges[primary_node_id][:nonmatches][secondary_node_id] = { :match_type =>
|
54
|
+
@fr.merges[primary_node_id][:nonmatches][secondary_node_id] = { :match_type => "new", :path => path, :path_ids => path_ids }
|
55
55
|
else
|
56
56
|
@fr.merges[primary_node_id] = { :matches => {}, :nonmatches => {secondary_node_id => { :match_type => nil, :path => path, :path_ids => path_ids } } }
|
57
57
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 6
|
9
|
+
version: 0.1.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Dmitry Mozzherin
|
@@ -233,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
233
233
|
requirements:
|
234
234
|
- - ">="
|
235
235
|
- !ruby/object:Gem::Version
|
236
|
-
hash:
|
236
|
+
hash: 864169717715997554
|
237
237
|
segments:
|
238
238
|
- 0
|
239
239
|
version: "0"
|