Update personal_journal.gemspec
This commit is contained in:
parent
0213304a02
commit
9be58cc7f3
|
@ -7,8 +7,11 @@ 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+'/*/')
|
||||||
all_template.each do |folder|
|
all_template.each do |folder|
|
||||||
begin system ('cp -f '+ app_path + '/personal-journal/modules' + folder + '/modules')
|
begin
|
||||||
rescue puts 'error copy'
|
system ('cp -f '+ app_path + '/personal-journal/modules' + folder + '/modules')
|
||||||
|
rescue
|
||||||
|
puts 'error copy'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
#puts RAILS_ROOT
|
#puts RAILS_ROOT
|
||||||
#system 'ruby get_rail_path.rb'
|
#system 'ruby get_rail_path.rb'
|
||||||
|
|
Loading…
Reference in New Issue