lib/bluepill/process.rb in bluepill-0.0.54 vs lib/bluepill/process.rb in bluepill-0.0.55

- old
+ new

@@ -4,9 +4,13 @@ gem "state_machine" require "state_machine" require "daemons" +unless Module.const_defined?("Daemonize") + Daemonize = Daemonization +end + module Bluepill class Process CONFIGURABLE_ATTRIBUTES = [ :start_command, :stop_command,