unf_ext 0.0.7.4-x86-mingw32 → 0.0.7.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ddbab84874d544a3755d9cb5896aee5bfa85557
4
- data.tar.gz: d0000281cf2cfc0fdf79b00aad030a6654923efb
3
+ metadata.gz: 2aa73605663b78a93f599a55bd47542cb81feab1
4
+ data.tar.gz: 690652d99e386674aa769cd1026633910b91b06d
5
5
  SHA512:
6
- metadata.gz: ed126fc6b70b505d11f397e9eefc11a912f2e6c6f289fe92d25f6981da04eb7bd635c73b30f470f39bd3d5f361abaccb1ad66886ade69904015e5be4e24b09dd
7
- data.tar.gz: 5a06532af1e866b76b080981bba7a846906d2a62f4b217cc1535f996cf7a0f20aea3f9934245c85af296e5927969a33b71c48f9fc68f88a4d5c7bb2e5a66f878
6
+ metadata.gz: 199b797248fac50807ef168dbe6cd3342d580fb11c269736a8cdebeaa29cb682ce177cd5cdc5a84c4b1470e444c1d1e1a1b882cfbf6a5daeea79a4d778508248
7
+ data.tar.gz: '069412727c95ac1319020d4abf7a78bc4a7a7c374a490884d411ddd823e19f8b8f3db2cdbd8d2e51772ce15657787917db0c1b076a036fc763034926554ad4f2'
@@ -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.
@@ -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: x86-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