unicode-confusable.gemspec in unicode-confusable-1.0.1 vs unicode-confusable.gemspec in unicode-confusable-1.1.0

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.name = "unicode-confusable" gem.version = Unicode::Confusable::VERSION gem.summary = "Detect characters that look visually similar." - gem.description = "Compares two strings if they are visually confusable as described in UnicodeĀ® Technical Standard #39: Both strings get transformed into a skeleton format before comparing them. The skeleton is generated by normalizing the string, replacing confusable characters, and normalizing the string again." + gem.description = "[Unicode #{Unicode::Confusable::UNICODE_VERSION}] Compares two strings if they are visually confusable as described in UnicodeĀ® Technical Standard #39: Both strings get transformed into a skeleton format before comparing them. The skeleton is generated by normalizing the string, replacing confusable characters, and normalizing the string again." gem.authors = ["Jan Lelis"] gem.email = ["mail@janlelis.de"] gem.homepage = "https://github.com/janlelis/unicode-confusable" gem.license = "MIT"