lightio.gemspec in lightio-0.1.0 vs lightio.gemspec in lightio-0.1.1
- old
+ new
@@ -7,11 +7,11 @@
spec.name = "lightio"
spec.version = LightIO::VERSION
spec.authors = ["jjy"]
spec.email = ["jjyruby@gmail.com"]
- spec.summary = %q{LightIO is a high performance ruby networking library}
- spec.description = %q{LightIO combines ruby fiber and IO event loop to provide both simple synchrony library interface and high performance networking IO}
+ spec.summary = %q{LightIO is a ruby networking library, that combines ruby fiber and fast IO event loop.}
+ spec.description = %q{The intent of LightIO is to provide ruby stdlib compatible modules, that user can use these modules instead stdlib, to gain the benefits of IO event loop without care any details about react or async programming.}
spec.homepage = "https://github.com/jjyr/lightio"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})