From c385928391c73628ddcf351c8da32e9a239f9329 Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Tue, 7 Apr 2020 15:18:20 +0800 Subject: [PATCH] fix --- patchfile.gemspec | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index b7b752d..f4620db 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -5,6 +5,19 @@ app_path = File.expand_path(__dir__) dir_pwd = ENV['PWD'] template_path = dir_pwd + '/app/templates' all_template = Dir.glob(template_path+'/*/') +Gem::Specification.new do |s| + s.name = "patchfile" + s.version = Patchfile::VERSION + s.authors = ["Ruling Digital"] + s.email = ["orbit@rulingcom.com"] + s.homepage = "http://www.rulingcom.com" + s.summary = "Patch_file for Orbit" + s.description = "Patch_file for Orbit" + s.license = "MIT" + s.add_dependency "nokogiri" + s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"] + s.test_files = Dir["test/**/*"] +end #if !Dir.exist?("#{ENV['PWD']}"+"/app/assets/stylesheets/lib/jquery-ui-1.12.1/") puts "copying jquery-ui" begin @@ -104,16 +117,4 @@ end # puts "Permission denied in #{ENV['PWD']}/app/helpers/application_helper.rb" #end # Describe your gem and declare its dependencies: -Gem::Specification.new do |s| - s.name = "patchfile" - s.version = Patchfile::VERSION - s.authors = ["Ruling Digital"] - s.email = ["orbit@rulingcom.com"] - s.homepage = "http://www.rulingcom.com" - s.summary = "Patch_file for Orbit" - s.description = "Patch_file for Orbit" - s.license = "MIT" - s.add_dependency "nokogiri" - s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"] - s.test_files = Dir["test/**/*"] -end +