-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Sanscript due to Active Record dependency
- Loading branch information
Showing
3 changed files
with
3 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'latinizer' | ||
s.version = '0.1.3' | ||
s.version = '0.1.4' | ||
s.date = '2020-09-08' | ||
s.summary = 'latinizer' | ||
s.description = 'A simple general latinization / romanization / transliteration gem wrapping Mecab, Sanscript, Chinese Pinyin and other more specific romanization gems' | ||
s.description = 'A simple general latinization / romanization / transliteration gem wrapping Mecab, Chinese Pinyin and other more specific romanization gems' | ||
s.authors = ['William Yugue'] | ||
s.email = '[email protected]' | ||
s.license = 'MIT' | ||
|
@@ -13,7 +13,6 @@ Gem::Specification.new do |s| | |
s.add_runtime_dependency 'chinese_pinyin', '~> 1.0' | ||
s.add_runtime_dependency 'mecab_standalone', '~> 0.1', '>= 0.1.2' | ||
s.add_runtime_dependency 'romaji', '~> 0.2' | ||
s.add_runtime_dependency 'sanscript', '~> 0.10' | ||
s.add_runtime_dependency 'translit', '~> 0.1' | ||
s.add_runtime_dependency 'unicode-scripts', '~> 1.6' | ||
s.add_runtime_dependency 'babosa', '~> 1.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters