Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version bump to 2.1.0.pre
  • Loading branch information
bkeepers committed May 21, 2010
1 parent 4a4de1f commit f64b922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.3
2.1.0.pre
4 changes: 2 additions & 2 deletions delayed_job.gemspec
Expand Up @@ -5,9 +5,9 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Brandon Keepers", "Tobias L\303\274tke"]
s.date = %q{2010-05-21}
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.
Expand Down

0 comments on commit f64b922

Please sign in to comment.