erniebrodeur / pushover

A gem to interface with pushover.net
http://erniebrodeur.github.io/pushover/
MIT License
64 stars 24 forks source link

Emergency notifications. #8

Closed erniebrodeur closed 11 years ago

erniebrodeur commented 11 years ago

They've added a new notification priority. Emergencies. This will go on on and on and on and on.

konklone commented 11 years ago

Specifically, this means allowing a priority of 2, and adding support for retry and expires parameters, which must be sent along with the request for the notification to work.

Details here: https://pushover.net/api#priority

erniebrodeur commented 11 years ago

It is mostly complete in the features-emergency notification branch. I just need to finish tests.

konklone commented 11 years ago

That's great! @compleatang and I just used your gem to add Pushover alert support to https://github.com/konklone/fisacourt, and I'll be adding support for emergency priority whenever it's merged into master.

erniebrodeur commented 11 years ago

k, and I've got sound support as well built out. My goal is to cut them both into master by the end of the month and push out a 1.0 in the process.

erniebrodeur commented 11 years ago

1.0ed.