amiral 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/bin/amiral.rb CHANGED
@@ -76,7 +76,7 @@ opts = OptionParser.new do |opts|
76
76
  options.rundir = rundir
77
77
  end
78
78
 
79
- opts.on("-f", "--[no]-foreground") do |foreground|
79
+ opts.on("-f", "--[no-]foreground") do |foreground|
80
80
  options.foreground = foreground
81
81
  end
82
82
 
@@ -1,3 +1,3 @@
1
1
  module Amiral
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
data/lib/amiral.rb CHANGED
@@ -8,6 +8,7 @@ require 'uuidtools'
8
8
  require 'awesome_print'
9
9
  require 'daemons'
10
10
  require 'logger'
11
+ require 'popen4'
11
12
 
12
13
  module Amiral
13
14
  KEYTYPES = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amiral
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: