-
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
Nov 12, 2012
1 parent
6447e40
commit 2c7ce26
Showing
3 changed files
with
20 additions
and
5 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
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
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,7 +2,7 @@ | |
Gem::Specification.new do |s| | ||
s.name = "queue_classic" | ||
s.email = "[email protected]" | ||
s.version = "2.0.1" | ||
s.version = "2.0.2" | ||
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" | ||
|
@@ -20,5 +20,4 @@ Gem::Specification.new do |s| | |
s.require_paths = %w[lib] | ||
|
||
s.add_dependency "pg", "~> 0.14.0" | ||
s.add_dependency "scrolls", "~> 0.2.1" | ||
end |
A typo!! 2.0.2 release is broken