estately / rets

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

Make metadata caching respect the types argument #157

Open dougcole opened 9 years ago

dougcole commented 9 years ago

The types argument added here: https://github.com/estately/rets/pull/156, creates an edge case where if you request a different list of metadata types the cached data will still be returned, ignoring the new types argument. In practice I doubt this will affect many users, but it's worth fixing before we release a new version.