em-websocket-proxy 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,7 @@ Don't want to reinvent the wheel to use a websocket? Don't. Use your existing tc
4
4
 
5
5
  == Getting Started
6
6
 
7
+ gem install em-websocket-proxy
7
8
  em-websocket-proxy -p 8080 -r localhost -q 80
8
9
 
9
10
  == License
@@ -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.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://matt.colyer.name'
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'
@@ -1,3 +1,3 @@
1
1
  module EmWebsocketProxy
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
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.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://matt.colyer.name
50
+ homepage: http://github.com/mcolyer/em-websocket-proxy
51
51
  licenses: []
52
52
 
53
53
  post_install_message: