Skip to content

Commit

Permalink
regenerate gemspec for 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Mar 15, 2010
1 parent f81d070 commit 82f0df4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions delayed_job.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler # Generated by jeweler
# DO NOT EDIT THIS FILE # DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{delayed_job} 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brandon Keepers", "Tobias L\303\274tke"] 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.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.email = %q{tobi@leetsoft.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -64,3 +64,4 @@ Gem::Specification.new do |s|
else else
end end
end end

0 comments on commit 82f0df4

Please sign in to comment.