Sha256: 1dc84fab9758aa9b8029852f841ed7c7fa5a95f3cf0295dcab096c730883450a

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "resque-heroku-signals"
  spec.version       = Resque::HerokuSignals::VERSION
  spec.authors       = ["Michael Bianco"]
  spec.email         = ["mike@suitesync.io"]

  spec.summary       = "Patch resque to be compatible with the Heroku platform"
  # spec.description   = %q{TODO: Write a longer description or delete this line.}
  spec.homepage      = "https://github.com/iloveitaly/resque-heroku-signals"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "resque", "1.27.4"

  spec.add_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
resque-heroku-signals-1.27.4.1 resque-heroku-signals.gemspec
resque-heroku-signals-1.27.4 resque-heroku-signals.gemspec