Skip to content

Commit

Permalink
Update resque-loner gem
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnsorensen committed Mar 24, 2014
1 parent f70f6dc commit 9e40523
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,7 @@
## v0.2.1
* Updated resque-loner library


## v0.2.0

* Changed callbacks to use `after_commit`
Expand All @@ -13,4 +17,4 @@

## v0.0.1

* initial release
* initial release
2 changes: 1 addition & 1 deletion lifesaver.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'activerecord', '>= 3'
spec.add_runtime_dependency 'tire', '~> 0.6.0'
spec.add_runtime_dependency 'resque', '~> 1.25.0'
spec.add_runtime_dependency 'resque-loner', '~> 1.2.1'
spec.add_runtime_dependency 'resque-loner', '~> 1.3.0'

if RUBY_ENGINE == 'rbx'
spec.add_development_dependency 'racc'
Expand Down

0 comments on commit 9e40523

Please sign in to comment.