fix
This commit is contained in:
parent
c385928391
commit
94448cdb48
|
@ -5,19 +5,6 @@ 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
|
||||
|
@ -117,4 +104,16 @@ 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
|
||||
|
|
Loading…
Reference in New Issue