Skip to content

Instantly share code, notes, and snippets.

@styliii
Created December 12, 2013 23:14
Show Gist options
  • Save styliii/7937251 to your computer and use it in GitHub Desktop.
Save styliii/7937251 to your computer and use it in GitHub Desktop.
current zeus setup
{
"command": "ruby -rubygems -r./custom_plan -eZeus.go",
"plan": {
"boot": {
"default_bundle": {
"development_environment": {
"prerake": {"rake": []},
"console": ["c"],
"generate": ["g"]
},
"test_environment": {
"test_helper": {"spec": ["rspec"]}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment