contact_sync 1.1.0 → 1.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 612e1896eed72d3d5b06580381ec3795bc3b9cba
4
- data.tar.gz: 835712bb3edfb4a72c5a5276c856ddee426dc65d
3
+ metadata.gz: 942fbc5f9b671f08a5e9a09417acb71c5cb0dabc
4
+ data.tar.gz: bdaa20a46869cb00faaba1fa2454afd8ff2c004d
5
5
  SHA512:
6
- metadata.gz: 935692a079c125869b94965a3a600f0ce327aa76de011528415cf472f2f1f5fc5c2e8ce04fc848b4ae0d9fc61e3ecabeb34f2ebb7c9f7d75e8fe5dfd08dad793
7
- data.tar.gz: f35d1125a44869a070fa04e054932c2b0f8b8a5926a24f4346c1ec78e6ace87b8377944f0d77e9f219249a1ba1dadcd398956925a03f8397a15cb383b9550c3e
6
+ metadata.gz: e7e8845320724c6cc4d94cd81969a16d1ff47d58c053be1a466424b811efed2581eab58eadd56e54de4b219cbf7bea0272f8df65b5ac4f4d89ba1c018f7ff313
7
+ data.tar.gz: 07630da17c3809207a9d2b7608c32501fc2a9af58b3bfcefdc06d72bffbca157fdfe1b0840e6aa5ff74bc1c1e339c36550e98f675283b8dc0172897be3af47fd
@@ -106,6 +106,7 @@ module ContactSync
106
106
  end
107
107
  other_contacts << aKon if !matches
108
108
  end
109
+ return {matched_users: matched_users, other_contacts: other_contacts}
109
110
  end
110
111
 
111
112
 
@@ -1,3 +1,3 @@
1
1
  module ContactSync
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saad Masood