File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ Gem::Specification.new do |spec|
7
7
spec . authors = [ "Samuel Williams" ]
8
8
spec . email = [ "samuel.williams@oriontransfer.co.nz" ]
9
9
spec . description = <<-EOF
10
- Async provides a modern asynchronous I/O framework for Ruby, based
11
- on nio4r. It implements the reactor pattern, providing both IO and timer
12
- based events.
10
+ Async is a modern concurrency framework for Ruby. It implements the
11
+ reactor pattern, providing both non-blocking I/O and timer events.
13
12
EOF
14
- spec . summary = "Async is an asynchronous I/O framework based on nio4r ."
13
+ spec . summary = "Async is an concurrency framework based for Ruby ."
15
14
spec . homepage = "https://github.com/socketry/async"
16
15
spec . license = "MIT"
17
16
You can’t perform that action at this time.
0 commit comments