You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1008 B
JSON
24 lines
1008 B
JSON
{
|
|
"gem_name": "${Name}",
|
|
"display_name": "${Name}",
|
|
"license": "What license ${Name} uses goes here: i.e. Apache-2.0 or MIT",
|
|
"license_url": "Link to the license web site goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT",
|
|
"origin": "The name of the originator goes here. i.e. XYZ Inc.",
|
|
"origin_url": "The primary repo for ${Name} goes here: i.e. http://www.mydomain.com",
|
|
"type": "Code",
|
|
"summary": "A short description of ${Name} 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 be placed in the sha256 field of this gem.json so the download can be verified.",
|
|
"origin_uri": "${RepoURI}/gem.zip",
|
|
"sha256": "",
|
|
"canonical_tags": [
|
|
"Gem"
|
|
],
|
|
"user_tags": [
|
|
"${Name}"
|
|
],
|
|
"icon_path": "preview.png",
|
|
"requirements": "",
|
|
"documentation_url": "",
|
|
"dependencies": [
|
|
]
|
|
}
|