unicode 0.4.4.3-x86-mswin32-60 → 0.4.4.4-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: 6dc4260c1faf3541738bffdb68f3a085eb5c1683
4
- data.tar.gz: db4b8eae7c550f30e2be17a7e5d57fc0501648de
3
+ metadata.gz: a86a967d9ef20ff3c67c9c9eeac0c6f1bbd0b149
4
+ data.tar.gz: 7411eaa8634f07fdcdc95c7c8d489536b3d1944f
5
5
  SHA512:
6
- metadata.gz: f85c408d652cc5ec7e9e85e9d677a2b1c26e14d6e8806a92a636ce755d0fa7df26d5550214eb4f19bc7c5ed54c69d6adf78106e88a56c2481fe339fdc3972012
7
- data.tar.gz: 3decdf848839e61149a706f8e20cc3ea3518ef8d5736d808eec2325312331c659f5d327c047bebf0acbfbefdf703972879d782430c4b6981f6d986b71279519c
6
+ metadata.gz: 43caf4fc8c3cb3abd3f7821912884b7684115a7eb7b4721a301ae6557bcc72aa48806e7474b9b999eda94e78018576572a3436811114389788a3bf59c51c5abe
7
+ data.tar.gz: f40fbcd64079d1eda054b78554c97d90280e65e519f0f32b9e520997a09a4ecf3b44cea28f08cf95488f1799d2131853f985c4d7931b70308f65c5a3993720e3
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ end
20
20
  namespace :gem do
21
21
 
22
22
  desc 'Build all gem files'
23
- task :all => %w[clean gem gem:java gem:windows]
23
+ task all: %w[clean gem gem:java gem:windows]
24
24
 
25
25
  java_gem_spec = gem_spec.dup
26
26
  java_gem_spec.platform = 'java'
@@ -33,7 +33,7 @@ namespace :gem do
33
33
  java_gem_path = File.join(java_gem_dir, java_gem_file)
34
34
 
35
35
  desc "Build the gem file #{java_gem_file}"
36
- task :java => java_gem_path
36
+ task java: java_gem_path
37
37
 
38
38
  file java_gem_path => [java_gem_dir] + java_gem_spec.files do
39
39
  lib_file = 'lib/unicode.rb'
@@ -54,7 +54,7 @@ namespace :gem do
54
54
 
55
55
  desc 'Build native gems for Windows'
56
56
  task :windows do
57
- ENV['RUBY_CC_VERSION'] = '1.9.3:2.0.0:2.1.5:2.2.0'
57
+ ENV['RUBY_CC_VERSION'] = '1.9.3:2.0.0:2.1.5:2.2.2:2.3.0'
58
58
  sh 'rake cross compile'
59
59
  sh 'rake cross native gem'
60
60
  end
Binary file
Binary file
Binary file
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.3"
5
+ s.version = "0.4.4.4"
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.3
4
+ version: 0.4.4.4
5
5
  platform: x86-mswin32-60
6
6
  authors:
7
7
  - Yoshida Masato
@@ -31,6 +31,7 @@ files:
31
31
  - lib/unicode/2.0/unicode_native.so
32
32
  - lib/unicode/2.1/unicode_native.so
33
33
  - lib/unicode/2.2/unicode_native.so
34
+ - lib/unicode/2.3/unicode_native.so
34
35
  - test/test.rb
35
36
  - tools/README
36
37
  - tools/mkunidata.rb
@@ -56,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
57
  version: '0'
57
58
  requirements: []
58
59
  rubyforge_project:
59
- rubygems_version: 2.4.5
60
+ rubygems_version: 2.6.6
60
61
  signing_key:
61
62
  specification_version: 3
62
63
  summary: Unicode normalization library.