[DRE-commits] [ruby-websocket-parser] 03/03: Add absent require 'uri'
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Tue Jul 7 16:00:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch patch-queue/master
in repository ruby-websocket-parser.
commit 966b5b374d44130cc74fdb3a0efcd7e3e886f818
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Tue Jul 7 18:47:13 2015 +0300
Add absent require 'uri'
---
lib/websocket/client_handshake.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/websocket/client_handshake.rb b/lib/websocket/client_handshake.rb
index e3aa8d0..d3f43e6 100644
--- a/lib/websocket/client_handshake.rb
+++ b/lib/websocket/client_handshake.rb
@@ -1,5 +1,6 @@
require 'digest/sha1'
require 'base64'
+require 'uri'
module WebSocket
class ClientHandshake
@@ -62,4 +63,4 @@ module WebSocket
data
end
end
-end
\ No newline at end of file
+end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-websocket-parser.git
More information about the Pkg-ruby-extras-commits
mailing list