Skip to content

Commit

Permalink
version bump 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
♠ ace hacker committed Nov 30, 2012
1 parent 46b722a commit e075795
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 2.0.4
- provider a connection setter.

Version 2.0.3
- fix typo :(

Expand Down
2 changes: 1 addition & 1 deletion queue_classic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "queue_classic"
s.email = "[email protected]"
s.version = "2.0.3"
s.version = "2.0.4"
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"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# queue_classic

v2.0.3
v2.0.4

queue_classic provides PostgreSQL-backed queueing focused on concurrent job
locking and minimizing database load while providing a simple, intuitive user
Expand Down

0 comments on commit e075795

Please sign in to comment.