Skip to content

Commit

Permalink
version bump v3.0.0beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Jan 6, 2014
1 parent f9fcba9 commit 7a72464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions queue_classic.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#encoding: UTF-8
Gem::Specification.new do |s|
s.name = "queue_classic"
s.email = "[email protected]"
s.version = "2.2.3"
s.email = "[email protected]"
s.version = "3.0.0beta"
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 = "Simple, efficient worker queue for Ruby & PostgreSQL."
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# queue_classic

v2.2.3
Stable: [v2.2.3](https://github.com/ryandotsmith/queue_classic/tree/v2.2.3)
Latest: v3.0.0beta

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 7a72464

Please sign in to comment.