README.markdown in resque-aps-0.9.8 vs README.markdown in resque-aps-0.9.9

- old
+ new

@@ -27,10 +27,10 @@ Resque.aps_gateway_host = AppConfig.apn_gateway_host Resque.aps_gateway_port = AppConfig.apn_gateway_port Resque.aps_feedback_host = AppConfig.apn_feedback_host Resque.aps_feedback_port = AppConfig.apn_feedback_port - module ResqueAps + module Resque::Plugins::Aps class Application def after_aps_write(notification) logger.info("Sent Notification [#{notification.application_name}] [#{notification.device_token}] [#{notification.payload}]") if logger end