lib/ssn.rb in ssn-0.1.0 vs lib/ssn.rb in ssn-0.2.0

- old
+ new

@@ -2,9 +2,9 @@ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'ssn/active_record_extensions' require 'ssn/social_security_number' module Ssn - VERSION = '0.1.0' + VERSION = '0.2.0' end ActiveRecord::Base.send( :include, Ssn::ActiveRecordExtensions ) if defined?( ActiveRecord::Base ) \ No newline at end of file