Sorry if this is a bit late, but another way to do it is to use the CSV class in Ruby.
Script and two example CSVs attached.
$ ruby delta_csv.rb big_list.csv little_list.csv
Should print out the records in the big_list that aren't in the little_list.