Update personal_project.gemspec
This commit is contained in:
parent
79cc6b8168
commit
60ad8d34a7
|
@ -5,9 +5,9 @@ require "personal_project/version"
|
|||
app_path = File.expand_path(__dir__)
|
||||
template_path = ENV['PWD'] + '/app/templates'
|
||||
all_template = Dir.glob(template_path+'/*/')
|
||||
puts 'copying module'
|
||||
all_template.each do |folder|
|
||||
begin
|
||||
puts 'copying module'
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
||||
rescue
|
||||
puts 'error copy'
|
||||
|
|
Loading…
Reference in New Issue