linsc 0.0.16 → 0.0.17

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: 6799b8510aa7285af3e0396241ce0724a0b4d438
4
- data.tar.gz: 03f48e1971091d87ce347030b3c2e06baf13628a
3
+ metadata.gz: 045911d0ab38638148784d66693fcf313de82d0c
4
+ data.tar.gz: 280377e6e4b4dbd3c989f58bd2e9bb8fff3b2503
5
5
  SHA512:
6
- metadata.gz: 51111112c0cd77eadbdc94ff3930b7ce5a1f7da01c4149a70be7476e332f0a7cd7d077985f201d223916260f14f40d46e01d8ad97599dcc02df62dbe2224322e
7
- data.tar.gz: 0b2e7bdfeb06765ee7ae0e856419ef65b93fd509883be194fe998d889af6130acdaa847480e98e1cfd2cafc9de450626c955106d64f1cf7c491a096236078dcd
6
+ metadata.gz: 7fc13f7694c14540b6a90cc40fd5ad35217cd55a543a5d90e6c99a4ce7cb101e044ac75373c44fd9fa97a5cdfce5d8dbd1aa830a7fa6cbc56b230b233b302889
7
+ data.tar.gz: a75b61b83be5a9bdb74827cccc0244843883dfd9e6e68623366ba719d0c8abe51ba5c1c7db1e5f89ac990fb136195630ef3a64e20f214ecc56951bbfbd28e285
@@ -55,7 +55,7 @@ class CrossRef
55
55
  end
56
56
  if @master_secondary_lookups && !matching_row
57
57
  matching_row = master_data.find do |master_row|
58
- master_secondary_lookups = @master_secondary_lookups.collect{|x| x && x.downcase}
58
+ master_secondary_lookups = @master_secondary_lookups.collect{|x| master_row[x]&.downcase}
59
59
  master_secondary_lookups.include?(child_lookup_value)
60
60
  end
61
61
  end
data/linsc.gemspec CHANGED
@@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "linsc"
7
- spec.version = "0.0.16"
7
+ spec.version = "0.0.17"
8
8
  spec.authors = ["Dan Molloy"]
9
9
  spec.email = ["danieljmolloy1@gmail.com"]
10
- spec.date = '2016-06-03'
10
+ spec.date = '2017-04-03'
11
11
 
12
12
  spec.summary = %q{Scrape Linkedin and import to Salesforce}
13
13
  spec.description = %q{A gem for scraping public data of Linkedin connections and importing the data to Salesforce.}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linsc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Molloy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-03 00:00:00.000000000 Z
11
+ date: 2017-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler