about summary refs log tree commit diff stats
path: root/data/maps/four_rooms/rooms/Keyholder Room.txtpb
blob: 13c3dcec1f20a1cf7c50d762126052c0eadb1d67 (plain) (blame)
1
2
3
4
5
6
name: "Keyholder Room"
keyholders {
  name: "A"
  path: "Components/KeyHolders/keyHolderA"
  key: "a"
}
pan class="w"> = Pathname.new File.expand_path('../../', __FILE__) def system!(*args) system(*args) || abort("\n== Command #{args} failed ==") end chdir APP_ROOT do # This script is a way to update your development environment automatically. # Add necessary update steps to this file. puts '== Installing dependencies ==' system! 'gem install bundler --conservative' system('bundle check') || system!('bundle install') puts "\n== Updating database ==" system! 'bin/rails db:migrate' puts "\n== Removing old logs and tempfiles ==" system! 'bin/rails log:clear tmp:clear' puts "\n== Restarting application server ==" system! 'bin/rails restart' end