ssn_validator 1.0.7 → 1.0.8
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.
- data/History.txt +5 -0
- data/VERSION.yml +1 -1
- data/generators/ssn_validator_migration/.DS_Store +0 -0
- data/generators/ssn_validator_migration/templates/.DS_Store +0 -0
- data/lib/ssn_validator/models/death_master_file.rb +1 -1
- data/lib/ssn_validator/models/death_master_file_loader.rb +1 -1
- data/lib/ssn_validator/models/ssn_high_group_code.rb +1 -1
- data/rdoc/classes/DeathMasterFileLoader.html +30 -30
- data/rdoc/classes/SsnHighGroupCodeLoader.html +12 -12
- data/rdoc/classes/SsnValidator.html +4 -4
- data/rdoc/created.rid +1 -1
- data/rdoc/files/lib/ssn_validator/models/death_master_file_loader_rb.html +2 -2
- data/rdoc/files/lib/ssn_validator/models/death_master_file_rb.html +2 -2
- data/rdoc/files/lib/ssn_validator/models/ssn_high_group_code_rb.html +2 -2
- data/rdoc/fr_method_index.html +7 -7
- data/rdoc/index.html +2 -2
- data/ssn_validator.gemspec +64 -66
- metadata +84 -78
- data/.gitignore +0 -4
data/History.txt
CHANGED
data/VERSION.yml
CHANGED
Binary file
|
Binary file
|
@@ -86,11 +86,11 @@
|
|
86
86
|
<h3 class="section-bar">Methods</h3>
|
87
87
|
|
88
88
|
<div class="name-list">
|
89
|
-
<a href="#
|
90
|
-
<a href="#
|
91
|
-
<a href="#
|
92
|
-
<a href="#
|
93
|
-
<a href="#
|
89
|
+
<a href="#M000004">get_file_from_web</a>
|
90
|
+
<a href="#M000003">load_file</a>
|
91
|
+
<a href="#M000005">load_update_files_from_web</a>
|
92
|
+
<a href="#M000001">new</a>
|
93
|
+
<a href="#M000002">valid?</a>
|
94
94
|
</div>
|
95
95
|
</div>
|
96
96
|
|
@@ -112,11 +112,11 @@
|
|
112
112
|
<div id="methods">
|
113
113
|
<h3 class="section-bar">Public Class methods</h3>
|
114
114
|
|
115
|
-
<div id="method-
|
116
|
-
<a name="
|
115
|
+
<div id="method-M000005" class="method-detail">
|
116
|
+
<a name="M000005"></a>
|
117
117
|
|
118
118
|
<div class="method-heading">
|
119
|
-
<a href="#
|
119
|
+
<a href="#M000005" class="method-signature">
|
120
120
|
<span class="method-name">load_update_files_from_web</span><span class="method-args">()</span>
|
121
121
|
</a>
|
122
122
|
</div>
|
@@ -127,8 +127,8 @@ Loads all the update files from dmf.ntis.gov. It starts with the last file
|
|
127
127
|
loaded, and loads each missing file in sequence up to the current file.
|
128
128
|
</p>
|
129
129
|
<p><a class="source-toggle" href="#"
|
130
|
-
onclick="toggleCode('
|
131
|
-
<div class="method-source-code" id="
|
130
|
+
onclick="toggleCode('M000005-source');return false;">[Source]</a></p>
|
131
|
+
<div class="method-source-code" id="M000005-source">
|
132
132
|
<pre>
|
133
133
|
<span class="ruby-comment cmt"># File lib/ssn_validator/models/death_master_file_loader.rb, line 75</span>
|
134
134
|
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">load_update_files_from_web</span>
|
@@ -147,11 +147,11 @@ loaded, and loads each missing file in sequence up to the current file.
|
|
147
147
|
</div>
|
148
148
|
</div>
|
149
149
|
|
150
|
-
<div id="method-
|
151
|
-
<a name="
|
150
|
+
<div id="method-M000001" class="method-detail">
|
151
|
+
<a name="M000001"></a>
|
152
152
|
|
153
153
|
<div class="method-heading">
|
154
|
-
<a href="#
|
154
|
+
<a href="#M000001" class="method-signature">
|
155
155
|
<span class="method-name">new</span><span class="method-args">(path_or_url,file_as_of)</span>
|
156
156
|
</a>
|
157
157
|
</div>
|
@@ -163,8 +163,8 @@ update file. as_of is a string in the formatt YYYY-MM-DD for which the file
|
|
163
163
|
data is accurate.
|
164
164
|
</p>
|
165
165
|
<p><a class="source-toggle" href="#"
|
166
|
-
onclick="toggleCode('
|
167
|
-
<div class="method-source-code" id="
|
166
|
+
onclick="toggleCode('M000001-source');return false;">[Source]</a></p>
|
167
|
+
<div class="method-source-code" id="M000001-source">
|
168
168
|
<pre>
|
169
169
|
<span class="ruby-comment cmt"># File lib/ssn_validator/models/death_master_file_loader.rb, line 11</span>
|
170
170
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">path_or_url</span>,<span class="ruby-identifier">file_as_of</span>)
|
@@ -179,19 +179,19 @@ data is accurate.
|
|
179
179
|
|
180
180
|
<h3 class="section-bar">Public Instance methods</h3>
|
181
181
|
|
182
|
-
<div id="method-
|
183
|
-
<a name="
|
182
|
+
<div id="method-M000004" class="method-detail">
|
183
|
+
<a name="M000004"></a>
|
184
184
|
|
185
185
|
<div class="method-heading">
|
186
|
-
<a href="#
|
186
|
+
<a href="#M000004" class="method-signature">
|
187
187
|
<span class="method-name">get_file_from_web</span><span class="method-args">()</span>
|
188
188
|
</a>
|
189
189
|
</div>
|
190
190
|
|
191
191
|
<div class="method-description">
|
192
192
|
<p><a class="source-toggle" href="#"
|
193
|
-
onclick="toggleCode('
|
194
|
-
<div class="method-source-code" id="
|
193
|
+
onclick="toggleCode('M000004-source');return false;">[Source]</a></p>
|
194
|
+
<div class="method-source-code" id="M000004-source">
|
195
195
|
<pre>
|
196
196
|
<span class="ruby-comment cmt"># File lib/ssn_validator/models/death_master_file_loader.rb, line 46</span>
|
197
197
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_file_from_web</span>
|
@@ -224,19 +224,19 @@ data is accurate.
|
|
224
224
|
</div>
|
225
225
|
</div>
|
226
226
|
|
227
|
-
<div id="method-
|
228
|
-
<a name="
|
227
|
+
<div id="method-M000003" class="method-detail">
|
228
|
+
<a name="M000003"></a>
|
229
229
|
|
230
230
|
<div class="method-heading">
|
231
|
-
<a href="#
|
231
|
+
<a href="#M000003" class="method-signature">
|
232
232
|
<span class="method-name">load_file</span><span class="method-args">()</span>
|
233
233
|
</a>
|
234
234
|
</div>
|
235
235
|
|
236
236
|
<div class="method-description">
|
237
237
|
<p><a class="source-toggle" href="#"
|
238
|
-
onclick="toggleCode('
|
239
|
-
<div class="method-source-code" id="
|
238
|
+
onclick="toggleCode('M000003-source');return false;">[Source]</a></p>
|
239
|
+
<div class="method-source-code" id="M000003-source">
|
240
240
|
<pre>
|
241
241
|
<span class="ruby-comment cmt"># File lib/ssn_validator/models/death_master_file_loader.rb, line 32</span>
|
242
242
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">load_file</span>
|
@@ -257,19 +257,19 @@ data is accurate.
|
|
257
257
|
</div>
|
258
258
|
</div>
|
259
259
|
|
260
|
-
<div id="method-
|
261
|
-
<a name="
|
260
|
+
<div id="method-M000002" class="method-detail">
|
261
|
+
<a name="M000002"></a>
|
262
262
|
|
263
263
|
<div class="method-heading">
|
264
|
-
<a href="#
|
264
|
+
<a href="#M000002" class="method-signature">
|
265
265
|
<span class="method-name">valid?</span><span class="method-args">()</span>
|
266
266
|
</a>
|
267
267
|
</div>
|
268
268
|
|
269
269
|
<div class="method-description">
|
270
270
|
<p><a class="source-toggle" href="#"
|
271
|
-
onclick="toggleCode('
|
272
|
-
<div class="method-source-code" id="
|
271
|
+
onclick="toggleCode('M000002-source');return false;">[Source]</a></p>
|
272
|
+
<div class="method-source-code" id="M000002-source">
|
273
273
|
<pre>
|
274
274
|
<span class="ruby-comment cmt"># File lib/ssn_validator/models/death_master_file_loader.rb, line 17</span>
|
275
275
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">valid?</span>
|
@@ -86,8 +86,8 @@
|
|
86
86
|
<h3 class="section-bar">Methods</h3>
|
87
87
|
|
88
88
|
<div class="name-list">
|
89
|
-
<a href="#
|
90
|
-
<a href="#
|
89
|
+
<a href="#M000006">load_all_high_group_codes_files</a>
|
90
|
+
<a href="#M000007">load_current_high_group_codes_file</a>
|
91
91
|
</div>
|
92
92
|
</div>
|
93
93
|
|
@@ -109,19 +109,19 @@
|
|
109
109
|
<div id="methods">
|
110
110
|
<h3 class="section-bar">Public Class methods</h3>
|
111
111
|
|
112
|
-
<div id="method-
|
113
|
-
<a name="
|
112
|
+
<div id="method-M000006" class="method-detail">
|
113
|
+
<a name="M000006"></a>
|
114
114
|
|
115
115
|
<div class="method-heading">
|
116
|
-
<a href="#
|
116
|
+
<a href="#M000006" class="method-signature">
|
117
117
|
<span class="method-name">load_all_high_group_codes_files</span><span class="method-args">()</span>
|
118
118
|
</a>
|
119
119
|
</div>
|
120
120
|
|
121
121
|
<div class="method-description">
|
122
122
|
<p><a class="source-toggle" href="#"
|
123
|
-
onclick="toggleCode('
|
124
|
-
<div class="method-source-code" id="
|
123
|
+
onclick="toggleCode('M000006-source');return false;">[Source]</a></p>
|
124
|
+
<div class="method-source-code" id="M000006-source">
|
125
125
|
<pre>
|
126
126
|
<span class="ruby-comment cmt"># File lib/ssn_validator/models/ssn_high_group_code_loader.rb, line 4</span>
|
127
127
|
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">load_all_high_group_codes_files</span>
|
@@ -162,11 +162,11 @@
|
|
162
162
|
</div>
|
163
163
|
</div>
|
164
164
|
|
165
|
-
<div id="method-
|
166
|
-
<a name="
|
165
|
+
<div id="method-M000007" class="method-detail">
|
166
|
+
<a name="M000007"></a>
|
167
167
|
|
168
168
|
<div class="method-heading">
|
169
|
-
<a href="#
|
169
|
+
<a href="#M000007" class="method-signature">
|
170
170
|
<span class="method-name">load_current_high_group_codes_file</span><span class="method-args">()</span>
|
171
171
|
</a>
|
172
172
|
</div>
|
@@ -177,8 +177,8 @@ Loads the most recent file from <a
|
|
177
177
|
href="http://www.socialsecurity.gov/employer/ssns/highgroup.txt">www.socialsecurity.gov/employer/ssns/highgroup.txt</a>
|
178
178
|
</p>
|
179
179
|
<p><a class="source-toggle" href="#"
|
180
|
-
onclick="toggleCode('
|
181
|
-
<div class="method-source-code" id="
|
180
|
+
onclick="toggleCode('M000007-source');return false;">[Source]</a></p>
|
181
|
+
<div class="method-source-code" id="M000007-source">
|
182
182
|
<pre>
|
183
183
|
<span class="ruby-comment cmt"># File lib/ssn_validator/models/ssn_high_group_code_loader.rb, line 39</span>
|
184
184
|
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">load_current_high_group_codes_file</span>
|
@@ -55,13 +55,13 @@
|
|
55
55
|
<tr class="top-aligned-row">
|
56
56
|
<td><strong>In:</strong></td>
|
57
57
|
<td>
|
58
|
-
<a href="../files/lib/ssn_validator/models/ssn_validator_rb.html">
|
59
|
-
lib/ssn_validator/models/ssn_validator.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
58
|
<a href="../files/lib/ssn_validator/ntis_rb.html">
|
63
59
|
lib/ssn_validator/ntis.rb
|
64
60
|
</a>
|
61
|
+
<br />
|
62
|
+
<a href="../files/lib/ssn_validator/models/ssn_validator_rb.html">
|
63
|
+
lib/ssn_validator/models/ssn_validator.rb
|
64
|
+
</a>
|
65
65
|
<br />
|
66
66
|
</td>
|
67
67
|
</tr>
|
data/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Tue, 21 Dec 2010 12:09:12 -0500
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Tue Dec 21 12:06:44 -0500 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
<div class="name-list">
|
76
76
|
net/http
|
77
77
|
net/https
|
78
|
-
|
78
|
+
active_record
|
79
79
|
active_record/connection_adapters/mysql_adapter
|
80
80
|
ssn_validator/ntis
|
81
81
|
</div>
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Tue Dec 21 12:06:44 -0500 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
<h3 class="section-bar">Required files</h3>
|
74
74
|
|
75
75
|
<div class="name-list">
|
76
|
-
|
76
|
+
active_record
|
77
77
|
</div>
|
78
78
|
</div>
|
79
79
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Tue
|
59
|
+
<td>Tue Dec 21 12:06:44 -0500 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
<h3 class="section-bar">Required files</h3>
|
74
74
|
|
75
75
|
<div class="name-list">
|
76
|
-
|
76
|
+
active_record
|
77
77
|
</div>
|
78
78
|
</div>
|
79
79
|
|
data/rdoc/fr_method_index.html
CHANGED
@@ -22,15 +22,15 @@
|
|
22
22
|
<div id="index-entries">
|
23
23
|
<a href="classes/SsnValidator/Ssn.html#M000011">death_master_file_hit? (SsnValidator::Ssn)</a><br />
|
24
24
|
<a href="classes/SsnValidator/Ssn.html#M000010">death_master_file_record (SsnValidator::Ssn)</a><br />
|
25
|
-
<a href="classes/DeathMasterFileLoader.html#
|
26
|
-
<a href="classes/SsnHighGroupCodeLoader.html#
|
27
|
-
<a href="classes/SsnHighGroupCodeLoader.html#
|
28
|
-
<a href="classes/DeathMasterFileLoader.html#
|
29
|
-
<a href="classes/DeathMasterFileLoader.html#
|
30
|
-
<a href="classes/DeathMasterFileLoader.html#
|
25
|
+
<a href="classes/DeathMasterFileLoader.html#M000004">get_file_from_web (DeathMasterFileLoader)</a><br />
|
26
|
+
<a href="classes/SsnHighGroupCodeLoader.html#M000006">load_all_high_group_codes_files (SsnHighGroupCodeLoader)</a><br />
|
27
|
+
<a href="classes/SsnHighGroupCodeLoader.html#M000007">load_current_high_group_codes_file (SsnHighGroupCodeLoader)</a><br />
|
28
|
+
<a href="classes/DeathMasterFileLoader.html#M000003">load_file (DeathMasterFileLoader)</a><br />
|
29
|
+
<a href="classes/DeathMasterFileLoader.html#M000005">load_update_files_from_web (DeathMasterFileLoader)</a><br />
|
30
|
+
<a href="classes/DeathMasterFileLoader.html#M000001">new (DeathMasterFileLoader)</a><br />
|
31
31
|
<a href="classes/SsnValidator/Ssn.html#M000008">new (SsnValidator::Ssn)</a><br />
|
32
|
+
<a href="classes/DeathMasterFileLoader.html#M000002">valid? (DeathMasterFileLoader)</a><br />
|
32
33
|
<a href="classes/SsnValidator/Ssn.html#M000009">valid? (SsnValidator::Ssn)</a><br />
|
33
|
-
<a href="classes/DeathMasterFileLoader.html#M000004">valid? (DeathMasterFileLoader)</a><br />
|
34
34
|
</div>
|
35
35
|
</div>
|
36
36
|
</body>
|
data/rdoc/index.html
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
<!--
|
7
7
|
|
8
|
-
ssn_validator 1.0.
|
8
|
+
ssn_validator 1.0.8
|
9
9
|
|
10
10
|
-->
|
11
11
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
12
12
|
<head>
|
13
|
-
<title>ssn_validator 1.0.
|
13
|
+
<title>ssn_validator 1.0.8</title>
|
14
14
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
15
15
|
</head>
|
16
16
|
<frameset rows="20%, 80%">
|
data/ssn_validator.gemspec
CHANGED
@@ -1,78 +1,77 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ssn_validator}
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.8"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Kevin Tyll"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-12-21}
|
13
13
|
s.description = %q{Validates whether an SSN has likely been issued or not.}
|
14
14
|
s.email = %q{kevintyll@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
|
-
|
17
|
+
"README.rdoc"
|
18
18
|
]
|
19
19
|
s.files = [
|
20
|
-
".
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
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
|
-
"test/test_ssn_validator.rb"
|
20
|
+
"History.txt",
|
21
|
+
"LICENSE",
|
22
|
+
"PostInstall.txt",
|
23
|
+
"README.rdoc",
|
24
|
+
"Rakefile",
|
25
|
+
"VERSION.yml",
|
26
|
+
"generators/death_master_file_migration/death_master_file_migration_generator.rb",
|
27
|
+
"generators/death_master_file_migration/templates/migration.rb",
|
28
|
+
"generators/ssn_validator_migration/.DS_Store",
|
29
|
+
"generators/ssn_validator_migration/ssn_validator_migration_generator.rb",
|
30
|
+
"generators/ssn_validator_migration/templates/.DS_Store",
|
31
|
+
"generators/ssn_validator_migration/templates/migration.rb",
|
32
|
+
"lib/ssn_validator.rb",
|
33
|
+
"lib/ssn_validator/models/death_master_file.rb",
|
34
|
+
"lib/ssn_validator/models/death_master_file_loader.rb",
|
35
|
+
"lib/ssn_validator/models/ssn_high_group_code.rb",
|
36
|
+
"lib/ssn_validator/models/ssn_high_group_code_loader.rb",
|
37
|
+
"lib/ssn_validator/models/ssn_validator.rb",
|
38
|
+
"lib/ssn_validator/ntis.rb",
|
39
|
+
"lib/tasks/ssn_validator.rake",
|
40
|
+
"rdoc/classes/DeathMasterFile.html",
|
41
|
+
"rdoc/classes/DeathMasterFileLoader.html",
|
42
|
+
"rdoc/classes/SsnHighGroupCode.html",
|
43
|
+
"rdoc/classes/SsnHighGroupCodeLoader.html",
|
44
|
+
"rdoc/classes/SsnValidator.html",
|
45
|
+
"rdoc/classes/SsnValidator/Ntis.html",
|
46
|
+
"rdoc/classes/SsnValidator/Ssn.html",
|
47
|
+
"rdoc/created.rid",
|
48
|
+
"rdoc/files/LICENSE.html",
|
49
|
+
"rdoc/files/README_rdoc.html",
|
50
|
+
"rdoc/files/lib/ssn_validator/models/death_master_file_loader_rb.html",
|
51
|
+
"rdoc/files/lib/ssn_validator/models/death_master_file_rb.html",
|
52
|
+
"rdoc/files/lib/ssn_validator/models/ssn_high_group_code_loader_rb.html",
|
53
|
+
"rdoc/files/lib/ssn_validator/models/ssn_high_group_code_rb.html",
|
54
|
+
"rdoc/files/lib/ssn_validator/models/ssn_validator_rb.html",
|
55
|
+
"rdoc/files/lib/ssn_validator/ntis_rb.html",
|
56
|
+
"rdoc/files/lib/ssn_validator_rb.html",
|
57
|
+
"rdoc/fr_class_index.html",
|
58
|
+
"rdoc/fr_file_index.html",
|
59
|
+
"rdoc/fr_method_index.html",
|
60
|
+
"rdoc/index.html",
|
61
|
+
"rdoc/rdoc-style.css",
|
62
|
+
"script/console",
|
63
|
+
"script/destroy",
|
64
|
+
"script/generate",
|
65
|
+
"ssn_validator.gemspec",
|
66
|
+
"test/files/test_dmf_funky_data_load.txt",
|
67
|
+
"test/files/test_dmf_initial_load.txt",
|
68
|
+
"test/files/test_dmf_update_load.txt",
|
69
|
+
"test/files/valid_csv_from_funky_data_file.txt",
|
70
|
+
"test/mocks/test/death_master_file_loader.rb",
|
71
|
+
"test/test_death_master_file_loader.rb",
|
72
|
+
"test/test_helper.rb",
|
73
|
+
"test/test_ssn_high_group_code_loader.rb",
|
74
|
+
"test/test_ssn_validator.rb"
|
76
75
|
]
|
77
76
|
s.homepage = %q{http://kevintyll.git.com/ssn_validator}
|
78
77
|
s.post_install_message = %q{
|
@@ -105,16 +104,15 @@ For more information on ssn_validator, see http://kevintyll.github.com/ssn_valid
|
|
105
104
|
from the dmf.ntis.gov website.
|
106
105
|
* The death master file data is updated monthly, so you'll want to run this rake task monthly to keep your validations accurate.
|
107
106
|
}
|
108
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
109
107
|
s.require_paths = ["lib"]
|
110
|
-
s.rubygems_version = %q{1.3.
|
108
|
+
s.rubygems_version = %q{1.3.6}
|
111
109
|
s.summary = %q{Validates whether an SSN has likely been issued or not.}
|
112
110
|
s.test_files = [
|
113
111
|
"test/mocks/test/death_master_file_loader.rb",
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
112
|
+
"test/test_death_master_file_loader.rb",
|
113
|
+
"test/test_helper.rb",
|
114
|
+
"test/test_ssn_high_group_code_loader.rb",
|
115
|
+
"test/test_ssn_validator.rb"
|
118
116
|
]
|
119
117
|
|
120
118
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,15 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ssn_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 1
|
7
|
+
- 0
|
8
|
+
- 8
|
9
|
+
version: 1.0.8
|
5
10
|
platform: ruby
|
6
11
|
authors:
|
7
|
-
- Kevin Tyll
|
12
|
+
- Kevin Tyll
|
8
13
|
autorequire:
|
9
14
|
bindir: bin
|
10
15
|
cert_chain: []
|
11
16
|
|
12
|
-
date: 2010-
|
17
|
+
date: 2010-12-21 00:00:00 -05:00
|
13
18
|
default_executable:
|
14
19
|
dependencies: []
|
15
20
|
|
@@ -20,65 +25,64 @@ executables: []
|
|
20
25
|
extensions: []
|
21
26
|
|
22
27
|
extra_rdoc_files:
|
23
|
-
- LICENSE
|
24
|
-
- README.rdoc
|
28
|
+
- LICENSE
|
29
|
+
- README.rdoc
|
25
30
|
files:
|
26
|
-
- .
|
27
|
-
-
|
28
|
-
-
|
29
|
-
-
|
30
|
-
-
|
31
|
-
-
|
32
|
-
-
|
33
|
-
- generators/death_master_file_migration/
|
34
|
-
- generators/
|
35
|
-
- generators/ssn_validator_migration
|
36
|
-
- generators/ssn_validator_migration/
|
37
|
-
- generators/ssn_validator_migration/templates
|
38
|
-
-
|
39
|
-
- lib/ssn_validator.rb
|
40
|
-
- lib/ssn_validator/models/
|
41
|
-
- lib/ssn_validator/models/
|
42
|
-
- lib/ssn_validator/models/
|
43
|
-
- lib/ssn_validator/models/
|
44
|
-
- lib/ssn_validator/
|
45
|
-
- lib/ssn_validator
|
46
|
-
-
|
47
|
-
- rdoc/classes/
|
48
|
-
- rdoc/classes/
|
49
|
-
- rdoc/classes/
|
50
|
-
- rdoc/classes/
|
51
|
-
- rdoc/classes/SsnValidator.html
|
52
|
-
- rdoc/classes/SsnValidator/
|
53
|
-
- rdoc/
|
54
|
-
- rdoc/
|
55
|
-
- rdoc/files/
|
56
|
-
- rdoc/files/
|
57
|
-
- rdoc/files/lib/ssn_validator/models/
|
58
|
-
- rdoc/files/lib/ssn_validator/models/
|
59
|
-
- rdoc/files/lib/ssn_validator/models/
|
60
|
-
- rdoc/files/lib/ssn_validator/models/
|
61
|
-
- rdoc/files/lib/ssn_validator/
|
62
|
-
- rdoc/files/lib/
|
63
|
-
- rdoc/
|
64
|
-
- rdoc/
|
65
|
-
- rdoc/
|
66
|
-
- rdoc/
|
67
|
-
- rdoc/
|
68
|
-
-
|
69
|
-
- script/
|
70
|
-
- script/
|
71
|
-
-
|
72
|
-
-
|
73
|
-
- test/files/
|
74
|
-
- test/files/
|
75
|
-
- test/files/
|
76
|
-
- test/
|
77
|
-
- test/
|
78
|
-
- test/
|
79
|
-
- test/
|
80
|
-
- test/
|
81
|
-
- test/test_ssn_validator.rb
|
31
|
+
- History.txt
|
32
|
+
- LICENSE
|
33
|
+
- PostInstall.txt
|
34
|
+
- README.rdoc
|
35
|
+
- Rakefile
|
36
|
+
- VERSION.yml
|
37
|
+
- generators/death_master_file_migration/death_master_file_migration_generator.rb
|
38
|
+
- generators/death_master_file_migration/templates/migration.rb
|
39
|
+
- generators/ssn_validator_migration/.DS_Store
|
40
|
+
- generators/ssn_validator_migration/ssn_validator_migration_generator.rb
|
41
|
+
- generators/ssn_validator_migration/templates/.DS_Store
|
42
|
+
- generators/ssn_validator_migration/templates/migration.rb
|
43
|
+
- lib/ssn_validator.rb
|
44
|
+
- lib/ssn_validator/models/death_master_file.rb
|
45
|
+
- lib/ssn_validator/models/death_master_file_loader.rb
|
46
|
+
- lib/ssn_validator/models/ssn_high_group_code.rb
|
47
|
+
- lib/ssn_validator/models/ssn_high_group_code_loader.rb
|
48
|
+
- lib/ssn_validator/models/ssn_validator.rb
|
49
|
+
- lib/ssn_validator/ntis.rb
|
50
|
+
- lib/tasks/ssn_validator.rake
|
51
|
+
- rdoc/classes/DeathMasterFile.html
|
52
|
+
- rdoc/classes/DeathMasterFileLoader.html
|
53
|
+
- rdoc/classes/SsnHighGroupCode.html
|
54
|
+
- rdoc/classes/SsnHighGroupCodeLoader.html
|
55
|
+
- rdoc/classes/SsnValidator.html
|
56
|
+
- rdoc/classes/SsnValidator/Ntis.html
|
57
|
+
- rdoc/classes/SsnValidator/Ssn.html
|
58
|
+
- rdoc/created.rid
|
59
|
+
- rdoc/files/LICENSE.html
|
60
|
+
- rdoc/files/README_rdoc.html
|
61
|
+
- rdoc/files/lib/ssn_validator/models/death_master_file_loader_rb.html
|
62
|
+
- rdoc/files/lib/ssn_validator/models/death_master_file_rb.html
|
63
|
+
- rdoc/files/lib/ssn_validator/models/ssn_high_group_code_loader_rb.html
|
64
|
+
- rdoc/files/lib/ssn_validator/models/ssn_high_group_code_rb.html
|
65
|
+
- rdoc/files/lib/ssn_validator/models/ssn_validator_rb.html
|
66
|
+
- rdoc/files/lib/ssn_validator/ntis_rb.html
|
67
|
+
- rdoc/files/lib/ssn_validator_rb.html
|
68
|
+
- rdoc/fr_class_index.html
|
69
|
+
- rdoc/fr_file_index.html
|
70
|
+
- rdoc/fr_method_index.html
|
71
|
+
- rdoc/index.html
|
72
|
+
- rdoc/rdoc-style.css
|
73
|
+
- script/console
|
74
|
+
- script/destroy
|
75
|
+
- script/generate
|
76
|
+
- ssn_validator.gemspec
|
77
|
+
- test/files/test_dmf_funky_data_load.txt
|
78
|
+
- test/files/test_dmf_initial_load.txt
|
79
|
+
- test/files/test_dmf_update_load.txt
|
80
|
+
- test/files/valid_csv_from_funky_data_file.txt
|
81
|
+
- test/mocks/test/death_master_file_loader.rb
|
82
|
+
- test/test_death_master_file_loader.rb
|
83
|
+
- test/test_helper.rb
|
84
|
+
- test/test_ssn_high_group_code_loader.rb
|
85
|
+
- test/test_ssn_validator.rb
|
82
86
|
has_rdoc: true
|
83
87
|
homepage: http://kevintyll.git.com/ssn_validator
|
84
88
|
licenses: []
|
@@ -114,32 +118,34 @@ post_install_message: |
|
|
114
118
|
from the dmf.ntis.gov website.
|
115
119
|
* The death master file data is updated monthly, so you'll want to run this rake task monthly to keep your validations accurate.
|
116
120
|
|
117
|
-
rdoc_options:
|
118
|
-
|
121
|
+
rdoc_options: []
|
122
|
+
|
119
123
|
require_paths:
|
120
|
-
- lib
|
124
|
+
- lib
|
121
125
|
required_ruby_version: !ruby/object:Gem::Requirement
|
122
126
|
requirements:
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
+
- - ">="
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
segments:
|
130
|
+
- 0
|
131
|
+
version: "0"
|
127
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
133
|
requirements:
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
134
|
+
- - ">="
|
135
|
+
- !ruby/object:Gem::Version
|
136
|
+
segments:
|
137
|
+
- 0
|
138
|
+
version: "0"
|
133
139
|
requirements: []
|
134
140
|
|
135
141
|
rubyforge_project:
|
136
|
-
rubygems_version: 1.3.
|
142
|
+
rubygems_version: 1.3.6
|
137
143
|
signing_key:
|
138
144
|
specification_version: 3
|
139
145
|
summary: Validates whether an SSN has likely been issued or not.
|
140
146
|
test_files:
|
141
|
-
- test/mocks/test/death_master_file_loader.rb
|
142
|
-
- test/test_death_master_file_loader.rb
|
143
|
-
- test/test_helper.rb
|
144
|
-
- test/test_ssn_high_group_code_loader.rb
|
145
|
-
- test/test_ssn_validator.rb
|
147
|
+
- test/mocks/test/death_master_file_loader.rb
|
148
|
+
- test/test_death_master_file_loader.rb
|
149
|
+
- test/test_helper.rb
|
150
|
+
- test/test_ssn_high_group_code_loader.rb
|
151
|
+
- test/test_ssn_validator.rb
|
data/.gitignore
DELETED