Skip to content

Commit

Permalink
bumped version and updated gems
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Sep 18, 2015
1 parent 2d089e7 commit a9041fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.3.2 - 18 Sep 2015
---
Bug fix to argument handling when using `create_process_remotely` method.

v0.3.1 - 16 Sep 2015
---
Added redis-semaphore gem, for fix to concurrent processes completion logic.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/mperham/sidekiq.git
revision: 50fc8ee7c3f7c5e4049db598c0e14465a67a877c
revision: cf5933ab67eefb86e64d99a6aee4eaf18aada08f
specs:
sidekiq (3.5.0)
celluloid (~> 0.17.0)
Expand All @@ -12,7 +12,7 @@ GIT
PATH
remote: .
specs:
taskinator (0.3.1)
taskinator (0.3.2)
connection_pool (>= 2.2.0)
json (>= 1.8.2)
redis (>= 3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/taskinator/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Taskinator
VERSION = "0.3.1"
VERSION = "0.3.2"
end

0 comments on commit a9041fc

Please sign in to comment.