lib/phut/setting.rb in phut-0.1.0 vs lib/phut/setting.rb in phut-0.2.0
- old
+ new
@@ -3,10 +3,10 @@
# Base module.
module Phut
# Central configuration repository.
class Setting
DEFAULTS = {
- root: File.expand_path(File.join(__dir__, '..', '..')),
+ root: File.expand_path(File.join(File.dirname(__FILE__), '..', '..')),
pid_dir: Dir.tmpdir,
log_dir: Dir.tmpdir,
socket_dir: Dir.tmpdir
}