Sha256: 6fd138182b0c8d84406f19c52df436ca23f92d2593f17efd1aabf22db19bd76b

Contents?: true

Size: 930 Bytes

Versions: 1

Compression:

Stored size: 930 Bytes

Contents

# -*- encoding: utf-8 -*-
begin
  require 'jeweler'
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
  exit 1
end

Jeweler::Tasks.new do |s|
  s.name     = "fdl_delayed_job"
  s.summary  = "Database-backed asynchronous priority queue system -- Extracted from Shopify"
  s.email    = "gabe.varela@factorylabs.com"
  s.homepage = "http://github.com/factorylabs/delayed_job/tree/master"
  s.description = "Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks."
  s.authors  = ["Tobias Lütke"]
  
  s.has_rdoc = true
  s.rdoc_options = ["--main", "README.textile", "--inline-source", "--line-numbers"]
  s.extra_rdoc_files = ["README.textile"]
  
  s.test_files = Dir['spec/**/*']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fdl_delayed_job-1.8.4 Rakefile