r2corba_ext24 1.6.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- 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 +71 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b880fb4f2b69141912c531867a7de2841daeeccf
|
4
|
+
data.tar.gz: 6a1729899ac86a6fb7a2c3cb5b48f7d3172b82ac
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e79b584a23d7d2b397e728cb3739a137ac6bf8ef5f59a9975923dd65974e564be97c670ed00002b445f2fd0bcd847f418e0f9923dcfba57bb0ce0ba2a6fdc48e
|
7
|
+
data.tar.gz: dbd6a468dbfa392425cac536255c2a6b40c547b10ae0555114a6fb700b3d59293f0527c8bf23b17b18732d05984175315e6102dc9fd863e00f48ac2986f6cdf5
|
data/ext/libACE.dll
ADDED
Binary file
|
data/ext/libTAO.dll
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/ext/libTAO_PI.dll
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/ext/libr2tao.so
ADDED
Binary file
|
data/ext/librpoa.so
ADDED
Binary file
|
data/ext/librpol.so
ADDED
Binary file
|
data/ext/libstdc++-6.dll
ADDED
Binary file
|
metadata
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: r2corba_ext24
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.6.0
|
5
|
+
platform: x64-mingw32
|
6
|
+
authors:
|
7
|
+
- Martin Corino
|
8
|
+
- Johnny Willemsen
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2021-08-11 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: OMG CORBA v3.3 compliant CORBA language mapping implementation for Ruby.
|
15
|
+
Depends on ridl gem for providing native Ruby IDL compiler. (extension binaries)
|
16
|
+
email: mcorino@remedy.nl
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files:
|
21
|
+
- ext/libACE.dll
|
22
|
+
- ext/libTAO.dll
|
23
|
+
- ext/libTAO_AnyTypeCode.dll
|
24
|
+
- ext/libTAO_BiDirGIOP.dll
|
25
|
+
- ext/libTAO_CodecFactory.dll
|
26
|
+
- ext/libTAO_Codeset.dll
|
27
|
+
- ext/libTAO_DynamicAny.dll
|
28
|
+
- ext/libTAO_DynamicInterface.dll
|
29
|
+
- ext/libTAO_IFR_Client.dll
|
30
|
+
- ext/libTAO_IORTable.dll
|
31
|
+
- ext/libTAO_ImR_Client.dll
|
32
|
+
- ext/libTAO_Messaging.dll
|
33
|
+
- ext/libTAO_PI.dll
|
34
|
+
- ext/libTAO_PortableServer.dll
|
35
|
+
- ext/libTAO_TypeCodeFactory.dll
|
36
|
+
- ext/libTAO_Valuetype.dll
|
37
|
+
- ext/libgcc_s_seh-1.dll
|
38
|
+
- ext/libr2tao.so
|
39
|
+
- ext/librpoa.so
|
40
|
+
- ext/librpol.so
|
41
|
+
- ext/libstdc++-6.dll
|
42
|
+
homepage: https://www.remedy.nl/opensource/r2corba.html
|
43
|
+
licenses:
|
44
|
+
- Nonstandard
|
45
|
+
- DOC
|
46
|
+
metadata:
|
47
|
+
bug_tracker_uri: https://github.com/RemedyIT/r2corba/issues
|
48
|
+
source_code_uri: https://github.com/RemedyIT/r2corba
|
49
|
+
post_install_message:
|
50
|
+
rdoc_options:
|
51
|
+
- "--exclude=\\.dll"
|
52
|
+
- "--exclude=\\.so"
|
53
|
+
require_paths:
|
54
|
+
- ext
|
55
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '2.4'
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
requirements:
|
62
|
+
- - ">="
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '0'
|
65
|
+
requirements: []
|
66
|
+
rubyforge_project:
|
67
|
+
rubygems_version: 2.6.14.4
|
68
|
+
signing_key:
|
69
|
+
specification_version: 4
|
70
|
+
summary: CORBA language mapping implementation for Ruby (extension binaries)
|
71
|
+
test_files: []
|