cjk_converter 0.0.17

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.
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cjk_converter
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.17
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Steven Daniels
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-04-30 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: A CJK (Chinese, Japanese, and Korean) romanization converter for CJK
15
+ languages.
16
+ email:
17
+ - stevendaniels88@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - .gitignore
23
+ - Gemfile
24
+ - README.md
25
+ - Rakefile
26
+ - cjk_converter.gemspec
27
+ - lib/cjk_converter.rb
28
+ - lib/cjk_converter/fullwidth.rb
29
+ - lib/cjk_converter/kana.rb
30
+ - lib/cjk_converter/pinyin.rb
31
+ - lib/cjk_converter/string.rb
32
+ - lib/cjk_converter/version.rb
33
+ - lib/cjk_converter/zh_romanization.rb
34
+ homepage: ''
35
+ licenses: []
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ none: false
48
+ requirements:
49
+ - - ! '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubyforge_project: cjk_converter
54
+ rubygems_version: 1.8.22
55
+ signing_key:
56
+ specification_version: 3
57
+ summary: A CJK romanization converter for CJK languages.
58
+ test_files: []