Make sure we only merge_data with yml, yaml and json files.#256
Make sure we only merge_data with yml, yaml and json files.#256richtera wants to merge 1 commit intoruhoh:masterfrom
Conversation
|
ahoy, looks like you beat me to the fix whilst i am still trying to figure out Git .. but you probably actually fixed it ;) however, the only change i had make to fix my issue #254 was at the following line in ruhoh.rb/lib/ruhoh/config.rb: changing that to i have not figured out how to apply your patch, send mine, etc., but when i make your patch by hand the problem is also solved. also, if i apply your and my fix together, the problem still is resolved. unfortunately i do not yet understand the code well enough to know if both should be applied? perhaps you or @plusjade can shed some light. either way, thanks for the fix. peace, w |
|
As far as I know both should be there. The one you fixed pre-reads all the Sent via the internets On Dec 16, 2013, at 8:38 PM, waynedpj notifications@github.com wrote: ahoy, looks like you beat me to the fix whilst i am still trying to figure Dir["/config."].each { |id| changing that to Dir.glob("config.{yml,yaml,json}", File::FNM_CASEFOLD).each { |id| i have not figured out how to apply your patch, send mine, etc., but when i either way, thanks for the fix. peace, w — |
Fix #254 related to #251.