Skip to content

Commit

Permalink
Regenerated gemspec for version 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 5, 2010
1 parent 4d46b5f commit 8fb55cf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions 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 = [
Expand All @@ -28,15 +28,13 @@ 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",
"lib/delayed/tasks.rb",
"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",
Expand Down Expand Up @@ -64,3 +62,4 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit 8fb55cf

Please sign in to comment.