r2corba_ext30 1.6.1-x64-mingw32 → 1.7.0-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 +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c73cc695a711bd0bb2db09f9321891f2b67ce1c646de17cdf0882e51224594d9
|
4
|
+
data.tar.gz: a7e2f5cf52ee78ac7ffe312a113bc3f0a45d0f179db42910f5b49d8c4010ad1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea4ae30f8f4bcf9c84e940909f1e042538d2c2181f9de83408ad2dd4a87d6b7be3f4b3616f23a7425a37ff069fecffab7f2fc852984adc963c13a5ab66228a92
|
7
|
+
data.tar.gz: 9146a53ae6e66efb882676de0e1b36fe55b9631cbde031b596f01c45b66ffd8b3161ce38fed80a220873dea9ee80988d83773251ca5042cfead154e98827e524
|
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_ext30
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
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:
|
12
|
+
date: 2023-03-06 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,14 +56,14 @@ 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
|
- - ">="
|
63
63
|
- !ruby/object:Gem::Version
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
|
-
rubygems_version: 3.2.
|
66
|
+
rubygems_version: 3.2.33
|
67
67
|
signing_key:
|
68
68
|
specification_version: 4
|
69
69
|
summary: CORBA language mapping implementation for Ruby (extension binaries)
|