Update announcement.gemspec
This commit is contained in:
parent
bc15ee2886
commit
3eadd03542
|
@ -59,9 +59,7 @@ if old_gemfile_text != new_gemfile_text
|
||||||
a.priority = 2
|
a.priority = 2
|
||||||
sleep 2
|
sleep 2
|
||||||
a.run
|
a.run
|
||||||
system("watch -n 10 screen -d -m -S auto_reopen bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode}")
|
exec("watch -n 10 screen -d -m -S auto_reopen bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode}")
|
||||||
Thread.kill(Thread.current)
|
|
||||||
puts '123'
|
|
||||||
#Thread.exit
|
#Thread.exit
|
||||||
end
|
end
|
||||||
# Describe your gem and declare its dependencies:
|
# Describe your gem and declare its dependencies:
|
||||||
|
|
Loading…
Reference in New Issue