rgot.gemspec in rgot-0.0.2 vs rgot.gemspec in rgot-0.0.3
- old
+ new
@@ -7,11 +7,11 @@
spec.name = "rgot"
spec.version = Rgot::VERSION
spec.authors = ["ksss"]
spec.email = ["co000ri@gmail.com"]
- spec.summary = %q{The Ruby GOlang like Testing module}
- spec.description = %q{rgot is golang like testing module in ruby}
+ spec.summary = %q{Ruby + Golang Testing = Rgot}
+ spec.description = %q{Rgot is a testing package convert from golang testing}
spec.homepage = "https://github.com/ksss/rgot"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "bin"