Skip to content

Instantly share code, notes, and snippets.

@philtomson
Created September 20, 2012 00:27
Show Gist options
  • Save philtomson/3753216 to your computer and use it in GitHub Desktop.
Save philtomson/3753216 to your computer and use it in GitHub Desktop.
test json file for dep_gen.rb
{
"A" :
{
"path": "",
"args": "",
"depends": []
},
"B" :
{
"path": "",
"args": "",
"depends": []
},
"C" :
{
"path": "",
"args": "",
"depends": ["A","B"]
},
"D" :
{
"path": "",
"args": "",
"depends": ["C"]
},
"E" :
{
"path": "",
"args": "",
"depends": []
},
"F" :
{
"path": "",
"args": "",
"depends": ["E","A"]
},
"G" :
{
"path": "",
"args": "",
"depends": ["F","D"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment