Skip to content

Commit

Permalink
pushed to rubygems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Jul 12, 2010
1 parent 0768452 commit d20ffb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
= Rev-WebSocket

Rev-WebSocket is WebSocket server implementation based on Rev.
- http://github.com/frsyuki/rev-websocket
Rev-WebSocket is a WebSocket server implementation based on Rev,
a high performance event-driven I/O library for Ruby.

This library conforms to WebSocket draft-75 and draft-76.

- http://github.com/frsyuki/rev-websocket


== Simple example

gem install rev-websocket


== Simple example

require 'rubygems'
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ begin
Jeweler::Tasks.new do |gemspec|
gemspec.name = "rev-websocket"
gemspec.summary = "WebSocket server based on Rev"
gemspec.description = gemspec.summary
gemspec.description = "Rev-WebSocket is a WebSocket server implementation based on Rev, a high performance event-driven I/O library for Ruby. This library conforms to WebSocket draft-75 and draft-76."
gemspec.email = "[email protected]"
gemspec.homepage = "http://github.com/frsyuki/rev-websocket"
gemspec.authors = ["FURUHASHI Sadayuki"]
Expand Down

0 comments on commit d20ffb9

Please sign in to comment.