estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

make cached capabilities case insensitive #136

Closed hfaulds closed 9 years ago

hfaulds commented 9 years ago

I noticed whilst cached capabilities that there was a default proc on the capabilities hash.

If we're going to accept cached capabilities we should probably make their keys case insensitive as well.

hfaulds commented 9 years ago

We've been using this in production and it works fine for us as best I can see.