-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
♠ ace hacker
committed
Jul 23, 2012
1 parent
be414a0
commit 941d9ed
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Gem::Specification.new do |s| | ||
s.name = "queue_classic" | ||
s.email = "[email protected]" | ||
s.version = "2.0.0" | ||
s.date = "2012-02-29" | ||
s.version = "2.0.1" | ||
s.date = "2012-07-23" | ||
s.description = "queue_classic is a queueing library for Ruby apps. (Rails, Sinatra, Etc...) queue_classic features asynchronous job polling, database maintained locks and no ridiculous dependencies. As a matter of fact, queue_classic only requires pg." | ||
s.summary = "postgres backed queue" | ||
s.authors = ["Ryan Smith (♠ ace hacker)"] | ||
|