I've written a gem that looks in config/ for a config file, this bit works fine and its not throwing any problems but if the user changes any config they have to stop the program and start it again before my gem loads the new config, which would require them to restart a rails app every change, which isnt ideal.I've written a gem that looks in config/ for a