Sha256: 2d575d4d98c7687c3a665ccf9e641cddff410e8699d49c84b08252c601510e97

Contents?: true

Size: 870 Bytes

Versions: 5

Compression:

Stored size: 870 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/resque_template/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Steve Dierker"]
  gem.email         = ["steve.dierker@flavoursys.com"]
  gem.description   = %q{This resque plugin enables you to customize the views.}
  gem.summary       = %q{This resque plugin enables you to customize the views.}
  gem.homepage      = "http://github.com/bigzed/resque-template"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "resque_template"
  gem.require_paths = ["lib"]
  gem.version       = ResqueTemplate::VERSION

  gem.add_runtime_dependency(%q<redis>, [">= 2.0.1"])
  gem.add_runtime_dependency(%q<resque>, [">= 1.20.0"])
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
resque_template-0.0.1.5 resque_template.gemspec
resque_template-0.0.1.4 resque_template.gemspec
resque_template-0.0.1.2 resque_template.gemspec
resque_template-0.0.1.1 resque_template.gemspec
resque_template-0.0.1 resque_template.gemspec