Skip to content

Commit

Permalink
- Release v0.4.4
Browse files Browse the repository at this point in the history
- Add badges \o/
  • Loading branch information
lantins committed Feb 21, 2014
1 parent 8f7e229 commit 42e890b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
## 0.4.4 (2014-02-21)

* Add `enqueued?` and `loner_locked?` helper methods.
* Bump minimum version of resque to v1.22

## 0.4.1 (2012-11-19)

* Bug fix, allow `@loner` job to be enqueued if timeout expires.
Expand Down
3 changes: 3 additions & 0 deletions README.md
@@ -1,6 +1,9 @@
Resque Lock Timeout
===================

[![Build Status](https://secure.travis-ci.org/lantins/resque-lock-timeout.png?branch=master)](http://travis-ci.org/lantins/resque-lock-timeout)
[![Gem Version](https://badge.fury.io/rb/resque-lock-timeout.png)](http://badge.fury.io/rb/resque-lock-timeout)

A [Resque][rq] plugin. Requires Resque >= v1.8.0.

resque-lock-timeout adds locking, with optional timeout/deadlock handling to
Expand Down
5 changes: 3 additions & 2 deletions resque-lock-timeout.gemspec
@@ -1,8 +1,9 @@
Gem::Specification.new do |s|
s.name = 'resque-lock-timeout'
s.version = '0.4.1'
s.version = '0.4.4'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'A Resque plugin adding locking, with optional timeout/deadlock handling to resque jobs.'
s.license = 'MIT'
s.homepage = 'http://github.com/lantins/resque-lock-timeout'
s.email = 'luke@lividpenguin.com'
s.authors = ['Luke Antins', 'Ryan Carver', 'Chris Wanstrath']
Expand All @@ -16,7 +17,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('rake')
s.add_development_dependency('minitest', '~> 5.2')
s.add_development_dependency('yard', '~> 0.8')
s.add_development_dependency('simplecov', '~> 0.7.1')
s.add_development_dependency('simplecov', '~> 0.7', '>= 0.7.1')

s.description = <<desc
A Resque plugin. Adds locking, with optional timeout/deadlock handling to
Expand Down

0 comments on commit 42e890b

Please sign in to comment.