r2corba_ext26 1.7.0-x64-mingw32 → 1.7.1-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/libACE.dll +0 -0
- data/ext/libTAO.dll +0 -0
- data/ext/libTAO_AnyTypeCode.dll +0 -0
- data/ext/libTAO_BiDirGIOP.dll +0 -0
- data/ext/libTAO_CodecFactory.dll +0 -0
- data/ext/libTAO_Codeset.dll +0 -0
- data/ext/libTAO_DynamicAny.dll +0 -0
- data/ext/libTAO_DynamicInterface.dll +0 -0
- data/ext/libTAO_IFR_Client.dll +0 -0
- data/ext/libTAO_IORTable.dll +0 -0
- data/ext/libTAO_ImR_Client.dll +0 -0
- data/ext/libTAO_Messaging.dll +0 -0
- data/ext/libTAO_PI.dll +0 -0
- data/ext/libTAO_PortableServer.dll +0 -0
- data/ext/libTAO_TypeCodeFactory.dll +0 -0
- data/ext/libTAO_Valuetype.dll +0 -0
- data/ext/libgcc_s_seh-1.dll +0 -0
- data/ext/libr2tao.so +0 -0
- data/ext/librpoa.so +0 -0
- data/ext/librpol.so +0 -0
- data/ext/libstdc++-6.dll +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b5338b4017aa8d9059ce95645a9f6d5a2694460c5b9a1a39f059a7914d24a50
|
4
|
+
data.tar.gz: 435fba4da46fe844747b6d0e6ccabcace86840f6243a0d2d4714505702d79534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0a02dff707097b63133969a5ae0d5795639062e0e4e0b7b284dc9d49ff5f8ffed1709844b5eb076cfb6e5127bb2e09bce488eec3be5eec7193e69b47bd7d57f
|
7
|
+
data.tar.gz: d8ec2cb58728e0196e7875af755c4f7d17bde5983522085445e22dcb012abf06f63c071e48b715205c500573478bb542ea48b2ef9b4870b4e6aff5fd1cb91916
|
data/ext/libACE.dll
CHANGED
Binary file
|
data/ext/libTAO.dll
CHANGED
Binary file
|
data/ext/libTAO_AnyTypeCode.dll
CHANGED
Binary file
|
data/ext/libTAO_BiDirGIOP.dll
CHANGED
Binary file
|
data/ext/libTAO_CodecFactory.dll
CHANGED
Binary file
|
data/ext/libTAO_Codeset.dll
CHANGED
Binary file
|
data/ext/libTAO_DynamicAny.dll
CHANGED
Binary file
|
Binary file
|
data/ext/libTAO_IFR_Client.dll
CHANGED
Binary file
|
data/ext/libTAO_IORTable.dll
CHANGED
Binary file
|
data/ext/libTAO_ImR_Client.dll
CHANGED
Binary file
|
data/ext/libTAO_Messaging.dll
CHANGED
Binary file
|
data/ext/libTAO_PI.dll
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/ext/libTAO_Valuetype.dll
CHANGED
Binary file
|
data/ext/libgcc_s_seh-1.dll
CHANGED
Binary file
|
data/ext/libr2tao.so
CHANGED
Binary file
|
data/ext/librpoa.so
CHANGED
Binary file
|
data/ext/librpol.so
CHANGED
Binary file
|
data/ext/libstdc++-6.dll
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: r2corba_ext26
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.1
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Martin Corino
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-11-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: OMG CORBA v3.3 compliant CORBA language mapping implementation for Ruby.
|
15
15
|
Depends on ridl gem for providing native Ruby IDL compiler. (extension binaries)
|