muxoro 0.0.1pre5 → 0.0.1pre6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d405786b8396de09605746907c6890ef172a6cd5
4
- data.tar.gz: 15b0d1c4dd825c3b764dfaaebe15c8441b1047a7
3
+ metadata.gz: 0308aeb337ba657f09a573f69caa9f468fab1a98
4
+ data.tar.gz: d17945433867aa66edcc22c12a50c2ae02d2994e
5
5
  SHA512:
6
- metadata.gz: 710028d54fa4adc95a625f3ff75f3b0a26f0c7e07b7dc3b10015f259236bbaf1cf0acb3bebf01c3231ca843256eba7bed27e68259a07831bfbd582f5a4c56ec1
7
- data.tar.gz: dc91f55f32951501930e78f99cf283f62e26edcc7c3ecfad0b9dc198536b5d38013b10f9940d8b2b833c7008cc4dd5d8b7e2d460c381823b5dfd503e4b2f7ecd
6
+ metadata.gz: 7b04065d85266060f632eade4824fb6e96e5aa4f3f5da5669c17901aa5a311d38dc50cb852ba7eccebe3dbddc9c9340546e1d27defa9f5bd200c9d11935e92bc
7
+ data.tar.gz: 610db6804259c4fd8ad0f102989964db17c3333d6b1aa7d6fbbe5d4b750e37b3ce35217a62e22acb4deaabec6989860b9e3928a1537e998e61e5ddc01967ec06
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- muxoro (0.0.1pre4)
4
+ muxoro (0.0.1pre5)
5
5
  daemons (~> 1.1)
6
6
  lab42_options (~> 0.4)
7
7
 
data/bin/muxoro CHANGED
@@ -1,7 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  args = ARGV.dup
4
- args.unshift 'start' if args.first != 'start' && args.first != 'stop'
4
+ ARGV.unshift 'start' if ARGV.first != 'start' && ARGV.first != 'stop'
5
+ args.shift if %w{start stop}.include? ARGV.first
5
6
 
6
7
 
7
8
  $:.unshift File.expand_path '../../lib', __FILE__
@@ -1,3 +1,3 @@
1
1
  module Muxoro
2
- VERSION = '0.0.1pre5'
2
+ VERSION = '0.0.1pre6'
3
3
  end # module Muxoro
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muxoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1pre5
4
+ version: 0.0.1pre6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Dober