resque-cleaner 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.4 (2011-04-19)
2
+
3
+ * BUGFIX: "Select All" ignores exception filter.
4
+
1
5
  ## 0.2.3 (2011-04-11)
2
6
 
3
7
  * Exception filter.
@@ -34,6 +34,7 @@
34
34
  <input type="hidden" name="f" value="<%=@from%>" />
35
35
  <input type="hidden" name="t" value="<%=@to%>" />
36
36
  <input type="hidden" name="p" value="<%=@paginate.page%>" />
37
+ <input type="hidden" name="ex" value="<%=@exception%>" />
37
38
  <select id="form_action" name="action">
38
39
  <option id="default_option" value="" selected="selected">-- Select Action --</option>
39
40
  <option value="clear">Clear</option>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-cleaner
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tatsuya Ono
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-11 00:00:00 +01:00
18
+ date: 2011-04-19 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: "1.0"
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
- description: " Resque helper plugin cleaning up failed jobs with some neat features such as filtering, retrying, removing and showing stats.\n"
36
+ description: " resque-cleaner maintains the cleanliness of failed jobs on Resque.\n"
37
37
  email: ononoma@gmail.com
38
38
  executables: []
39
39