This commit is contained in:
BoHung Chiu 2021-11-18 19:48:16 +08:00
parent 72a5ed3360
commit 4118f5d7f6
1 changed files with 58 additions and 55 deletions

View File

@ -8,6 +8,8 @@ begin
rescue => e
puts [e.to_s,e.backtrace]
end
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
if bundle_update_flag
require "json"
env_pwd = ENV['PWD']
app_path = File.expand_path(__dir__)
@ -73,6 +75,7 @@ all_template.each do |folder|
end
end
end
end
Gem::Specification.new do |s|
s.name = "seminar"
s.version = "0.0.1"