From a956c4dca7749249b2fdacc36800774180305bc0 Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 6 Apr 2020 10:58:55 +0800 Subject: [PATCH] fix error --- patchfile.gemspec | 68 +++++++++++++++++++------------ updatefiles/application_helper.rb | 5 ++- 2 files changed, 45 insertions(+), 28 deletions(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index 124b89d..045fe86 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -2,22 +2,23 @@ $:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "patchfile/version" app_path = File.expand_path(__dir__) -template_path = ENV['PWD'] + '/app/templates' +dir_pwd = ENV['PWD'] +template_path = dir_pwd + '/app/templates' all_template = Dir.glob(template_path+'/*/') #if !Dir.exist?("#{ENV['PWD']}"+"/app/assets/stylesheets/lib/jquery-ui-1.12.1/") puts "copying jquery-ui" begin -`cp -r "#{app_path}/updatefiles/accessibility/jquery-ui-1.12.1/." "#{ENV['PWD']}/app/assets/stylesheets/lib/jquery-ui-1.12.1/"` +`cp -r "#{app_path}/updatefiles/accessibility/jquery-ui-1.12.1/." "#{dir_pwd}/app/assets/stylesheets/lib/jquery-ui-1.12.1/"` rescue puts "There is an error in coppying jquery-ui" end #end @original_dir = Dir.pwd -`cd "#{ENV['PWD']}" && git add app/templates/ app/assets built_in_extensions.rb config/mongoid.yml bin/ && cd "#{@original_dir}"` #using git to add modified files and to avoid git pull not working +`cd "#{dir_pwd}" && git add app/templates/ app/assets built_in_extensions.rb config/mongoid.yml bin/ && cd "#{@original_dir}"` #using git to add modified files and to avoid git pull not working #Add patchfile to Admin area @patchfile_li = File.read(app_path+"/patchfile_li.txt") @patchfile_li_choices = File.read(app_path+"/patchfile_li_choices.txt") -@file_text = File.read(ENV['PWD']+'/app/views/shared/_side_bar.html.erb') +@file_text = File.read(dir_pwd+'/app/views/shared/_side_bar.html.erb') if !@file_text.include?('