em-websocket-proxy 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -0
- data/em-websocket-proxy.gemspec +3 -3
- data/lib/em-websocket-proxy.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
data/em-websocket-proxy.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'em-websocket-proxy'
|
16
|
-
s.version = '0.1.
|
16
|
+
s.version = '0.1.2'
|
17
17
|
s.date = '2010-07-08'
|
18
18
|
s.rubyforge_project = 'em-websocket-proxy'
|
19
19
|
|
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
|
|
26
26
|
## better to set the email to an email list or something. If you don't have
|
27
27
|
## a custom homepage, consider using your GitHub URL or the like.
|
28
28
|
s.authors = ["Matt Colyer"]
|
29
|
-
s.email = 'matt@nospam.colyer.name'
|
30
|
-
s.homepage = 'http://
|
29
|
+
s.email = 'matt.removethis@nospam.colyer.name'
|
30
|
+
s.homepage = 'http://github.com/mcolyer/em-websocket-proxy'
|
31
31
|
|
32
32
|
## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as
|
33
33
|
## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb'
|
data/lib/em-websocket-proxy.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: em-websocket-proxy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Colyer
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: 0.1.2
|
34
34
|
version:
|
35
35
|
description: A lightweight proxy, for using websockets with unmodified TCP servers.
|
36
|
-
email: matt@nospam.colyer.name
|
36
|
+
email: matt.removethis@nospam.colyer.name
|
37
37
|
executables:
|
38
38
|
- em-websocket-proxy
|
39
39
|
extensions: []
|
@@ -47,7 +47,7 @@ files:
|
|
47
47
|
- em-websocket-proxy.gemspec
|
48
48
|
- lib/em-websocket-proxy.rb
|
49
49
|
has_rdoc: true
|
50
|
-
homepage: http://
|
50
|
+
homepage: http://github.com/mcolyer/em-websocket-proxy
|
51
51
|
licenses: []
|
52
52
|
|
53
53
|
post_install_message:
|