I found a topic similar to this in the forum from last year, but no update, so I thought I'd try a post.By default, pik places new ruby vers in %USERPROFILE%, which of course expands to a path name with spaces in it, e.g. C:\Documents and Settings\...No matter how I format the entries in the DevKit confg.yml, eventually the spaces will foil make, like so:Updating jsonBuilding native extensions. This could take a while...ERROR: Error installing json:ERROR: Failed to build gem native extension."C:/Documents and Settings/Charlie Bosson/.pik/rubies/Ruby-193-p392/bin/ruby.exe" extconf.rbcreating Makefilemakegenerating generator-i386-mingw32.def/bin/sh: C:/Documents: No such file or directorymake: *** [generator-i386-mingw32.def] Error 127I tried all forms of quotes, escaping the characters, 8.3 names, env vars, what have you.Can DevKit handle spaces in the path names, or should I delete my current Ruby installs and change pik to point to a location without spaces?