module Config module Factory # The name of this gem NAME = 'config-factory' # The version of this gem VERSION = '0.0.1' # The copyright notice for this gem COPYRIGHT = 'Copyright (c) 2015 The Regents of the University of California' end end