Skip to content

Commit

Permalink
improved readme, getting ready for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
hungryblank committed Mar 12, 2009
1 parent c6cb9a0 commit a73fe7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EventUtils is meant to provide modules and classes to help building services
on top of EventMachine without having to cope with some of the mechnics of
eventmachine itself.

the first implemented facility id EventUtils::DeferredLoop
the first implemented facility is EventUtils::DeferredLoop

it makes possible to perform action on groups of deferrable objects in an
intuitive way, and without having to take care of starting/stopping the
Expand All @@ -18,6 +18,9 @@ example:

In this case the code will look like

require 'event_utils'
include EventUtils

in_deferred_loop do
waiting_for d1, d2 do
d1 > d2
Expand Down
2 changes: 1 addition & 1 deletion event_utils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{event_utils}
s.version = "0.0.0"
s.version = "0.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paolo Negri"]
Expand Down

0 comments on commit a73fe7b

Please sign in to comment.