pegasus 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -32,6 +32,10 @@ module Pegasus
32
32
  logger.info "#{self.class.name} NOOP"
33
33
  end
34
34
 
35
+ def do_eval x
36
+ logger.info "#{self.class.name} eval: #{eval x}"
37
+ end
38
+
35
39
  def play
36
40
  while next_task = lpop(wait_queue_key)
37
41
  run_task next_task
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joe Edelman
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-09-27 00:00:00 -07:00
17
+ date: 2011-03-10 00:00:00 -08:00
18
18
  default_executable: pegasus
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency