keolo / mixpanel_client

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

Depends on json ~> 1.5.1 #8

Closed chrisrobinson closed 12 years ago

chrisrobinson commented 12 years ago

This is really old. Is there a good reason to pin the dependency to 1.5.x? 1.6.3 is current.

keolo commented 12 years ago

I believe 1.5.x is less than a year old but feel free to fork and test.

chrisrobinson commented 12 years ago

Will do. I mentioned it because I was just forced to downgrade the version of the json gem on a new Rails project to get the mixpanel_client gem to work.

keolo commented 12 years ago

Fixed in v2.1.0. Sorry for the delay.