hulu-automuter 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/bin/hulu-automuter CHANGED
@@ -9,7 +9,7 @@ port = 8123
9
9
  help = <<END
10
10
 
11
11
  ----------------------------------------
12
- Hulu Automuter
12
+ Hulu Automuter v#{HuluAutomuter::VERSION}
13
13
  by Daniel Choi <dhchoi@gmail.com>
14
14
 
15
15
  Usage:
@@ -37,6 +37,7 @@ if ARGV.first =~ /-p/
37
37
  port = ARGV[1] || 8123
38
38
  elsif ARGV.first =~ /-v/
39
39
  puts "HuluAutomuter v#{HuluAutomuter::VERSION}"
40
+ exit
40
41
  elsif ARGV.first =~ /-h/
41
42
  puts help
42
43
  exit
@@ -1,3 +1,3 @@
1
1
  module HuluAutomuter
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hulu-automuter
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi