linkedin-scraper 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ad336d03d93fa02d91f8c8452d594de789caba6
4
- data.tar.gz: 157ac80ca5c1887181d83c69a40fdba7523298e0
3
+ metadata.gz: 8bece7d69bdd8311bb614aeb3a0ba1701fdf614a
4
+ data.tar.gz: 28f4546c1278ad15a5acc652a9c66fef04e5902e
5
5
  SHA512:
6
- metadata.gz: afda2323f3441e925e9d4dad00f7df991ecdfd918268b79cf258ba908f8eb1f0c76bc453488d15fc74302330163f4b7df87ff1f39d228086f80f2d3714bafa28
7
- data.tar.gz: 3dcd605d5076a186779b9a37177797f23b47ecc13d0ca646abc176e48933710a09192480261c2220231017d4efb5c517ed79ecb5ad4d6d8bb9954cf15c866f44
6
+ metadata.gz: b584828f263454ca9ee650c4af5f2bb90f0b79a1108a80ffe7d3c76859141a9a35d6dcbbf405c83a15bff5e099b9460af3e7223226cb62fb656bc191c9f930f1
7
+ data.tar.gz: 25081026a26003e2a2218c9a01b096eff61638f7596a7ab2f0f817eca8a07a21f231fd41fcf348395f1875c64de30ea174050a07c57823215d8b127aef9f643e
@@ -253,9 +253,9 @@ module Linkedin
253
253
  headquarters = company_details['headquarters']
254
254
  if headquarters
255
255
  result[:address] = %{#{headquarters['street1']} #{headquarters['street2']} #{headquarters['city']}, #{headquarters['state']} #{headquarters['zip']} #{headquarters['country']}}
256
- end
257
- [:street1, :street2, :city, :zip, :state, :country].each do |section|
258
- result[section] = headquarters[section.to_s]
256
+ [:street1, :street2, :city, :zip, :state, :country].each do |section|
257
+ result[section] = headquarters[section.to_s]
258
+ end
259
259
  end
260
260
  end
261
261
  result
@@ -1,5 +1,5 @@
1
1
  module Linkedin
2
2
  module Scraper
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linkedin-scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yatish Mehta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-13 00:00:00.000000000 Z
11
+ date: 2016-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.6.4
113
+ rubygems_version: 2.4.5.1
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: when a url of public linkedin profile page is given it scrapes the entire