wolf_core 0.2.5 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b1b3bd18498da025626fe2aa2c5153fb13bc495da0ed79afc7cca1a63f86c69
|
|
4
|
+
data.tar.gz: e5fe268fdc99952ff2db2c42c7857bf847c52d068b5be1b5c47cda0b04e5916f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da422c06fafa9dd88c7defa4e5d619fdc3e549b67621fe0324fa10ec4bd081ca27d99d7bb3f580461fe6b407f995a511259762c20803f26a635b456be04de91b
|
|
7
|
+
data.tar.gz: 253d73c5acfab87fdc7ea7c1dc8b0bc64db1ff9c658397d1f3e147b0e59e2bf53579ba9538fe087dfc90ff08c9e0ccb8d3b8af57417db3fdd33261bde8785965
|
|
@@ -41,56 +41,64 @@ module WolfCore
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
STATE_ABBREVIATIONS_MAP = {
|
|
44
|
-
"Alabama"=>"AL",
|
|
45
|
-
"Alaska"=>"AK",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
44
|
+
"Alabama" => "AL",
|
|
45
|
+
"Alaska" => "AK",
|
|
46
|
+
"American Samoa" => "AS",
|
|
47
|
+
"Arizona" => "AZ",
|
|
48
|
+
"Arkansas" => "AR",
|
|
49
|
+
"California" => "CA",
|
|
50
|
+
"Colorado" => "CO",
|
|
51
|
+
"Connecticut" => "CT",
|
|
52
|
+
"Delaware" => "DE",
|
|
53
|
+
"District of Columbia" => "DC",
|
|
54
|
+
"Florida" => "FL",
|
|
55
|
+
"Georgia" => "GA",
|
|
56
|
+
"Guam" => "GU",
|
|
57
|
+
"Hawaii" => "HI",
|
|
58
|
+
"Idaho" => "ID",
|
|
59
|
+
"Illinois" => "IL",
|
|
60
|
+
"Indiana" => "IN",
|
|
61
|
+
"Iowa" => "IA",
|
|
62
|
+
"Kansas" => "KS",
|
|
63
|
+
"Kentucky" => "KY",
|
|
64
|
+
"Louisiana" => "LA",
|
|
65
|
+
"Maine" => "ME",
|
|
66
|
+
"Marshall Islands" => "MH",
|
|
67
|
+
"Maryland" => "MD",
|
|
68
|
+
"Massachusetts" => "MA",
|
|
69
|
+
"Michigan" => "MI",
|
|
70
|
+
"Minnesota" => "MN",
|
|
71
|
+
"Mississippi" => "MS",
|
|
72
|
+
"Missouri" => "MO",
|
|
73
|
+
"Montana" => "MT",
|
|
74
|
+
"Nebraska" => "NE",
|
|
75
|
+
"Nevada" => "NV",
|
|
76
|
+
"New Hampshire" => "NH",
|
|
77
|
+
"New Jersey" => "NJ",
|
|
78
|
+
"New Mexico" => "NM",
|
|
79
|
+
"New York" => "NY",
|
|
80
|
+
"North Carolina" => "NC",
|
|
81
|
+
"North Dakota" => "ND",
|
|
82
|
+
"Northern Mariana Islands" => "MP",
|
|
83
|
+
"Ohio" => "OH",
|
|
84
|
+
"Oklahoma" => "OK",
|
|
85
|
+
"Oregon" => "OR",
|
|
86
|
+
"Palau" => "PW",
|
|
87
|
+
"Pennsylvania" => "PA",
|
|
88
|
+
"Puerto Rico" => "PR",
|
|
89
|
+
'Rhode Island' => 'RI',
|
|
90
|
+
'South Carolina' => 'SC',
|
|
91
|
+
'South Dakota' => 'SD',
|
|
92
|
+
'Tennessee' => 'TN',
|
|
93
|
+
'Texas' => 'TX',
|
|
94
|
+
'U.S. Virgin Islands' => 'VI',
|
|
95
|
+
'Utah' => 'UT',
|
|
96
|
+
'Vermont' => 'VT',
|
|
97
|
+
'Virginia' => 'VA',
|
|
98
|
+
'Washington' => 'WA',
|
|
99
|
+
'West Virginia' => 'WV',
|
|
100
|
+
'Wisconsin' => 'WI',
|
|
101
|
+
'Wyoming' => 'WY'
|
|
94
102
|
}
|
|
95
103
|
|
|
96
104
|
DISPLAY_PAY_RATE_UNIT_MAP = {
|
|
@@ -68,11 +68,11 @@ module WolfCore
|
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
custom_values.group_by do |custom_value|
|
|
71
|
-
custom_requirement_group = if jobseeker_file_custom_requirement_ids.include?(custom_value['custom_requirement_id'])
|
|
71
|
+
custom_requirement_group = if jobseeker_file_custom_requirement_ids.include?(custom_value['custom_requirement_id'].to_s)
|
|
72
72
|
'jobseeker_file'
|
|
73
|
-
elsif reference_form_custom_requirement_ids.include?(custom_value['custom_requirement_id'])
|
|
73
|
+
elsif reference_form_custom_requirement_ids.include?(custom_value['custom_requirement_id'].to_s)
|
|
74
74
|
'reference_form'
|
|
75
|
-
elsif disclosure_form_custom_requirement_ids.include?(custom_value['custom_requirement_id'])
|
|
75
|
+
elsif disclosure_form_custom_requirement_ids.include?(custom_value['custom_requirement_id'].to_s)
|
|
76
76
|
'disclosure_form'
|
|
77
77
|
elsif custom_value['user_category'] == 'Freelancer'
|
|
78
78
|
'jobseeker'
|
data/lib/wolf_core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wolf_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javier Roncallo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|