Skip to content

Commit

Permalink
bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Nov 11, 2015
1 parent 656e174 commit 318b626
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
v0.3.6 - 11 Nov 2015
---
Added visitor for performing clean up of completed processes/tasks.
Performance improvement to instrumentation payload; removed references to task/process and use intrinsic types.
Clean up of keys, via `cleanup` method use key expiry.

v0.3.5 - 02 Nov 2015
---
Updated the keys used when persisting processes and tasks in Redis, so they fall in the same key space.
Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: git://github.com/mperham/sidekiq.git
revision: c556c85b689af3a4f6a1da76c9f8b5208b9753c3
revision: 8cac86b47d294044bc7a277e4dd0b44faf34f624
specs:
sidekiq (4.0.0.pre2)
concurrent-ruby (= 1.0.0.pre4)
concurrent-ruby (~> 1.0.0.pre5)
connection_pool (~> 2.2, >= 2.2.0)
json (~> 1.0)
redis (~> 3.2, >= 3.2.1)
Expand All @@ -12,7 +12,7 @@ GIT
PATH
remote: .
specs:
taskinator (0.3.5)
taskinator (0.3.6)
builder (>= 3.2.2)
connection_pool (>= 2.2.0)
json (>= 1.8.2)
Expand All @@ -30,13 +30,11 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
builder (3.2.2)
byebug (5.0.0)
columnize (= 0.9.0)
byebug (8.1.0)
coderay (1.1.0)
columnize (0.9.0)
concurrent-ruby (1.0.0.pre4)
concurrent-ruby (1.0.0.pre5)
connection_pool (2.2.0)
coveralls (0.8.3)
coveralls (0.8.5)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.10.0)
Expand All @@ -62,8 +60,8 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.2.0)
byebug (~> 5.0)
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
rack (1.6.4)
rack-protection (1.5.3)
Expand Down Expand Up @@ -120,7 +118,7 @@ GEM
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
tins (1.6.0)
tins (1.7.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/taskinator/version.rb
@@ -1,3 +1,3 @@
module Taskinator
VERSION = "0.3.5"
VERSION = "0.3.6"
end

0 comments on commit 318b626

Please sign in to comment.