kindkid / lrucache

A simple LRU-cache based on a hash and a priority queue.
MIT License
28 stars 7 forks source link

Add rake to development dependencies #6

Open jamiecobbett opened 11 years ago

jamiecobbett commented 11 years ago

The rake tasks weren't runnable (under bundler) without Rake being included in the dev dependencies.