lib/fozzie/socket.rb in fozzie-0.0.25 vs lib/fozzie/socket.rb in fozzie-0.0.26
- old
+ new
@@ -1,10 +1,10 @@
require 'socket'
module Fozzie
module Socket
- RESERVED_CHARS_REGEX = /[\:\|\@]/
+ RESERVED_CHARS_REGEX = /[\:\|\@\s]/
private
# Send the statistic to the server
#
\ No newline at end of file