Gem repo template (#5774)

Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2021-11-18 21:27:43 -08:00
committed by GitHub
parent 199a59e8f9
commit d30fdb759d
7 changed files with 67 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"gem_name": "${Name}Gem",
"display_name": "${Name}Gem",
"license": "What license ${Name}Gem uses goes here: i.e. Apache-2.0 Or MIT",
"license_url": "",
"origin": "The primary repo for ${Name}Gem goes here: i.e. http://www.mydomain.com",
"summary": "A short description of ${Name}Gem which is zipped up in an archive named gem.zip in the root of the Gem Repo. Though not required, it is recommended that the sha256 of the gem.zip file should be placed in the sha256 field of this gem.json so the download can be verified.",
"origin_uri": "${RepoURI}/gem.zip",
"sha256": "",
"type": "Code",
"canonical_tags": [
"Gem"
],
"user_tags": [
"${Name}Gem"
],
"icon_path": "preview.png",
"requirements": ""
}
+11
View File
@@ -0,0 +1,11 @@
{
"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}"
]
}