fullcontact / fullcontact-api-ruby

A Ruby wrapper for the FullContact API
MIT License
82 stars 84 forks source link

Rash dependency requiring outdated version of Hashie #30

Closed ajungo closed 9 years ago

ajungo commented 9 years ago

In order to use the Fullcontact gem, we have to downgrade our hashie gem to 2.0.5 because of the outdated Rash dependency, is there a way around that?

Xorlev commented 9 years ago

Hi @ajungo

I believe I can drop the Rash dependency with straight Hashie, but I'll make sure and release a 0.9.0 when that's resolved.

ajungo commented 9 years ago

Thanks!

Xorlev commented 9 years ago

0.9.0 released. Drops Rash for a combination of Mashify + Plisskin for snake_casing the keys.