yano.gemspec in yano-0.1.2 vs yano.gemspec in yano-0.1.3

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "yano" spec.version = Yano::VERSION spec.authors = ["Nick Palaniuk"] spec.email = ["npalaniuk@gmail.com"] - spec.summary = %q{Parse yes/no values, useful for CLI prompts} - spec.description = %q{Parse yes/no values} + spec.summary = %q{Parse yes/no like values, useful for CLI prompts} + spec.description = %q{Parse yes/no like values} spec.homepage = "https://github.com/nikkypx/yano" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"