Fix bug.
This commit is contained in:
parent
72a5ed3360
commit
4118f5d7f6
|
@ -8,6 +8,8 @@ begin
|
||||||
rescue => e
|
rescue => e
|
||||||
puts [e.to_s,e.backtrace]
|
puts [e.to_s,e.backtrace]
|
||||||
end
|
end
|
||||||
|
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
|
||||||
|
if bundle_update_flag
|
||||||
require "json"
|
require "json"
|
||||||
env_pwd = ENV['PWD']
|
env_pwd = ENV['PWD']
|
||||||
app_path = File.expand_path(__dir__)
|
app_path = File.expand_path(__dir__)
|
||||||
|
@ -73,6 +75,7 @@ all_template.each do |folder|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "seminar"
|
s.name = "seminar"
|
||||||
s.version = "0.0.1"
|
s.version = "0.0.1"
|
||||||
|
|
Loading…
Reference in New Issue