ting 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +2 -0
  2. data/README.rdoc +4 -3
  3. data/lib/ting.rb +1 -1
  4. metadata +3 -3
data/History.txt CHANGED
@@ -1,5 +1,7 @@
1
1
  == 0.2 / 2010-04-04
2
2
 
3
+ * Renamed from Pinyin to Ting
4
+ * Removed dependencies of Facets and Hoe
3
5
  * Added support for superscript numeral tones and IPA tone marks
4
6
 
5
7
  == 0.1.3 / 2008-07-18
data/README.rdoc CHANGED
@@ -55,8 +55,8 @@ Generate Bopomofo
55
55
  Generate Wade-Giles
56
56
 
57
57
  wadegiles = Ting.writer(:wadegiles, :supernum)
58
- wadegiles << (reader << "yi1 ge5 bu2 gou4")
59
- # => " ko pu² kou⁴"
58
+ wadegiles << (reader << "qing2 kuang4 ru2 he2")
59
+ # => "ch`ing² k`uang⁴ ju² ho²"
60
60
 
61
61
  Generate IPA
62
62
 
@@ -80,7 +80,8 @@ an example of how to do this.
80
80
 
81
81
  == REQUIREMENTS
82
82
 
83
- * $KCODE has to be set to "UTF8" for everything to work correctly
83
+ * none, Ting uses nothing but Ruby
84
+ * $KCODE should probably be set to "UTF8", or you might run into problems.
84
85
 
85
86
  == INSTALL
86
87
 
data/lib/ting.rb CHANGED
@@ -16,7 +16,7 @@ require 'ting/conversions'
16
16
  require 'ting/conversions/hanyu'
17
17
 
18
18
  module Ting
19
- VERSION = "0.2.0"
19
+ VERSION = "0.2.1"
20
20
 
21
21
  class Reader
22
22
  def initialize(conv, tone)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Arne Brasseur
@@ -18,7 +18,7 @@ date: 2010-04-04 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: Pinyin can convert between various systems for phonetically writing Mandarin Chinese. It can also handle various representation of tones, so it can be used to convert pinyin with numbers to pinyin with tones.
21
+ description: Ting can convert between various systems for phonetically writing Mandarin Chinese. It can also handle various representation of tones, so it can be used to convert pinyin with numbers to pinyin with tones.
22
22
  email:
23
23
  - arne@arnebrasseur.net
24
24
  executables: []