keolo / mixpanel_client

Ruby interface to the Mixpanel Data API
MIT License
148 stars 72 forks source link

update BASE_URI to use https #9

Closed raylu closed 12 years ago

raylu commented 12 years ago

mixpanel deployed a change that redirects all http traffic to https and there is a bug in open-uri that fails on this: http://bugs.ruby-lang.org/issues/5950

keolo commented 12 years ago

This commit doesn't work. If you can get the tests to pass I'll be able to merge and release a new version quicker. Thanks.

keolo commented 12 years ago

Btw. The tests should pass on ruby 1.8.7 and 1.9.x. I use rvm so I can test on a version if for some reason you can't.