unicode 0.4.4-x86-mingw32 → 0.4.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 939844b0981f11276fc328ee05934d61d1b0fa36
4
- data.tar.gz: d9b25af7db276d02817c877f08bb977a72a01902
3
+ metadata.gz: b6d67500e7666615160852fa44dec3000a2fc424
4
+ data.tar.gz: 7aeaed2a7bffd6d5c7c1668321e0816c38f2e357
5
5
  SHA512:
6
- metadata.gz: f87d335f93474fd8a76c67c1bb4a773adf565da1190b6793a270b72d2588ada4984abd50d02e92c3b93e79f009d9cd1581b971adae3e2bf61d4dd8534ebb8262
7
- data.tar.gz: 15c51e77b228361bf9f51ed636366c806f960c84eedb8fdefc84276662090fd6206944e5f3522335f69c1337ea7f7098d04e09863b4b5deedba713913904259a
6
+ metadata.gz: be536a57e0de143042025ca0a8f3497b0d2da2762ca96baf572478a3547f0818672f5d85e07e32aa3600a78852b69b9fc922ae780b1102524c93ceabffae01a5
7
+ data.tar.gz: 0f46d02e82b57035ca60aa0a6053452e6276ed68563b7ce5078e0e13f0e9fab3d50b2f67b829e52cd9b6137889a6cd03e9250182fbb98035cbd5d6a25da523d6
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-mingw32
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.