Sha256: 12b1363ecb115c0f476957da21390ac8ce0955cf69deeafc0a681e817b74c163
Contents?: true
Size: 753 Bytes
Versions: 1
Compression:
Stored size: 753 Bytes
Contents
Gem::Specification.new do |s| s.name = %q{mongoid_paperclip_queue} s.version = "0.1.1" 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_dependency 'paperclip', ["~> 2.3.6"] s.add_dependency 'redis-namespace' s.add_dependency 'mongoid' s.add_dependency 'resque' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid_paperclip_queue-0.1.1 | mongoid_paperclip_queue.gemspec |