unf_ext 0.0.7.4-x64-mingw32 → 0.0.7.5-x64-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: e2585690082ab1b13e5f63624d2d54c0e771db1c
4
- data.tar.gz: f45365619752e37be2ad1764abb840354f9858ec
3
+ metadata.gz: 5dc3d46d974c3e4e19f90425e7944a521b0e3484
4
+ data.tar.gz: 3b510558d6e80c68faf4157e7e2df28fec8e8826
5
5
  SHA512:
6
- metadata.gz: 4c04126f9596b597fb6d3884d3df03651d4947ef234d907122fc33e67cf39dac5af370c55e0cc816c09b724c4c28fc53346f7157f7f934a5c24d76e3ad38bcde
7
- data.tar.gz: c064d6220dd6ce744a95e3af15f81ebabd1d94f1df403570eeaf819d210777c0bbc989b18961c17708223073fab560d8cf80063329ffcfc3f4797c7bbf805d4c
6
+ metadata.gz: 9326676462294db5e0f51089fa1b16234b96601288c1a27912557bdb8830eb852ffff2711e21a44a1a495c69249189697c9da12ac3453e0903c82baf268ec982
7
+ data.tar.gz: c28128fbe9fb691260efdb9fce250300d0fb2f83bd948a20499c6cb9c06eb5b3521566f4f713516bf15e538249d46f2cf1e1e835ac55fb61c7492cedb8eed09c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.7.5 (2018-02-06)
2
+
3
+ - Version bump just for adding Windows binaries for Ruby 2.5.
4
+
1
5
  ## 0.0.7.4 (2017-04-19)
2
6
 
3
7
  - Fix build on ARM and GCC 6 again.
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License
2
2
 
3
3
  Copyright (c) 2010 Takeru Ohta <phjgt308@gmail.com>
4
- Copyright (c) 2011-2017 Akinori MUSHA <knu@idaemons.org> (extended Ruby support)
4
+ Copyright (c) 2011-2018 Akinori MUSHA <knu@idaemons.org> (extended Ruby support)
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -51,7 +51,7 @@ License
51
51
  -------
52
52
 
53
53
  Copyright (c) 2010-2017 Takeru Ohta
54
- Copyright (c) 2011-2017 Akinori MUSHA
54
+ Copyright (c) 2011-2018 Akinori MUSHA
55
55
 
56
56
  Licensed under the MIT license.
57
57
  See `LICENSE` for details.
@@ -1,5 +1,5 @@
1
1
  module UNF
2
2
  class Normalizer
3
- VERSION = "0.0.7.4"
3
+ VERSION = "0.0.7.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unf_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.4
4
+ version: 0.0.7.5
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Takeru Ohta
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-04-18 00:00:00.000000000 Z
12
+ date: 2018-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -125,6 +125,7 @@ files:
125
125
  - lib/2.2/unf_ext.so
126
126
  - lib/2.3/unf_ext.so
127
127
  - lib/2.4/unf_ext.so
128
+ - lib/2.5/unf_ext.so
128
129
  - lib/unf_ext.rb
129
130
  - lib/unf_ext/version.rb
130
131
  - test/helper.rb
@@ -146,7 +147,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
147
  version: '2.0'
147
148
  - - "<"
148
149
  - !ruby/object:Gem::Version
149
- version: '2.5'
150
+ version: '2.6'
150
151
  required_rubygems_version: !ruby/object:Gem::Requirement
151
152
  requirements:
152
153
  - - ">="
@@ -154,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
155
  version: '0'
155
156
  requirements: []
156
157
  rubyforge_project:
157
- rubygems_version: 2.6.8
158
+ rubygems_version: 2.6.14
158
159
  signing_key:
159
160
  specification_version: 4
160
161
  summary: Unicode Normalization Form support library for CRuby