jobparser 0.13.11 → 0.13.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,7 @@ module JobParser
34
34
  res[:schema] ? ParseSchema.new(nil, url) : ParseHtml.new(nil, url)
35
35
  else
36
36
  begin
37
- html = open((URI.encode(url), :allow_redirections => :safe).read
37
+ html = open(URI.encode(url), :allow_redirections => :safe).read
38
38
  if html.include?("http://schema.org/JobPosting")
39
39
  ParseSchema.new(html, url)
40
40
  else
@@ -1,3 +1,3 @@
1
1
  module JobParser
2
- VERSION = "0.13.11"
2
+ VERSION = "0.13.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jobparser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.11
4
+ version: 0.13.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: