linkedindata 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/linkedindata.rb +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62911808bef43a12c8723a47135534fd7ff330fb
4
- data.tar.gz: 4012d7ef04d34401d79ee1c3b4150e3a353358fc
3
+ metadata.gz: c467f52932b9ceab1bfe08c79329875a8a7095d8
4
+ data.tar.gz: 80645f00eeea1f5d34ab6ca37b43551970f160fc
5
5
  SHA512:
6
- metadata.gz: 1912abe3d5349f5cbbcd4c06ab699926859fb78f75c96aef49f932351791d325a7101b7e585ee81fc0c87869d0b5440d3a7c9c77ecf926a5d280da50a7a1e023
7
- data.tar.gz: a4de7d6888cd3ef25edf8037a7624a570890882744305694cc9a45f564b0094b08ae2d4bf0789569915e6ab9e9d56731b873f5bf714f042fb9af5fcfacdc2539
6
+ metadata.gz: fc5c2d6aad4bc34b9a1ac7c8ea430f8ec3a2e623a11b1640b0c461925406619c34685edf6788f37e082ddf3d7a04ef07f4e5275534e08eb09128f6b360b46442
7
+ data.tar.gz: 856aaaf4ed9e6067c46f91672d4d5385eefa0aefa3e7aa34fd7e0a384c910b445a7845abe64283e8aa069c0517ada0e5382891cfeb069c3b7e859b371dbaa877
data/lib/linkedindata.rb CHANGED
@@ -36,11 +36,11 @@ class LinkedinData
36
36
  begin
37
37
  url.gsub!("https", "http")
38
38
  profile = Linkedin::Profile.get_profile(url, curhops, @proxylist, @usedproxies)
39
+
40
+ # Parse profile if returned and add to output
41
+ @output.concat(parseResume(profile)) if profile
39
42
  rescue
40
43
  end
41
-
42
- # Parse profile if returned and add to output
43
- @output.concat(parseResume(profile)) if profile
44
44
  end
45
45
 
46
46
  # Make sure all keys that occur occur in each item (even if nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linkedindata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - M. C. McGrath