Closed chrblabla closed 11 years ago
This pull request fixes the behavior where the following code did not work. Test included.
Pushover.configure do |config| config.user='USER_TOKEN' config.token='APP_TOKEN' end Pushover.notification(message: 'message', title: 'title')
Released to ruby gems as 1.0.1.
This pull request fixes the behavior where the following code did not work. Test included.