Sha256: b808001ebfa59ebd169623e37810dad7cac6f3c63dec4b095d5c65cf11b9931c

Contents?: true

Size: 1.09 KB

Versions: 17

Compression:

Stored size: 1.09 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rabbit_wq/version'

Gem::Specification.new do |spec|
  spec.name          = "rabbit-wq"
  spec.version       = RabbitWQ::VERSION
  spec.authors       = ["C. Jason Harrelson"]
  spec.email         = ["jason@lookforwardenterprises.com"]
  spec.description   = %q{A work queue built on RabbitMQ and Celluloid.  See README for more details.}
  spec.summary       = %q{A work queue built on RabbitMQ and Celluloid.}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = ['rabbit-wq'] #spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"

  spec.add_dependency "bunny", "~> 1"
  spec.add_dependency "celluloid", "~> 0"
  spec.add_dependency "oj", "~> 2"
  spec.add_dependency "trollop", "~> 2"
  spec.add_dependency "yell", "~> 1"

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rabbit-wq-1.9.0 rabbit-wq.gemspec
rabbit-wq-1.8.0 rabbit-wq.gemspec
rabbit-wq-1.7.0 rabbit-wq.gemspec
rabbit-wq-1.6.3 rabbit-wq.gemspec
rabbit-wq-1.6.2 rabbit-wq.gemspec
rabbit-wq-1.6.1 rabbit-wq.gemspec
rabbit-wq-1.6.0 rabbit-wq.gemspec
rabbit-wq-1.5.0 rabbit-wq.gemspec
rabbit-wq-1.4.0 rabbit-wq.gemspec
rabbit-wq-1.3.0 rabbit-wq.gemspec
rabbit-wq-1.2.1 rabbit-wq.gemspec
rabbit-wq-1.2.0 rabbit-wq.gemspec
rabbit-wq-1.1.0 rabbit-wq.gemspec
rabbit-wq-1.0.0 rabbit-wq.gemspec
rabbit-wq-0.5.0 rabbit-wq.gemspec
rabbit-wq-0.4.0 rabbit-wq.gemspec
rabbit-wq-0.3.0 rabbit-wq.gemspec