unf_ext 0.0.7.4-x64-mingw32 → 0.0.7.5-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/unf_ext/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5dc3d46d974c3e4e19f90425e7944a521b0e3484
|
4
|
+
data.tar.gz: 3b510558d6e80c68faf4157e7e2df28fec8e8826
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9326676462294db5e0f51089fa1b16234b96601288c1a27912557bdb8830eb852ffff2711e21a44a1a495c69249189697c9da12ac3453e0903c82baf268ec982
|
7
|
+
data.tar.gz: c28128fbe9fb691260efdb9fce250300d0fb2f83bd948a20499c6cb9c06eb5b3521566f4f713516bf15e538249d46f2cf1e1e835ac55fb61c7492cedb8eed09c
|
data/CHANGELOG.md
CHANGED
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-
|
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
data/lib/unf_ext/version.rb
CHANGED
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
|
+
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:
|
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.
|
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.
|
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
|