chinese_convt 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/README.md +2 -0
  2. data/chinese_convt.gemspec +2 -2
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  #chinese_convt
2
2
 
3
+ [RubyGems](http://rubygems.org/gems/chinese_convt)
4
+
3
5
  Chinese is not a simple one kind langurage.
4
6
  This gem provide conversion between Traditional and Simplified Chinese.
5
7
  Further, adjusting phrases to conform in Taiwan or Hong Kong or China.
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'chinese_convt'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.date = '2012-08-20'
5
5
  s.summary = "Conversion between Traditional and Simplified Chinese"
6
6
  s.description = "This gem provide conversion between Traditional and Simplified Chinese. further, 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"]
10
- s.homepage = 'http://github.com/xxxooo'
10
+ s.homepage = 'http://github.com/xxxooo/chinese_convt'
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chinese_convt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,7 +25,7 @@ files:
25
25
  - Rakefile
26
26
  - README.md
27
27
  - test/test_chinese_convt.rb
28
- homepage: http://github.com/xxxooo
28
+ homepage: http://github.com/xxxooo/chinese_convt
29
29
  licenses: []
30
30
  post_install_message:
31
31
  rdoc_options: []