Skip to content

Commit

Permalink
Update authors in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Oct 3, 2011
1 parent 72ba886 commit 7887eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delayed_job.gemspec
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = 'delayed_job'
s.version = '3.0.0.pre'
s.authors = ["Chris Gaffney", "Brandon Keepers", "Tobias L\303\274tke"]
s.authors = ["Matt Griffin", "Brian Ryckbost", "Steve Richert", "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 Down

0 comments on commit 7887eb2

Please sign in to comment.