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__)
|
app_path = File.expand_path(__dir__)
|
||||||
template_path = ENV['PWD'] + '/app/templates'
|
template_path = ENV['PWD'] + '/app/templates'
|
||||||
all_template = Dir.glob(template_path+'/*/')
|
all_template = Dir.glob(template_path+'/*/')
|
||||||
|
puts 'copying module'
|
||||||
all_template.each do |folder|
|
all_template.each do |folder|
|
||||||
begin
|
begin
|
||||||
puts 'copying module'
|
|
||||||
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
||||||
rescue
|
rescue
|
||||||
puts 'error copy'
|
puts 'error copy'
|
||||||
|
|
Loading…
Reference in New Issue