gaffneyc / usps

USPS Webtools API for Ruby
MIT License
63 stars 54 forks source link

windows compatiblity #6

Closed quintonm closed 9 years ago

quintonm commented 11 years ago

updated to use httparty instead of typhoeus for windows compatibility

gaffneyc commented 11 years ago

I like HTTParty but I know it's not properly maintained anymore. I think either direct net/http or using Faraday might be a better path. Net/http has gotten a lot better since this was written (1.8.6 days).