Skip to content

Commit 1856759

Browse files
committed
Update gemspec
1 parent 283187e commit 1856759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

latinizer.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Gem::Specification.new do |s|
22
s.name = 'latinizer'
33
s.version = '0.2.1'
4-
s.date = '2020-09-09'
4+
s.date = '2020-09-11'
55
s.summary = 'latinizer'
66
s.description = 'A simple general latinization / romanization / transliteration gem wrapping Mecab, Chinese Pinyin and other more specific romanization gems'
77
s.authors = ['William Yugue']
88
s.email = '[email protected]'
99
s.license = 'MIT'
1010
s.homepage = 'https://github.com/wyugue/latinizer'
1111
s.files = ['lib/latinizer.rb']
12-
s.files += Dir['lib/scripts/*']
12+
s.files += Dir['lib/lib/*']
1313

1414
s.add_runtime_dependency 'chinese_pinyin', '~> 1.0'
1515
s.add_runtime_dependency 'mecab_standalone', '~> 0.1', '>= 0.1.2'

0 commit comments

Comments
 (0)