d30fdb759d
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
12 lines
318 B
JSON
12 lines
318 B
JSON
{
|
|
"repo_name":"${Name}",
|
|
"origin":"Origin for the ${Name} Gem Repository",
|
|
"repo_uri": "${RepoURI}",
|
|
"summary": "A Gem Repository with a single Gem in the root of the repository.",
|
|
"additional_info": "Additional info for ${Name}",
|
|
"last_updated": "",
|
|
"gems": [
|
|
"${RepoURI}"
|
|
]
|
|
}
|