mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"command": "ruby -rzeus/rails -eZeus.go",
|
|
|
|
"plan": {
|
|
"boot": {
|
|
"default_bundle": {
|
|
"development_environment": {
|
|
"prerake": {"rake": []},
|
|
"runner": ["r"],
|
|
"console": ["c"],
|
|
"server": ["s"],
|
|
"generate": ["g"]
|
|
},
|
|
"test_environment": {
|
|
"testtask": [],
|
|
"test_helper": {"testrb": []},
|
|
"spec_helper": {"rspec": []}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|