tspec.gemspec in tspec-0.4.0 vs tspec.gemspec in tspec-0.5.0

- old
+ new

@@ -8,14 +8,14 @@ spec.name = "tspec" spec.version = TSpec::VERSION spec.authors = ["siman-man"] spec.email = ["k128585@ie.u-ryukyu.ac.jp"] - spec.summary = %q{Add type check method} - spec.description = %q{Add type check method} + spec.summary = %q{tspec can check type of methods arguments and return value.} + spec.description = %q{tspec can check type of methods arguments and return value.} spec.homepage = "https://github.com/siman-man/tspec" spec.license = "MIT" - spec.required_ruby_version = '>= 2.2.0' + spec.required_ruby_version = '>= 2.5.0' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end