Skip to content

Commit

Permalink
Regenerated gemspec for version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Sep 6, 2009
1 parent 8f23fdf commit 9513ac1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions delayed_job.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{delayed_job}
s.version = "1.8.0"
s.version = "1.8.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tobias L\303\274tke"]
s.date = %q{2009-07-19}
s.date = %q{2009-09-06}
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 @@ -27,15 +27,15 @@ Gem::Specification.new do |s|
"lib/delayed/job.rb",
"lib/delayed/message_sending.rb",
"lib/delayed/performable_method.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",
"tasks/jobs.rake",
"tasks/tasks.rb"
"tasks/jobs.rake"
]
s.homepage = %q{http://github.com/tobi/delayed_job/tree/master}
s.rdoc_options = ["--main", "README.textile", "--inline-source", "--line-numbers"]
Expand Down

0 comments on commit 9513ac1

Please sign in to comment.