-
Notifications
You must be signed in to change notification settings - Fork 7
/
History.txt
84 lines (55 loc) · 2.35 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
76
77
78
79
80
81
82
83
84
== 1.1.0 2013-09-18
* 1 enhancement:
* Update to a rails engine.
* Allow a date to be passed in to SsnValidator.new so verify if the ssn was on the death master file list as of the date passed in.
== 1.0.11 2012-10-09
* 1 enhancement:
* use mysql2 adapter if it is installed, otherwise use mysql adapter if installed. Fall back to Active Record if neither.
== 1.0.10 2012-02-14
* 1 enhancements:
* use a proxy server if the ENV['http_proxy'] variable is set. ie. your.proxy.addr:8080
== 1.0.9 2011-03-07
* 1 enhancements:
* added yields to the loader classes to pass statuses to the calling class
== 1.0.8 2010-12-21
* 1 enhancements:
* changed require 'activerecord' to 'active_record'.
== 1.0.7 2010-09-09
* 2 enhancements:
* Modified to death master file load to stream the data from the website to be more jruby friendly.
* Made a small change to the ssn high group loader to handle ssa.gov url naming inconsistencies.
== 1.0.6 2010-09-03
* correct gemspec
== 1.0.5 2010-09-03
* 1 minor enhancement:
* Changed the method to load the rake tasks from import to load to be jruby friendly.
* 1 bug fix:
* Fixed an infinite loop that can happen if the current month's file is not yet posted on the ssa.gov web site
on the update_data rake task
== 1.0.4 2010-02-05
* 1 bug fixes:
* The ssa website changed it's process for the most recent month. Modified the rake task
to determine the most recent month loaded and bring it up to date.
== 1.0.3 2009-04-24
* 2 minor enhancement:
* Added method #death_master_file_record to SsnValidator::Ssn to return the actual dmf record if the SSN exists
* Changed the method #death_master_file_hit? to simply return true or false.
== 1.0.2 2009-04-24
* 1 minor enhancement:
* Using jeweler gem to create gemspec and rdoc files
== 1.0.1 2009-04-23
* 2 bug fixes:
* Fixed dmf mysql load error when single quote is in a data file record.
* Fixed ssn_validator:update_data rake task that broke on the last build.
== 1.0.0 2009-04-22
* 1 major enhancement:
* Added the death master file to determine if the ssn belongs to the deceased.
* 1 bug fix:
* Fixed bug where an error was thrown if the ssn area has not been assigned yet.
== 0.1.2 2009-04-15
* 2 minor enhancements:
* Added rdoc files
* Updated documentation
== 0.1.0 2009-04-14
* 1 major enhancement:
* Initial release