Skip to content

Commit

Permalink
version bump 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
♠ ace hacker committed Feb 14, 2013
1 parent 0de099b commit 102b7a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.1.2
- Use 64bit ints as default data types in PostgreSQL
- add process method in worker
- Allow percent-encoded socket paths in DATABASE_URL

Version 2.1.1
- update pg gem version

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.1.1"
s.version = "2.1.2"
s.date = "2013-01-02"
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.1.1
v2.1.2

queue_classic provides a simple interface to a PostgreSQL-backed message queue. queue_classic specializes in concurrent locking and minimizing database load while providing a simple, intuitive developer experience. queue_classic assumes that you are already using PostgreSQL in your production environment and that adding another dependency (e.g. redis, beanstalkd, 0mq) is undesirable.

Expand Down

0 comments on commit 102b7a9

Please sign in to comment.