Sha256: 690bc61113c90d5e0bafad550a4c4f56d41e68fb4b5490759dd41e21e7782619
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "resque-heroku-signals" spec.version = '2.0.0' spec.authors = ["Michael Bianco"] spec.email = ["mike@suitesync.io"] spec.summary = "Patch resque to be compatible with the Heroku platform" 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", "2.0.0" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resque-heroku-signals-2.0.0 | resque-heroku-signals.gemspec |