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.
- data/lib/shoutbox/shout.rb +1 -1
- metadata +2 -2
data/lib/shoutbox/shout.rb
CHANGED
@@ -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
|
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.
|
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:
|
114
|
+
hash: -4318415923322988878
|
115
115
|
segments:
|
116
116
|
- 0
|
117
117
|
version: "0"
|