resque-mongo-groups 0.6 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@
18
18
  <tr>
19
19
  <th>Group</th>
20
20
  <th>Started at</th>
21
+ <th>Updated at</th>
21
22
  <th>Total</th>
22
23
  <th>Delayed</th>
23
24
  <th>Completed</th>
@@ -29,6 +30,7 @@
29
30
  <tr>
30
31
  <td><%= group['_id'] %></td>
31
32
  <td><%= group['started_at'] %></td>
33
+ <td><%= group['updated_at'] %></td>
32
34
  <td><%= group['total'] %></td>
33
35
  <td><%= group['delayed'] %></td>
34
36
  <td><%= group['completed'] %></td>
@@ -2,6 +2,6 @@ require 'resque'
2
2
 
3
3
  module Resque::Plugins
4
4
  module Groups
5
- Version = '0.6'
5
+ Version = '0.6.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: resque-mongo-groups
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.6"
5
+ version: 0.6.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gheorghita Catalin Bordianu