onebody-updateagent 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/updateagent/updaters/people_updater.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.2
|
@@ -5,7 +5,7 @@ class PeopleUpdater < UpdateAgent
|
|
5
5
|
# split out family data and create a new FamilyUpdater
|
6
6
|
def initialize(filename, options={})
|
7
7
|
super(filename, options)
|
8
|
-
if options[
|
8
|
+
if options['converter']
|
9
9
|
converter = Kernel.const_get(@options['converter']['name'] + 'Converter').new(@options['converter'])
|
10
10
|
@data = converter.convert(@data.clone)
|
11
11
|
@attributes = @data.first.keys
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onebody-updateagent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Morgan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-06-03 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|