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 +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: 2aa73605663b78a93f599a55bd47542cb81feab1
|
4
|
+
data.tar.gz: 690652d99e386674aa769cd1026633910b91b06d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 199b797248fac50807ef168dbe6cd3342d580fb11c269736a8cdebeaa29cb682ce177cd5cdc5a84c4b1470e444c1d1e1a1b882cfbf6a5daeea79a4d778508248
|
7
|
+
data.tar.gz: '069412727c95ac1319020d4abf7a78bc4a7a7c374a490884d411ddd823e19f8b8f3db2cdbd8d2e51772ce15657787917db0c1b076a036fc763034926554ad4f2'
|
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: 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:
|
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
|