lightio.gemspec in lightio-0.3.2 vs lightio.gemspec in lightio-0.4.0.pre
- old
+ new
@@ -12,9 +12,11 @@
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.required_ruby_version = '>= 2.3.4'
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }