xcmultilingual.gemspec in xcmultilingual-0.1.5 vs xcmultilingual.gemspec in xcmultilingual-0.1.6

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Xcmultilingual::VERSION spec.authors = ["Naoki Morita"] spec.email = ["namorit@gmail.com"] spec.summary = "Command line tool for Swift localizations: It parses localization files in project and output swift file including functions with pretty good complementations" - spec.description = "Command line tool for Swift localizations: It parses localization files in the project and output swift file including functions with pretty complementations!" + spec.description = "Command line tool for Swift localizations: It parses localization files in the project and output swift file including functions with pretty good complementations!" spec.homepage = "https://github.com/morizotter/xcmultilingual" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }