unicode 0.3.1-x86-mingw32 → 0.3.1.1-x86-mingw32

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.
Binary file
data/unicode.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new { |s|
2
2
  s.name = %q{unicode}
3
- s.version = %q{0.3.1}
3
+ s.version = %q{0.3.1.1}
4
4
  s.date = %q{2010-02-26}
5
5
  s.summary = %q{Unicode normalization library.}
6
6
  s.require_paths = %w[lib]
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: 17
4
+ hash: 81
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 1
10
- version: 0.3.1
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: []