diff --git a/delayed_job.gemspec b/delayed_job.gemspec index b97dc7ed7..73658e9fe 100644 --- a/delayed_job.gemspec +++ b/delayed_job.gemspec @@ -1,15 +1,15 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{delayed_job} - s.version = "1.8.4" + s.version = "1.8.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brandon Keepers", "Tobias L\303\274tke"] - s.date = %q{2009-10-06} + s.date = %q{2010-03-15} s.description = %q{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.email = %q{tobi@leetsoft.com} s.extra_rdoc_files = [ @@ -64,3 +64,4 @@ Gem::Specification.new do |s| else end end +