unf_ext 0.0.8.2.beta-x86-mingw32 → 0.0.8.2-x86-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 +4 -4
- data/.github/workflows/unf_ext.yml +1 -1
- data/CHANGELOG.md +1 -1
- data/lib/2.4/unf_ext.so +0 -0
- data/lib/2.5/unf_ext.so +0 -0
- data/lib/2.6/unf_ext.so +0 -0
- data/lib/2.7/unf_ext.so +0 -0
- data/lib/3.0/unf_ext.so +0 -0
- data/lib/3.1/unf_ext.so +0 -0
- data/lib/unf_ext/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8259b68bc2f4cf43b2267fe5e8d8d20c06b929e102973b985d2ec64de2567b29
|
4
|
+
data.tar.gz: 5f341af8118fc39da62615b0471d25baa931d060ca442afc06f58512eac919a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cbadbe118c366bc13a4b3375fc4d3c74e1fc5a9fb020a5f18a6afbe8f262614996c99c589bb132edf83df33579dfd07a2ac90ac98d5a483fdbb9a42fe41e8aa
|
7
|
+
data.tar.gz: e363d3b0dd653f2da55347598a8be297e9d03485ef60454d6a17209f55177af50024311e0ea3135666a8d1430d5fb9312fd228baa7f5962510d53beca2c3e518
|
data/CHANGELOG.md
CHANGED
data/lib/2.4/unf_ext.so
CHANGED
Binary file
|
data/lib/2.5/unf_ext.so
CHANGED
Binary file
|
data/lib/2.6/unf_ext.so
CHANGED
Binary file
|
data/lib/2.7/unf_ext.so
CHANGED
Binary file
|
data/lib/3.0/unf_ext.so
CHANGED
Binary file
|
data/lib/3.1/unf_ext.so
CHANGED
Binary file
|
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.8.2
|
4
|
+
version: 0.0.8.2
|
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: 2022-
|
12
|
+
date: 2022-06-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -150,9 +150,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
150
150
|
version: 3.2.dev
|
151
151
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
152
152
|
requirements:
|
153
|
-
- - "
|
153
|
+
- - ">="
|
154
154
|
- !ruby/object:Gem::Version
|
155
|
-
version:
|
155
|
+
version: '0'
|
156
156
|
requirements: []
|
157
157
|
rubygems_version: 3.3.4
|
158
158
|
signing_key:
|