disk_store
disk_store copied to clipboard
ActiveSupport::Cache::Store-like gem for caching big files on disk
Results
2
disk_store issues
Sort by
recently updated
recently updated
newest added
``` disk_store-0.4.1/lib/disk_store/reaper.rb:21:in `spawn_for' ``` Would help if either 1. https://github.com/layervault/disk_store/blob/master/disk_store.gemspec#L23 constrain the version of celluloid, e.g. `'< 0.17'` 2. update code to avoid celluloid API changes wdyt?
I'm using jRuby and wondering why 1.9.3 support was removed.