celerb 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ require 'msgpack'
7
7
  require 'uuid'
8
8
 
9
9
  module Celerb
10
- VERSION = '0.3.6'
10
+ VERSION = '0.3.7'
11
11
  end
12
12
 
13
13
  require 'celerb/task'
@@ -5,7 +5,7 @@ module Celerb
5
5
  @channel = AMQP::Channel.new
6
6
  @default_exchange = @channel.direct(opts[:exchange],
7
7
  :key => opts[:key], :durable => true)
8
- @results = ResultConsumer.new channel, opts
8
+ @results = ResultConsumer.new @channel, opts
9
9
  end
10
10
 
11
11
  def self.delay_task(queue, task_name, task_args=[], task_kwargs={},
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: celerb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 6
10
- version: 0.3.6
9
+ - 7
10
+ version: 0.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dusan Maliarik
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-26 00:00:00 +02:00
18
+ date: 2011-08-10 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency