lib/bluepill/process.rb in bluepill-0.0.57 vs lib/bluepill/process.rb in bluepill-0.0.58

- old
+ new

@@ -4,13 +4,9 @@ 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,