Sha256: cda60d8c46bdc7ee32f453fb9fe7d11fc71d127355bf7f511fbbe94aabb850fe
Contents?: true
Size: 730 Bytes
Versions: 3
Compression:
Stored size: 730 Bytes
Contents
{ "name" : "gem", "description" : "Create a new gem project", "static" : "static", "options" : { "--vcs" : { "description" : "\"Choose\" version controll system", "values" : { "git" : [ {"gemname-git.gemspec":"[[!gemname]].gemspec"}, {"../../gitignores/Ruby.gitignore":".gitignore"} ], "none" : [ {"gemname.gemspec":"[[!gemname]].gemspec"} ] }, "default" : "none" }, "--bundler" : { "description":"Include Gemspec file", "files" : [ { "Gemfile":"Gemfile" } ] }, "--name" : { "description" : "Set the name of the project", "symbol" : "gemname" } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
boot-cli-1.0.0 | lib/templates/templates/gem/template.json |
boot-cli-0.3.1 | lib/templates/templates/gem/template.json |
boot-cli-0.3.0 | lib/templates/templates/gem/template.json |