mza-launch-pad 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/bin/launch-pad CHANGED
@@ -11,4 +11,4 @@ puts "Starting lp-monitor with queue: #{queue}"
11
11
 
12
12
  options = { :ARGV => [command, '--', queue, root_dir]}
13
13
 
14
- Daemons.run("/usr/local/bin/lp-monitor", options)
14
+ Daemons.run("/usr/bin/lp-monitor", options)
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"
5
+ s.version = "0.3.1"
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.2'
15
+ VERSION = '0.3.1'
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"
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wood