Looks like it's mostly a problem with Ruby 1.8 yaml vs 1.9 yaml. One strips the trailing space and the other leaves it in. There's also the issue of reordering. So at the very least we shouldn't re-write _config.yml if the version is the same.