Sha256: 16caf3c2abdd12345e93af0bfb9d238888a5ab02eec7d9a9602859e9c0f8aa8f
Contents?: true
Size: 832 Bytes
Versions: 2
Compression:
Stored size: 832 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/insque/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["gropher"] gem.email = ["grophen@gmail.com"] gem.description = "Instant queue. Background processing and message driven communication tool. Faster and simplier alternative to Resque." gem.summary = "Redis-based multi-threaded queue" gem.homepage = "https://github.com/Gropher/Insque" gem.licenses = ['MIT'] gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "insque" gem.require_paths = ["lib"] gem.version = Insque::VERSION gem.add_dependency('redis', '~> 2.2', '>= 2.2.2') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
insque-0.5.2 | insque.gemspec |
insque-0.5.1 | insque.gemspec |