From: Michael Orlitzky Date: Thu, 19 Apr 2012 12:54:01 +0000 (-0400) Subject: Switch from constants to variables in the Configuration module. This should keep... X-Git-Tag: 0.0.1~112 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=451f1c3175c1a3c8670f51ebc907102d8c99820d;hp=451f1c3175c1a3c8670f51ebc907102d8c99820d Switch from constants to variables in the Configuration module. This should keep Ruby from complaining when users override the defaults. Change the local config path from $HOME/.mailshears.conf to $HOME/.mailshears.conf.rb so that Ruby will actually load it. ---