Skip to content

Commit

Permalink
Update description in README and Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 18, 2010
1 parent 40ad9dc commit 85b95de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.markdown
@@ -1,6 +1,4 @@
## zmb messenger bot

zmb is a complete messenger bot supporting irc, and command line interface.
## A modular ruby-based IRC bot with a powerful but simple plugin interface

### Install
gem install zmb
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,8 +5,8 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "zmb"
gem.summary = %Q{ZMB, messenger bot}
gem.description = %Q{ZMB, messenger bot}
gem.summary = %Q{ZMB, A modular ruby-based IRC bot with a powerful but simple plugin interface}
gem.description = %Q{ZMB, A modular ruby-based IRC bot with a powerful but simple plugin interface}
gem.email = "inbox@kylefuller.co.uk"
gem.homepage = "http://github.com/kylef/zmb"
gem.authors = ["kylef"]
Expand Down

0 comments on commit 85b95de

Please sign in to comment.