From 8a17ba3219c8d8d2e868f34181a56282ee4e0873 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 14 Aug 2020 22:29:42 +0800 Subject: [PATCH] fix error --- calendar.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar.gemspec b/calendar.gemspec index 4926e59..0691af8 100644 --- a/calendar.gemspec +++ b/calendar.gemspec @@ -4,6 +4,7 @@ $:.push File.expand_path("../lib", __FILE__) require "calendar/version" dir_pwd = ENV['PWD'] template_path = dir_pwd + '/app/templates' +app_path = File.expand_path(__dir__) all_template = Dir.glob(template_path+'/*/') puts 'copying calendar module'