jobparser 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module JobParser
8
8
  JOB_TITLE_ID_REGEX = /job(.?)title|title/i
9
9
  APPLY_LINK_REGEX = /^apply|submit an application|application form/i
10
10
  NBSP = Nokogiri::HTML(" ").text
11
- LOCATION_REGEX = /(?:location: )([\w\s&]*)$/i
11
+ LOCATION_REGEX = /(?:location: )([\D]*)$/i
12
12
 
13
13
  # words commonly used in job listings - not sure if this is a good way to go but I think it's worth a go
14
14
  # could scope this regex just to headers
@@ -1,3 +1,3 @@
1
1
  module JobParser
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: