Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Apr 12, 2011
1 parent 8fc0714 commit a9c9c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ost.rb
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
require "nest"

module Ost
VERSION = "0.0.1"
VERSION = "0.0.2"
TIMEOUT = ENV["OST_TIMEOUT"] || 2

class Queue
Expand Down
2 changes: 1 addition & 1 deletion ost.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
Gem::Specification.new do |s|
s.name = "ost"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "Redis based queues and workers."
s.description = "Ost lets you manage queues and workers with Redis."
s.authors = ["Michel Martens"]
Expand Down

0 comments on commit a9c9c34

Please sign in to comment.