Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
♠ ace hacker committed Jul 23, 2012
1 parent be414a0 commit 941d9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queue_classic.gemspec
Expand Up @@ -2,8 +2,8 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "queue_classic" s.name = "queue_classic"
s.email = "ryan@heroku.com" s.email = "ryan@heroku.com"
s.version = "2.0.0" s.version = "2.0.1"
s.date = "2012-02-29" 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.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.summary = "postgres backed queue"
s.authors = ["Ryan Smith (♠ ace hacker)"] s.authors = ["Ryan Smith (♠ ace hacker)"]
Expand Down

0 comments on commit 941d9ed

Please sign in to comment.