resque_ui 3.2.1 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 3.2.2 2011-11-15
2
+
3
+ * Initialize the worker to nil.
4
+
1
5
  == 3.2.1 2011-11-14
2
6
 
3
7
  * I know that was in there before.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 3
3
3
  :minor: 2
4
- :patch: 1
4
+ :patch: 2
5
5
  :build:
@@ -42,7 +42,7 @@ module Resque
42
42
 
43
43
  # Create a new instance with <tt>uuid</tt> and <tt>options</tt>
44
44
  # OVERRIDE to add the worker attr
45
- def initialize(uuid, worker, options = {})
45
+ def initialize(uuid, worker = nil, options = {})
46
46
  @uuid = uuid
47
47
  @options = options
48
48
  @worker = worker
@@ -230,7 +230,7 @@ with existing resque jobs.</p>
230
230
 
231
231
  <div class="method-heading">
232
232
  <span class="method-name">new</span><span
233
- class="method-args">(uuid, worker, options = {})</span>
233
+ class="method-args">(uuid, worker = nil, options = {})</span>
234
234
  <span class="method-click-advice">click to toggle source</span>
235
235
  </div>
236
236
 
@@ -245,7 +245,7 @@ add the worker attr</p>
245
245
  <div class="method-source-code" id="new-source">
246
246
  <pre>
247
247
  <span class="ruby-comment"># File lib/resque_ui/overrides/resque_status/job_with_status.rb, line 45</span>
248
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">uuid</span>, <span class="ruby-identifier">worker</span>, <span class="ruby-identifier">options</span> = {})
248
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">uuid</span>, <span class="ruby-identifier">worker</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">options</span> = {})
249
249
  <span class="ruby-ivar">@uuid</span> = <span class="ruby-identifier">uuid</span>
250
250
  <span class="ruby-ivar">@options</span> = <span class="ruby-identifier">options</span>
251
251
  <span class="ruby-ivar">@worker</span> = <span class="ruby-identifier">worker</span>
data/rdoc/created.rid CHANGED
@@ -1,4 +1,4 @@
1
- Mon, 14 Nov 2011 16:06:59 -0500
1
+ Tue, 15 Nov 2011 13:24:38 -0500
2
2
  README.markdown Mon, 14 Nov 2011 15:34:09 -0500
3
3
  lib/resque_ui.rb Thu, 10 Nov 2011 11:09:00 -0500
4
4
  lib/resque_ui/cap.rb Wed, 14 Sep 2011 16:39:33 -0400
@@ -8,5 +8,5 @@ lib/resque_ui/overrides/resque/resque.rb Thu, 15 Sep 2011 12:15:57 -0400
8
8
  lib/resque_ui/overrides/resque/worker.rb Mon, 14 Nov 2011 15:41:51 -0500
9
9
  lib/resque_ui/overrides/resque_scheduler/resque_scheduler.rb Thu, 15 Sep 2011 11:57:02 -0400
10
10
  lib/resque_ui/overrides/resque_status/chained_job_with_status.rb Thu, 15 Sep 2011 12:06:19 -0400
11
- lib/resque_ui/overrides/resque_status/job_with_status.rb Mon, 14 Nov 2011 15:58:20 -0500
11
+ lib/resque_ui/overrides/resque_status/job_with_status.rb Tue, 15 Nov 2011 12:14:57 -0500
12
12
  lib/resque_ui/overrides/resque_status/status.rb Mon, 14 Nov 2011 15:41:51 -0500
data/rdoc/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>ResqueUi 3.2.1</title>
9
+ <title>ResqueUi 3.2.2</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
12
 
@@ -19,10 +19,10 @@
19
19
  <body class="indexpage">
20
20
 
21
21
 
22
- <h1>ResqueUi 3.2.1</h1>
22
+ <h1>ResqueUi 3.2.2</h1>
23
23
 
24
24
 
25
- <p>This is the API documentation for 'ResqueUi 3.2.1'.</p>
25
+ <p>This is the API documentation for 'ResqueUi 3.2.2'.</p>
26
26
 
27
27
 
28
28
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: cap.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: cap.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: cap_recipes.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: cap_recipes.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: job.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: job.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: resque.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: resque.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: worker.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: worker.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: resque_scheduler.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: resque_scheduler.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: chained_job_with_status.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: chained_job_with_status.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: job_with_status.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: job_with_status.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -24,7 +24,7 @@
24
24
  <div id="metadata">
25
25
  <dl>
26
26
  <dt class="modified-date">Last Modified</dt>
27
- <dd class="modified-date">Mon Nov 14 15:58:20 -0500 2011</dd>
27
+ <dd class="modified-date">Tue Nov 15 12:14:57 -0500 2011</dd>
28
28
 
29
29
 
30
30
  <dt class="requires">Requires</dt>
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: status.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: status.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet" />
12
12
 
@@ -6,7 +6,7 @@
6
6
  <head>
7
7
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
8
 
9
- <title>File: resque_ui.rb [ResqueUi 3.2.1]</title>
9
+ <title>File: resque_ui.rb [ResqueUi 3.2.2]</title>
10
10
 
11
11
  <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
12
 
data/resque_ui.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{resque_ui}
8
- s.version = "3.2.1"
8
+ s.version = "3.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Kevin Tyll}]
12
- s.date = %q{2011-11-14}
12
+ s.date = %q{2011-11-15}
13
13
  s.description = %q{A Rails UI for Resque for managing workers, failures and schedules.}
14
14
  s.email = %q{kevintyll@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: resque_ui
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.2.1
5
+ version: 3.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kevin Tyll
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-11-14 00:00:00 Z
13
+ date: 2011-11-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails