shoutbox-client 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/shoutbox/shout.rb +1 -1
  2. metadata +2 -2
@@ -26,7 +26,7 @@ EOS
26
26
  opt :port, "The port of the Shoutbox", :type => Integer
27
27
  opt :proxy_host, "The proxy host to use", :type => String
28
28
  opt :proxy_port, "The proxy port to use", :type => Integer
29
- opt :group, "The group to use", :type => String, :default => "Shoutbox Default Group"
29
+ opt :group, "The group to use", :type => String
30
30
  end
31
31
 
32
32
  @conf[:status] = ARGV.shift
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: shoutbox-client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.12
5
+ version: 0.0.13
6
6
  platform: ruby
7
7
  authors:
8
8
  - Benjamin Krause
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
112
  - - ">="
113
113
  - !ruby/object:Gem::Version
114
- hash: 591505643333229033
114
+ hash: -4318415923322988878
115
115
  segments:
116
116
  - 0
117
117
  version: "0"