lperichon-contacts 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/contacts/windows_live.rb +1 -1
  2. metadata +2 -2
@@ -181,7 +181,7 @@ module Contacts
181
181
  names << element.inner_text.strip
182
182
  element = contact.at('Profiles/Personal/LastName') and
183
183
  names << element.inner_text.strip
184
- Contact.new(email, names.join(' '))
184
+ Contact.new(names.join(' '), email)
185
185
  end
186
186
  end
187
187
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 5
9
- version: 1.0.5
8
+ - 6
9
+ version: 1.0.6
10
10
  platform: ruby
11
11
  authors: []
12
12