urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 117 forks source link

Get rspec examples relating to the GET 'device_tokens' method (added in a prior commit) to work . Add 'device_token' method for obtaining information on a single device token. #46

Closed markaschneider closed 10 years ago

markaschneider commented 10 years ago

The rspec examples for the previous commit (c5f8e78899), which added a method to retrieve a lsit of device tokens, were not working. Fixed.

markaschneider commented 10 years ago

Whoops - forgot to check existing PRs before submitting this one. Looks like the most recently submitted PR (5 months ago) did add a method for obtaining info on a single device token. That code is more complete (handles non-iOS as well) and should be used instead.

michaelphines commented 10 years ago

Merged #43