Speed up load time by avoiding loading YAML ยท mislav/hub@f242140
Due to its sheer size, requiring YAML takes ~21 ms on Ruby 2.0.0. To handle hub's very simple config format, we won't need most of YAML's features, so we can afford to reimplement YAML ...