jobparser 0.13.6 → 0.13.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jobparser/cache/mongostore.rb +1 -1
- data/lib/jobparser/version.rb +1 -1
- metadata +1 -1
@@ -68,7 +68,7 @@ module JobParser
|
|
68
68
|
field :salary_string, :type => String
|
69
69
|
field :location, :type => String
|
70
70
|
field :deadline, :type => String
|
71
|
-
field :
|
71
|
+
field :postcode, :type => String
|
72
72
|
field :schema, :type => Boolean, :default => false
|
73
73
|
|
74
74
|
end
|
data/lib/jobparser/version.rb
CHANGED