Sha256: f2215acd61224576ee5df7d200435e5139a6742609adcf71d596a337cbbacf9c
Contents?: true
Size: 785 Bytes
Versions: 1
Compression:
Stored size: 785 Bytes
Contents
Gem::Specification.new do |s| s.name = %q{mongoid_paperclip_queue} s.version = "0.0.3" s.authors = ["Kelly Martin"] s.summary = %q{Process your Paperclip attachments in the background using Mongoid and Resque.} s.description = %q{Process your Paperclip attachments in the background using Mongoid and Resque. Loosely based on delayed_paperclip and mongoid-paperclip.} s.email = %q{kelly@fullybrand.com} s.homepage = %q{http://github.com/kellym/mongoid_paperclip_queue} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.add_runtime_dependency 'paperclip', ["~> 2.3.0"] s.add_runtime_dependency 'redis-namespace' s.add_runtime_dependency 'mongoid' s.add_runtime_dependency 'resque' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid_paperclip_queue-0.0.3 | mongoid_paperclip_queue.gemspec |