Sha256: 5ff0bd4f7b962c4cf4bbc910986901c0570487b45751e9e8cc82a3abb0cf4e59

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require 'resque/plugins/dynamic_queues/version'


Gem::Specification.new do |s|
  s.name        = "resque-dynamic-queues"
  s.version     = Resque::Plugins::DynamicQueues::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Matt Conway"]
  s.email       = ["matt@conwaysplace.com"]
  s.homepage    = ""
  s.summary     = %q{A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis}
  s.description = %q{A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis}

  s.rubyforge_project = "resque-dynamic-queues"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency("resque", '~> 1.10')
  s.add_development_dependency('rspec', '~> 2.5')

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resque-dynamic-queues-0.5.1 resque-dynamic-queues.gemspec