mza-launch-pad 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/bin/lp-monitor CHANGED
@@ -27,20 +27,6 @@ ActiveRecord::Base.establish_connection({
27
27
  :dbfile => "#{root_dir}/db/database.sqlite"
28
28
  })
29
29
 
30
- queue = Turbo::Queue.new(control_queue)
31
- queue.send(%q{register: haproxy})
32
- queue.send(%q{
33
- register: host
34
- name: ec2-1-2-3-4.amazonaws.com
35
- role: api
36
- })
37
-
38
- queue.send(%q{
39
- unregister: host
40
- name: ec2-1-2-3-4.amazonaws.com
41
- role: api
42
- })
43
-
44
30
  activity = nil
45
31
  rebuild_config = false
46
32
 
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.1"
5
+ s.version = "0.3.2"
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.1'
15
+ VERSION = '0.3.2'
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wood