unicode 0.4.4-x86-mswin32-60 → 0.4.4.1-x86-mswin32-60

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f3f5f098fb911de22a218dbfbcf02e021c8381c
4
- data.tar.gz: 725f74056338e197edf1b7500e58a13e395dafdb
3
+ metadata.gz: 258b4cfb2b49d6dd88994af21f2ea094db625853
4
+ data.tar.gz: e92bab1a5674d3817026aa19bc725784762fbe04
5
5
  SHA512:
6
- metadata.gz: 8595031ca754156d359f62aaae92e95dfd2d94d4d62f3d62ef8b987fcf22e27bbbd196eaa33f444c8b25c8fbf87c8adec85521bd732ad4f88352d5e3c106b45e
7
- data.tar.gz: 07d3c150902dd4f88817a34bd986f332fd6545bee64ad5b356072529432d3cdd009bac6ac27ff5753cfc1d1e6d5ac515fe488159fb7927fc001c3e7f9fe04dfd
6
+ metadata.gz: 80d664ac543fd8d22ac9198fa67e01997a4aade68ead3080211f25b3ce53183f949ba74c2b0807ec62c86fbc063753055b81f2172091e288fc4b34f86a829c32
7
+ data.tar.gz: c3a3ab39d602aecdea5f1f31ed28647a51b408824870aac6f42cff52b837edb61228bc5b1b315f3c39eea45310b8a18601db6acc126abb72fd3655a2991abffc
Binary file
Binary file
data/unicode.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{unicode}
5
- s.version = "0.4.4"
5
+ s.version = "0.4.4.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [%q{Yoshida Masato}]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.4.1
5
5
  platform: x86-mswin32-60
6
6
  authors:
7
7
  - Yoshida Masato
@@ -28,6 +28,8 @@ files:
28
28
  - ext/unicode/wstring.h
29
29
  - lib/unicode.rb
30
30
  - lib/unicode/1.9/unicode_native.so
31
+ - lib/unicode/2.0/unicode_native.so
32
+ - lib/unicode/2.1/unicode_native.so
31
33
  - test/test.rb
32
34
  - tools/README
33
35
  - tools/mkunidata.rb
@@ -53,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
55
  version: '0'
54
56
  requirements: []
55
57
  rubyforge_project:
56
- rubygems_version: 2.2.1
58
+ rubygems_version: 2.2.2
57
59
  signing_key:
58
60
  specification_version: 3
59
61
  summary: Unicode normalization library.