diff --git a/delayed_job.gemspec b/delayed_job.gemspec index b97dc7ed7..cc40cb858 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-02-04} 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 = [ @@ -28,7 +28,6 @@ Gem::Specification.new do |s| "generators/delayed_job/templates/script", "init.rb", "lib/delayed/command.rb", - "lib/delayed/job.rb", "lib/delayed/message_sending.rb", "lib/delayed/performable_method.rb", "lib/delayed/recipes.rb", @@ -36,7 +35,6 @@ Gem::Specification.new do |s| "lib/delayed/worker.rb", "lib/delayed_job.rb", "recipes/delayed_job.rb", - "spec/database.rb", "spec/delayed_method_spec.rb", "spec/job_spec.rb", "spec/story_spec.rb", @@ -64,3 +62,4 @@ Gem::Specification.new do |s| else end end +