onebody-updateagent 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -0
- data/VERSION +1 -1
- data/lib/updateagent/updateagent.rb +1 -0
- data/lib/updateagent/updaters/people_updater.rb +1 -1
- metadata +4 -4
data/README.markdown
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.4
|
@@ -19,7 +19,7 @@ class PeopleUpdater < UpdateAgent
|
|
19
19
|
if person.has_key?('email')
|
20
20
|
person['email_changed'] = false
|
21
21
|
end
|
22
|
-
if person.has_key?('relationships') and
|
22
|
+
if person.has_key?('relationships') and rels = person['relationships'].split(',').sort.join(',')
|
23
23
|
person['relationships_hash'] = Digest::SHA1.hexdigest(rels)
|
24
24
|
end
|
25
25
|
# link to cached family or cache new family
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onebody-updateagent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 4
|
10
|
+
version: 0.5.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tim Morgan
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-09-14 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|