decision-labs / gcm

A gem that helps developers send data from ruby backend servers to their Mobile applications on devices via Google Cloud Messaging (GCM).
MIT License
385 stars 61 forks source link

initialize with HTTParty client options #9

Closed shao1555 closed 10 years ago

shao1555 commented 10 years ago

supports GCM class initializer with HTTParty client options

user can initialize with options, such as proxies, custom timeout seconds, basic authentication and so on.

shao1555 commented 10 years ago

also, added brief changes in README. please change version number in README and gemspec file if you're going to release.

kashif commented 10 years ago

thank you @shao1555 merging this now and will push out a new version shortly!

shao1555 commented 10 years ago

thanks a lot!