unicode 0.3.1 → 0.4.0

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 (5) hide show
  1. data/README +7 -6
  2. data/tools/normtest.rb +111 -0
  3. data/unicode.c +57 -2
  4. data/unidata.map +1870 -2
  5. metadata +11 -5
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 15
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
- - 3
8
- - 1
9
- version: 0.3.1
8
+ - 4
9
+ - 0
10
+ version: 0.4.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - Yoshida Masato
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-02-26 00:00:00 +01:00
18
+ date: 2010-10-14 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
@@ -36,6 +37,7 @@ files:
36
37
  - README
37
38
  - test.rb
38
39
  - tools/mkunidata.rb
40
+ - tools/normtest.rb
39
41
  - tools/README
40
42
  - unidata.map
41
43
  has_rdoc: true
@@ -48,23 +50,27 @@ rdoc_options: []
48
50
  require_paths:
49
51
  - .
50
52
  required_ruby_version: !ruby/object:Gem::Requirement
53
+ none: false
51
54
  requirements:
52
55
  - - ">="
53
56
  - !ruby/object:Gem::Version
57
+ hash: 3
54
58
  segments:
55
59
  - 0
56
60
  version: "0"
57
61
  required_rubygems_version: !ruby/object:Gem::Requirement
62
+ none: false
58
63
  requirements:
59
64
  - - ">="
60
65
  - !ruby/object:Gem::Version
66
+ hash: 3
61
67
  segments:
62
68
  - 0
63
69
  version: "0"
64
70
  requirements: []
65
71
 
66
72
  rubyforge_project:
67
- rubygems_version: 1.3.6
73
+ rubygems_version: 1.3.7
68
74
  signing_key:
69
75
  specification_version: 3
70
76
  summary: Unicode normalization library.