lib/togostanza/cli.rb in togostanza-1.3.2 vs lib/togostanza/cli.rb in togostanza-1.3.3
- old
+ new
@@ -44,10 +44,9 @@
template 'Gemfile.erb', "#{file_name}/Gemfile"
template 'gemspec.erb', "#{file_name}/#{file_name}.gemspec"
template 'lib.rb.erb', "#{file_name}/lib/#{file_name}.rb"
template 'stanza.rb.erb', "#{file_name}/stanza.rb"
template 'template.hbs.erb', "#{file_name}/template.hbs"
- template 'help.md.erb', "#{file_name}/help.md"
template 'metadata.json.erb', "#{file_name}/metadata.json"
create_file "#{file_name}/assets/#{stanza_id}/.keep"
end