Update personal_journal.gemspec
This commit is contained in:
parent
201ad7fc0e
commit
fbee8509c1
|
@ -8,12 +8,14 @@ template_path = ENV['PWD'] + '/app/templates'
|
|||
all_template = Dir.glob(template_path+'/*/')
|
||||
puts 'copying module'
|
||||
all_template.each do |folder|
|
||||
if folder[0...-1] != 'mobile'
|
||||
begin
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
||||
rescue
|
||||
puts 'error copy'
|
||||
end
|
||||
end
|
||||
end
|
||||
system ('rm -r '+app_path + '/modules/')
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "personal_journal"
|
||||
|
|
Loading…
Reference in New Issue