r2corba_ext25 1.6.1-x64-mingw32 → 1.6.2-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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 046c2efbce9abc336f1937d7081fe721017a8e0a099f8de046a8e19cb475d1e9
|
4
|
+
data.tar.gz: a21239730fc654aa633bfb6e5376496b45adf10ea9262e55139ddfe422d8fd47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68bbdd182f365dd68c198bab2891dcc37bc31198b1d9f8d0a6baaead66ca34139c3300d5f88e22e720568c2aeaf47310a4a265a4581bcf5ef45e1625724bf01c
|
7
|
+
data.tar.gz: c135c63373f077986913275c751cccc7f7814ef46a9635c14a962f43019fea609711f2db1cfe7dfaa15583246ebe6fc49fd8c3ca2f19da54350ff62137210691
|
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_ext25
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Martin Corino
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-12-21 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)
|
16
|
-
email:
|
16
|
+
email: info@remedy.nl
|
17
17
|
executables: []
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
@@ -56,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
57
57
|
- - ">="
|
58
58
|
- !ruby/object:Gem::Version
|
59
|
-
version: '2.
|
59
|
+
version: '2.5'
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
61
|
requirements:
|
62
62
|
- - ">="
|