diff --git a/personal_journal.gemspec b/personal_journal.gemspec index 1ede41f..851db35 100644 --- a/personal_journal.gemspec +++ b/personal_journal.gemspec @@ -6,9 +6,9 @@ require "personal_journal/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'