lib/rabbit_wq.rb in rabbit-wq-2.2.0 vs lib/rabbit_wq.rb in rabbit-wq-2.3.0
- old
+ new
@@ -23,11 +23,10 @@
author = 'C. Jason Harrelson'
years = 2013
years = "#{years}–#{::Time.now.year}" if years < ::Time.now.year
- boot host_namespace: self,
- app_name: 'Rabbit WQ',
+ boot app_name: 'Rabbit WQ',
author: author,
attribution: "v#{VERSION} Copyright © #{years} #{author}",
default_config_path: "/etc/rabbit-wq/#{process_name}.conf",
use_config: true
end