resque-multiple-failure-backend 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -10,7 +10,7 @@
10
10
  </form>
11
11
  <%end%>
12
12
 
13
- <p class='sub'>Showing <%= start %> to <%= start + 20 %> of <b><%= size = Resque::Failure.backend.count(@queue) %></b> jobs</p>
13
+ <p class='sub'>Showing <%= start %> to <%= start + 20 %> of <b><%= size = Resque::Failure.backend.count(queue) %></b> jobs</p>
14
14
 
15
15
  <ul class='failed'>
16
16
  <%for job in @failed%>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-multiple-failure-backend
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Holt