lib/exception_handler/config.rb in exception_handler-0.2.7 vs lib/exception_handler/config.rb in exception_handler-0.3.0

- old
+ new

@@ -1,9 +1,12 @@ ########################################### + # Refs # http://stackoverflow.com/questions/10584638/setting-up-configuration-settings-when-writing-a-gem # http://robots.thoughtbot.com/mygem-configure-block + ########################################### + module ExceptionHandler class Config attr_accessor :db, :social def initialize \ No newline at end of file