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.
17 lines
458 B
JSON
17 lines
458 B
JSON
{
|
|
"gem_name": "${Name}",
|
|
"display_name": "${Name}",
|
|
"license": "What license ${Name} uses goes here: i.e. https://opensource.org/licenses/MIT",
|
|
"origin": "The primary repo for ${Name} goes here: i.e. http://www.mydomain.com",
|
|
"type": "Code",
|
|
"summary": "A short description of ${Name}.",
|
|
"canonical_tags": [
|
|
"Gem"
|
|
],
|
|
"user_tags": [
|
|
"${Name}"
|
|
],
|
|
"icon_path": "preview.png",
|
|
"requirements": ""
|
|
}
|