chinese_convt 0.0.2 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/chinese_convt.gemspec +4 -4
- data/lib/chinese_convert/zh_convt +1 -1
- data/lib/chinese_convert/zh_convt.rb +13 -9
- data/test/test_chinese_convt.rb +5 -5
- metadata +5 -5
data/README.md
CHANGED
data/chinese_convt.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'chinese_convt'
|
3
|
-
s.version = '0.0.
|
4
|
-
s.date = '2012-08-
|
5
|
-
s.summary = "
|
6
|
-
s.description = "
|
3
|
+
s.version = '0.0.5'
|
4
|
+
s.date = '2012-08-22'
|
5
|
+
s.summary = "Traditional and Simplified Chinese conversion~~"
|
6
|
+
s.description = "Conversion between Traditional and Simplified Chinese. furthermore, adjusting phrases to conform in Taiwan or Hong Kong or China."
|
7
7
|
s.authors = ["xxxooo"]
|
8
8
|
s.email = 'xxxooo.tw@gmail.com'
|
9
9
|
s.files = ["lib/chinese_convt.rb", "lib/chinese_convert/zh_convt.rb", "lib/chinese_convert/zh_convt", "chinese_convt.gemspec", "Rakefile", "README.md","test/test_chinese_convt.rb"]
|