mza-launch-pad 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/bin/lp-monitor CHANGED
@@ -30,6 +30,8 @@ ActiveRecord::Base.establish_connection({
30
30
  activity = nil
31
31
  rebuild_config = false
32
32
 
33
+ queue = Turbo::Queue.new(control_queue)
34
+
33
35
  loop do
34
36
 
35
37
  puts "Checking queue"
data/launch-pad.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{launch-pad}
5
- s.version = "0.3.2"
5
+ s.version = "0.3.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Matt Wood"]
data/lib/launch-pad.rb CHANGED
@@ -12,5 +12,5 @@ require 'launch-pad/models/node'
12
12
  require 'migrations/create_nodes'
13
13
 
14
14
  module LaunchPad
15
- VERSION = '0.3.2'
15
+ VERSION = '0.3.3'
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mza-launch-pad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wood