queue_dispatcher 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module QueueDispatcher
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["philip.kurmann@inwork.ch"]
11
11
  s.homepage = ""
12
12
  s.summary = %q{This Gem installs a queue dispatcher for handling asynchronous tasks}
13
- s.description = %q{The QueueDispatcher let you execute queues as workers.}
13
+ s.description = %q{Queue_Dispatcher executes asynchronous tasks in the background.}
14
14
 
15
15
  s.add_dependency "sys-proctable", '>= 0.9.1'
16
16
  s.add_dependency "deadlock_retry"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queue_dispatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-16 00:00:00.000000000 Z
12
+ date: 2012-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sys-proctable
@@ -107,7 +107,7 @@ dependencies:
107
107
  - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
- description: The QueueDispatcher let you execute queues as workers.
110
+ description: Queue_Dispatcher executes asynchronous tasks in the background.
111
111
  email:
112
112
  - philip.kurmann@inwork.ch
113
113
  executables: []