Sha256: ed8a216b0a91c2906aed9ad67a9cd95fef45b91a63c85f30fbdbc68ec40feb1d
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ryespy/version' Gem::Specification.new do |spec| spec.name = "ryespy" spec.version = Ryespy::VERSION spec.authors = ["tiredpixel"] spec.email = ["tp@tiredpixel.com"] spec.description = %q{Ryespy provides a simple executable for listening to IMAP mailboxes or FTP folders, keeps track of what it's seen using Redis, and notifies Redis in a way in which Resque and Sidekiq can process using workers.} spec.summary = %q{Ryespy listens to IMAP and FTP and queues in Redis (Sidekiq/Resque).} spec.homepage = "https://github.com/tiredpixel/ryespy" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = 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_dependency "redis", "~> 3.0.4" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ryespy-0.7.0 | ryespy.gemspec |
ryespy-0.6.1 | ryespy.gemspec |
ryespy-0.6.0 | ryespy.gemspec |