Skip to content

Commit

Permalink
Release 0.1.5.
Browse files Browse the repository at this point in the history
This is primarily a bug fix release which fixes
the problem of not passing in the proper connection
settings into `Nest.new`.
  • Loading branch information
Cyril David committed Nov 28, 2012
1 parent 67c8e50 commit 657f577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion lib/ost.rb
@@ -1,7 +1,6 @@
require "nest"

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

class Queue
Expand Down
4 changes: 1 addition & 3 deletions ost.gemspec
@@ -1,8 +1,6 @@
require "./lib/ost"

Gem::Specification.new do |s|
s.name = "ost"
s.version = Ost::VERSION
s.version = "0.1.5"
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 657f577

Please sign in to comment.