unicode 0.3.1-x86-mingw32 → 0.3.1.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
Binary file
|
data/unicode.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unicode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 81
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 1
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.3.1.1
|
11
12
|
platform: x86-mingw32
|
12
13
|
authors:
|
13
14
|
- Yoshida Masato
|
@@ -42,7 +43,8 @@ files:
|
|
42
43
|
- tools/README
|
43
44
|
- tools/mkunidata.rb
|
44
45
|
- unicode.gemspec
|
45
|
-
- lib/unicode/unicode_native.so
|
46
|
+
- lib/unicode/1.8/unicode_native.so
|
47
|
+
- lib/unicode/1.9/unicode_native.so
|
46
48
|
has_rdoc: true
|
47
49
|
homepage: http://www.yoshidam.net/Ruby.html#unicode
|
48
50
|
licenses: []
|