Skip to content

Commit

Permalink
Regenerated gemspec for version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 16, 2010
1 parent 8575f33 commit 695d259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions delayed_job.gemspec
Expand Up @@ -5,11 +5,11 @@

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

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{2010-04-08}
s.date = %q{2010-04-16}
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.
This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job).}
Expand All @@ -25,6 +25,7 @@ This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job)
"VERSION",
"benchmarks.rb",
"contrib/delayed_job.monitrc",
"contrib/delayed_job_multiple.monitrc",
"delayed_job.gemspec",
"generators/delayed_job/delayed_job_generator.rb",
"generators/delayed_job/templates/migration.rb",
Expand All @@ -42,6 +43,7 @@ This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job)
"lib/delayed/tasks.rb",
"lib/delayed/worker.rb",
"lib/delayed_job.rb",
"rails/init.rb",
"recipes/delayed_job.rb",
"spec/backend/active_record_job_spec.rb",
"spec/backend/data_mapper_job_spec.rb",
Expand Down

0 comments on commit 695d259

Please sign in to comment.