lightio.gemspec in lightio-0.1.1 vs lightio.gemspec in lightio-0.2.0
- old
+ new
@@ -4,10 +4,10 @@
require "lightio/version"
Gem::Specification.new do |spec|
spec.name = "lightio"
spec.version = LightIO::VERSION
- spec.authors = ["jjy"]
+ spec.authors = ["Jiang Jinyang"]
spec.email = ["jjyruby@gmail.com"]
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"