Updating the DefaultProject template to copy over a gem.json file to the Code folder of the created project, since the Code itself is a GEM_MODULE that loads using the Module loading system
parent
d3fb2dd68c
commit
84a3a3d40a
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"gem_name": "${Name}",
|
||||||
|
"origin": "The primary repo for ${Name} goes here: i.e. http://www.mydomain.com",
|
||||||
|
"license": "What license ${Name} uses goes here: i.e. https://opensource.org/licenses/MIT",
|
||||||
|
"display_name": "${Name}",
|
||||||
|
"summary": "A short description of ${Name}.",
|
||||||
|
"canonical_tags": [
|
||||||
|
"Gem"
|
||||||
|
],
|
||||||
|
"user_tags": [
|
||||||
|
"${Name}"
|
||||||
|
],
|
||||||
|
"icon_path": "preview.png"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue