tate.gemspec in tate-1.5.0 vs tate.gemspec in tate-1.6.0
- old
+ new
@@ -14,10 +14,9 @@
spec.summary = 'Convert accented characters and transliterate non-latin alphabets to ASCII.'
spec.description = 'Convert accented characters and transliterate non-latin alphabets to ASCII.'
spec.homepage = 'https://github.com/krmbzds/tate'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- spec.files += Dir['lib/config/locales/*.yml']
spec.bindir = 'bin'
spec.executables = ['tate']
spec.require_paths = ['lib']
spec.add_runtime_dependency 'i18n', '~> 1.6'