Skip to content

Commit

Permalink
update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Cheung committed Mar 23, 2012
1 parent 76e8a76 commit c6f78c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions README.md
Expand Up @@ -48,15 +48,6 @@ client = EventMachine::IRC::Client.new do |c|
end
````

## Examples

In the examples folder, there are runnable examples.

* cli.rb - takes input from keyboard, outputs to stdout
* websocket.rb -
* echo.rb - bot that echos everything
* callback.rb - demonstrate how callbacks work

## References

* [API Documentation](http://rubydoc.info/gems/em-irc/0.0.1/frames)
Expand Down Expand Up @@ -114,12 +105,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

## TODO

* can we skip using Dispatcher connection handler class?
* extract :on, :trigger callback gem that works on instances. [hook](https://github.com/apotonick/hooks), but works with instances
* would prefer the interface to look synchronous, but work async
* ssl dispatcher testing
* speed up integration specs
THE SOFTWARE.
2 changes: 1 addition & 1 deletion lib/em-irc/version.rb
@@ -1,5 +1,5 @@
module EventMachine
module IRC
VERSION = '0.0.1'
VERSION = '0.0.2'
end
end

0 comments on commit c6f78c4

Please sign in to comment.