Skip to content

Commit

Permalink
Prepare for 2.1.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffneyc committed Feb 11, 2011
1 parent a35f577 commit 8d302a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions delayed_job.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'delayed_job'
s.version = '2.1.3'
s.version = '2.1.4'
s.authors = ["Chris Gaffney", "Brandon Keepers", "Tobias L\303\274tke"]
s.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
s.description = "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 All @@ -18,11 +18,11 @@ This gem is collectiveidea's fork (http://github.com/collectiveidea/delayed_job)
s.test_files = Dir.glob('spec/**/*')

s.add_runtime_dependency 'daemons'
s.add_runtime_dependency 'activesupport', '~>3.0'
s.add_development_dependency 'rspec', '~>2.0'
s.add_runtime_dependency 'activesupport', '~> 3.0'

s.add_development_dependency 'rails', '~> 3.0'
s.add_development_dependency 'rspec', '~> 2.0'
s.add_development_dependency 'rake'
s.add_development_dependency 'rails', '~>3.0'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'mysql'
end

0 comments on commit 8d302a7

Please sign in to comment.