r2corba 1.4.1-x64-mingw32 → 1.5.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/CHANGES +15 -1
- data/THANKS +3 -1
- data/bin/r2corba +1 -1
- data/bin/ridlc +1 -1
- data/bin/rins +1 -1
- data/lib/corba/cbase/ORB.rb +8 -2
- data/lib/corba/common/ORB.rb +1 -1
- data/lib/corba/common/Object.rb +1 -1
- data/lib/corba/common/version.rb +1 -1
- data/lib/corba/jbase/ORB.rb +14 -1
- data/lib/corba/jbase/Object.rb +12 -11
- data/lib/corba/jbase/Servant.rb +3 -2
- data/lib/corba/jbase/require.rb +7 -4
- data/lib/ridlbe/ruby/config.rb +6 -6
- data/lib/ridlbe/ruby/orb.pidlc +0 -0
- data/mkrf_conf_bingem.rb +52 -2
- data/rakelib/bin.rb +3 -3
- data/rakelib/config.rb +96 -2
- data/rakelib/ext.rake +1 -1
- data/rakelib/ext.rb +10 -2
- data/rakelib/ext_r2tao.rb +6 -3
- data/rakelib/gem.rake +48 -24
- data/rakelib/gem.rb +6 -6
- data/test/BiDirectional/server.ior +1 -1
- data/test/CORBA_Services/Naming/BindingIterator/ins.ior +1 -1
- data/test/CORBA_Services/Naming/Corbaname/ins.ior +1 -1
- data/test/CORBA_Services/Naming/Simple/ins.ior +1 -1
- data/test/DII/server.ior +1 -1
- data/test/DSI/server.ior +1 -1
- data/test/Exceptions/server.ior +1 -1
- data/test/IDL_Test/server.ior +1 -1
- data/test/IORMap/server.ior +1 -1
- data/test/IORTable/server.ior +1 -1
- data/test/Implicit_Conversion/server.ior +1 -1
- data/test/Multi_Threading/Multiple_ORB/server0.ior +1 -1
- data/test/Multi_Threading/Multiple_ORB/server1.ior +1 -1
- data/test/Multi_Threading/Simple/Test.idl +1 -1
- data/test/Multi_Threading/Simple/client.rb +17 -12
- data/test/Multi_Threading/Simple/server.ior +1 -1
- data/test/Multi_Threading/Simple/server.rb +2 -2
- data/test/Multi_Threading/Threads/server.ior +1 -1
- data/test/Multi_Threading/Threads/server.rb +1 -1
- data/test/Multi_Threading/Threads/watchdog.ior +1 -1
- data/test/Multiple_Servant_Interfaces/server.ior +1 -1
- data/test/OBV/AbstractInterface/server.ior +1 -1
- data/test/OBV/Custom/server.ior +1 -1
- data/test/OBV/Simple/server.ior +1 -1
- data/test/OBV/Simple_Event/server.ior +1 -1
- data/test/OBV/Supports/server.ior +1 -1
- data/test/OBV/Tree/server.ior +1 -1
- data/test/OBV/Truncatable/server.ior +1 -1
- data/test/OBV/ValueBox/server.ior +1 -1
- data/test/Object/client.rb +30 -21
- data/test/Object/server.ior +1 -1
- data/test/Param_Test/server.ior +1 -1
- data/test/Performance/Simple/server.ior +1 -1
- data/test/Timeout/server.ior +1 -1
- metadata +108 -108
data/test/Object/server.ior
CHANGED
@@ -1 +1 @@
|
|
1
|
-
IOR:
|
1
|
+
IOR:010000001300000049444c3a546573742f48656c6c6f3a312e30000001000000000000006c000000010102000d0000003137322e31362e362e3233340000deec1b00000014010f00525354eb93d354000f0a000000000001000000010000000002000000000000000800000001010000004f41540100000018000000010100000100010001000000010001050901010000000000
|
data/test/Param_Test/server.ior
CHANGED
@@ -1 +1 @@
|
|
1
|
-
IOR:
|
1
|
+
IOR:010000001a00000049444c3a52656d6564792f546573742f48656c6c6f3a312e3000000001000000000000006c000000010102000d0000003137322e31362e362e3233340000e7ec1b00000014010f00525354ed93d354301907000000000001000000010000000002000000000000000800000001000000004f41540100000018000000010000000100010001000000010001050901010000000000
|
@@ -1 +1 @@
|
|
1
|
-
IOR:
|
1
|
+
IOR:010000001300000049444c3a546573742f48656c6c6f3a312e30000001000000000000006c000000010102000d0000003137322e31362e362e3233340000edec1b00000014010f00525354ee93d35418820b000000000001000000010000000002000000000000000800000001010000004f41540100000018000000010100000100010001000000010001050901010000000000
|
data/test/Timeout/server.ior
CHANGED
@@ -1 +1 @@
|
|
1
|
-
IOR:
|
1
|
+
IOR:010000001600000049444c3a53696d706c655f5365727665723a312e3000000001000000000000006c000000010102000d0000003137322e31362e362e3233340000f6ec1b00000014010f00525354f393d354585403000000000001000000010000000002000000000000000800000001010000004f41540100000018000000010100000100010001000000010001050901010000000000
|
metadata
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: r2corba
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Martin Corino
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ridl
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.
|
19
|
+
version: '2.5'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.
|
26
|
+
version: '2.5'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 10.0
|
33
|
+
version: '10.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 10.0
|
40
|
+
version: '10.0'
|
41
41
|
description: 'OMG CORBA v. 3.3 compliant CORBA language mapping implementation for
|
42
42
|
Ruby. Depends on ridl gem for providing native Ruby IDL compiler. '
|
43
43
|
email: mcorino@remedy.nl
|
@@ -49,40 +49,46 @@ extensions:
|
|
49
49
|
- mkrf_conf_bingem.rb
|
50
50
|
extra_rdoc_files: []
|
51
51
|
files:
|
52
|
-
-
|
53
|
-
-
|
52
|
+
- CHANGES
|
53
|
+
- LICENSE
|
54
|
+
- README
|
55
|
+
- THANKS
|
54
56
|
- bin/r2corba
|
57
|
+
- bin/r2corba.bat
|
58
|
+
- bin/ridlc
|
55
59
|
- bin/ridlc.bat
|
60
|
+
- bin/rins
|
56
61
|
- bin/rins.bat
|
57
|
-
-
|
58
|
-
- lib/corba
|
62
|
+
- ext/.keep
|
63
|
+
- lib/corba.rb
|
59
64
|
- lib/corba/cbase/IORMap.rb
|
60
65
|
- lib/corba/cbase/ORB.rb
|
61
|
-
- lib/corba/cbase/poa.rb
|
62
|
-
- lib/corba/cbase/policies.rb
|
63
|
-
- lib/corba/cbase/post_require.rb
|
64
66
|
- lib/corba/cbase/Request.rb
|
65
|
-
- lib/corba/cbase/require.rb
|
66
67
|
- lib/corba/cbase/Streams.rb
|
67
68
|
- lib/corba/cbase/Stub.rb
|
68
69
|
- lib/corba/cbase/Typecode.rb
|
69
70
|
- lib/corba/cbase/Values.rb
|
71
|
+
- lib/corba/cbase/exception.rb
|
72
|
+
- lib/corba/cbase/poa.rb
|
73
|
+
- lib/corba/cbase/policies.rb
|
74
|
+
- lib/corba/cbase/post_require.rb
|
75
|
+
- lib/corba/cbase/require.rb
|
70
76
|
- lib/corba/cmds/base.rb
|
71
77
|
- lib/corba/cmds/test.rb
|
72
78
|
- lib/corba/common/Any.rb
|
73
|
-
- lib/corba/common/const.rb
|
74
|
-
- lib/corba/common/exception.rb
|
75
79
|
- lib/corba/common/IDL.rb
|
76
|
-
- lib/corba/common/Object.rb
|
77
80
|
- lib/corba/common/ORB.rb
|
81
|
+
- lib/corba/common/Object.rb
|
78
82
|
- lib/corba/common/Request.rb
|
79
|
-
- lib/corba/common/require.rb
|
80
83
|
- lib/corba/common/Servant.rb
|
81
84
|
- lib/corba/common/Struct.rb
|
82
85
|
- lib/corba/common/Stub.rb
|
83
86
|
- lib/corba/common/Typecode.rb
|
84
87
|
- lib/corba/common/Union.rb
|
85
88
|
- lib/corba/common/Values.rb
|
89
|
+
- lib/corba/common/const.rb
|
90
|
+
- lib/corba/common/exception.rb
|
91
|
+
- lib/corba/common/require.rb
|
86
92
|
- lib/corba/common/version.rb
|
87
93
|
- lib/corba/idl/BiDirPolicyC.rb
|
88
94
|
- lib/corba/idl/CosNamingC.rb
|
@@ -92,26 +98,26 @@ files:
|
|
92
98
|
- lib/corba/idl/IORTableC.rb
|
93
99
|
- lib/corba/idl/MessagingC.rb
|
94
100
|
- lib/corba/idl/POAC.rb
|
95
|
-
- lib/corba/idl/r2c_orb.rb
|
96
|
-
- lib/corba/idl/require.rb
|
97
101
|
- lib/corba/idl/TAO_Ext.pidl
|
98
102
|
- lib/corba/idl/TAO_ExtC.rb
|
103
|
+
- lib/corba/idl/r2c_orb.rb
|
104
|
+
- lib/corba/idl/require.rb
|
99
105
|
- lib/corba/jbase/Any.rb
|
100
|
-
- lib/corba/jbase/exception.rb
|
101
106
|
- lib/corba/jbase/IORMap.rb
|
102
|
-
- lib/corba/jbase/Object.rb
|
103
107
|
- lib/corba/jbase/ORB.rb
|
104
|
-
- lib/corba/jbase/
|
105
|
-
- lib/corba/jbase/policies.rb
|
106
|
-
- lib/corba/jbase/post_require.rb
|
108
|
+
- lib/corba/jbase/Object.rb
|
107
109
|
- lib/corba/jbase/Request.rb
|
108
|
-
- lib/corba/jbase/require.rb
|
109
110
|
- lib/corba/jbase/Servant.rb
|
110
111
|
- lib/corba/jbase/ServerRequest.rb
|
111
112
|
- lib/corba/jbase/Streams.rb
|
112
113
|
- lib/corba/jbase/Stub.rb
|
113
114
|
- lib/corba/jbase/Typecode.rb
|
114
115
|
- lib/corba/jbase/Values.rb
|
116
|
+
- lib/corba/jbase/exception.rb
|
117
|
+
- lib/corba/jbase/poa.rb
|
118
|
+
- lib/corba/jbase/policies.rb
|
119
|
+
- lib/corba/jbase/post_require.rb
|
120
|
+
- lib/corba/jbase/require.rb
|
115
121
|
- lib/corba/naming.rb
|
116
122
|
- lib/corba/naming_service.rb
|
117
123
|
- lib/corba/poa.rb
|
@@ -124,127 +130,132 @@ files:
|
|
124
130
|
- lib/ridlbe/ruby/orb.pidlc
|
125
131
|
- lib/ridlbe/ruby/require.rb
|
126
132
|
- lib/ridlbe/ruby/walker.rb
|
127
|
-
-
|
133
|
+
- mkrf_conf_bingem.rb
|
134
|
+
- rakelib/bin.rake
|
135
|
+
- rakelib/bin.rb
|
136
|
+
- rakelib/build.rake
|
137
|
+
- rakelib/config.rake
|
138
|
+
- rakelib/config.rb
|
139
|
+
- rakelib/ext.rake
|
140
|
+
- rakelib/ext.rb
|
141
|
+
- rakelib/ext_r2tao.rb
|
142
|
+
- rakelib/gem.rake
|
143
|
+
- rakelib/gem.rb
|
144
|
+
- rakelib/package.rake
|
145
|
+
- rakelib/test.rake
|
146
|
+
- test/BiDirectional/Test.idl
|
128
147
|
- test/BiDirectional/client.rb
|
129
148
|
- test/BiDirectional/run_test.rb
|
130
149
|
- test/BiDirectional/server.ior
|
131
150
|
- test/BiDirectional/server.rb
|
132
|
-
- test/
|
133
|
-
- test/Collocation/Diamond.idl
|
134
|
-
- test/Collocation/run_test.rb
|
135
|
-
- test/Collocation/test.rb
|
136
|
-
- test/Connect_Timeout/client.rb
|
137
|
-
- test/Connect_Timeout/run_test.rb
|
138
|
-
- test/Connect_Timeout/Test.idl
|
151
|
+
- test/CORBA_Services/Naming/BindingIterator/Test.idl
|
139
152
|
- test/CORBA_Services/Naming/BindingIterator/client.rb
|
140
153
|
- test/CORBA_Services/Naming/BindingIterator/ins.ior
|
141
154
|
- test/CORBA_Services/Naming/BindingIterator/run_test.rb
|
142
155
|
- test/CORBA_Services/Naming/BindingIterator/server.rb
|
143
|
-
- test/CORBA_Services/Naming/
|
156
|
+
- test/CORBA_Services/Naming/Corbaname/Test.idl
|
144
157
|
- test/CORBA_Services/Naming/Corbaname/client.rb
|
145
158
|
- test/CORBA_Services/Naming/Corbaname/corbaname.ior
|
146
159
|
- test/CORBA_Services/Naming/Corbaname/ins.ior
|
147
160
|
- test/CORBA_Services/Naming/Corbaname/run_test.rb
|
148
161
|
- test/CORBA_Services/Naming/Corbaname/server.rb
|
149
|
-
- test/CORBA_Services/Naming/
|
162
|
+
- test/CORBA_Services/Naming/Simple/Test.idl
|
150
163
|
- test/CORBA_Services/Naming/Simple/client.rb
|
151
164
|
- test/CORBA_Services/Naming/Simple/ins.ior
|
152
165
|
- test/CORBA_Services/Naming/Simple/run_test.rb
|
153
166
|
- test/CORBA_Services/Naming/Simple/server.rb
|
154
|
-
- test/
|
167
|
+
- test/Collocation/Diamond.idl
|
168
|
+
- test/Collocation/run_test.rb
|
169
|
+
- test/Collocation/test.rb
|
170
|
+
- test/Connect_Timeout/Test.idl
|
171
|
+
- test/Connect_Timeout/client.rb
|
172
|
+
- test/Connect_Timeout/run_test.rb
|
173
|
+
- test/DII/Test.idl
|
155
174
|
- test/DII/client.rb
|
156
175
|
- test/DII/run_test.rb
|
157
176
|
- test/DII/server.ior
|
158
177
|
- test/DII/server.rb
|
159
|
-
- test/
|
178
|
+
- test/DSI/Test.idl
|
160
179
|
- test/DSI/client.rb
|
161
180
|
- test/DSI/run_test.rb
|
162
181
|
- test/DSI/server.ior
|
163
182
|
- test/DSI/server.rb
|
164
|
-
- test/
|
183
|
+
- test/Exceptions/Test.idl
|
165
184
|
- test/Exceptions/client.rb
|
166
185
|
- test/Exceptions/run_test.rb
|
167
186
|
- test/Exceptions/server.ior
|
168
187
|
- test/Exceptions/server.rb
|
169
|
-
- test/
|
188
|
+
- test/Hello/Test.idl
|
170
189
|
- test/Hello/client.rb
|
171
190
|
- test/Hello/run_test.rb
|
172
191
|
- test/Hello/server.rb
|
173
|
-
- test/
|
192
|
+
- test/IDL_Test/Test.idl
|
193
|
+
- test/IDL_Test/Test_inc.idl
|
174
194
|
- test/IDL_Test/client.rb
|
175
195
|
- test/IDL_Test/run_test.rb
|
176
196
|
- test/IDL_Test/server.ior
|
177
197
|
- test/IDL_Test/server.rb
|
178
|
-
- test/
|
179
|
-
- test/IDL_Test/Test_inc.idl
|
180
|
-
- test/Implicit_Conversion/client.rb
|
181
|
-
- test/Implicit_Conversion/run_test.rb
|
182
|
-
- test/Implicit_Conversion/server.ior
|
183
|
-
- test/Implicit_Conversion/server.rb
|
184
|
-
- test/Implicit_Conversion/Test.idl
|
198
|
+
- test/IORMap/Test.idl
|
185
199
|
- test/IORMap/client.rb
|
186
200
|
- test/IORMap/run_test.rb
|
187
201
|
- test/IORMap/server.ior
|
188
202
|
- test/IORMap/server.rb
|
189
|
-
- test/
|
203
|
+
- test/IORTable/Test.idl
|
190
204
|
- test/IORTable/client.rb
|
191
205
|
- test/IORTable/run_test.rb
|
192
206
|
- test/IORTable/server.ior
|
193
207
|
- test/IORTable/server.rb
|
194
|
-
- test/
|
195
|
-
- test/
|
196
|
-
- test/
|
197
|
-
- test/
|
198
|
-
- test/
|
199
|
-
- test/
|
200
|
-
- test/Multiple_Servant_Interfaces/server.rb
|
201
|
-
- test/Multiple_Servant_Interfaces/Test.idl
|
208
|
+
- test/Implicit_Conversion/Test.idl
|
209
|
+
- test/Implicit_Conversion/client.rb
|
210
|
+
- test/Implicit_Conversion/run_test.rb
|
211
|
+
- test/Implicit_Conversion/server.ior
|
212
|
+
- test/Implicit_Conversion/server.rb
|
213
|
+
- test/Multi_Threading/Multiple_ORB/Test.idl
|
202
214
|
- test/Multi_Threading/Multiple_ORB/client.rb
|
203
215
|
- test/Multi_Threading/Multiple_ORB/run_test.rb
|
204
216
|
- test/Multi_Threading/Multiple_ORB/server.rb
|
205
217
|
- test/Multi_Threading/Multiple_ORB/server0.ior
|
206
218
|
- test/Multi_Threading/Multiple_ORB/server1.ior
|
207
|
-
- test/Multi_Threading/
|
219
|
+
- test/Multi_Threading/Simple/Test.idl
|
208
220
|
- test/Multi_Threading/Simple/client.rb
|
209
221
|
- test/Multi_Threading/Simple/run_test.rb
|
210
222
|
- test/Multi_Threading/Simple/server.ior
|
211
223
|
- test/Multi_Threading/Simple/server.rb
|
212
|
-
- test/Multi_Threading/
|
224
|
+
- test/Multi_Threading/Threads/Test.idl
|
213
225
|
- test/Multi_Threading/Threads/client.rb
|
214
226
|
- test/Multi_Threading/Threads/run_test.rb
|
215
227
|
- test/Multi_Threading/Threads/server.ior
|
216
228
|
- test/Multi_Threading/Threads/server.rb
|
217
|
-
- test/Multi_Threading/Threads/Test.idl
|
218
229
|
- test/Multi_Threading/Threads/watchdog.ior
|
219
230
|
- test/Multi_Threading/Threads/watchdog.rb
|
220
|
-
- test/
|
231
|
+
- test/Multiple_Servant_Interfaces/Test.idl
|
232
|
+
- test/Multiple_Servant_Interfaces/client.rb
|
233
|
+
- test/Multiple_Servant_Interfaces/run_test.rb
|
234
|
+
- test/Multiple_Servant_Interfaces/server.ior
|
235
|
+
- test/Multiple_Servant_Interfaces/server.rb
|
221
236
|
- test/Nil/Test.idl
|
237
|
+
- test/Nil/run_test.rb
|
222
238
|
- test/Nil/test.rb
|
223
|
-
- test/Object/client.rb
|
224
|
-
- test/Object/run_test.rb
|
225
|
-
- test/Object/server.ior
|
226
|
-
- test/Object/server.rb
|
227
|
-
- test/Object/Test.idl
|
228
239
|
- test/OBV/AbstractInterface/client.rb
|
229
240
|
- test/OBV/AbstractInterface/run_test.rb
|
230
241
|
- test/OBV/AbstractInterface/server.ior
|
231
242
|
- test/OBV/AbstractInterface/server.rb
|
232
243
|
- test/OBV/AbstractInterface/test.idl
|
233
|
-
- test/OBV/Custom/client.rb
|
234
244
|
- test/OBV/Custom/OBV.idl
|
235
245
|
- test/OBV/Custom/OBV_impl.rb
|
246
|
+
- test/OBV/Custom/client.rb
|
236
247
|
- test/OBV/Custom/run_test.rb
|
237
248
|
- test/OBV/Custom/server.ior
|
238
249
|
- test/OBV/Custom/server.rb
|
239
|
-
- test/OBV/Simple/client.rb
|
240
250
|
- test/OBV/Simple/OBV.idl
|
241
251
|
- test/OBV/Simple/OBV_impl.rb
|
252
|
+
- test/OBV/Simple/client.rb
|
242
253
|
- test/OBV/Simple/run_test.rb
|
243
254
|
- test/OBV/Simple/server.ior
|
244
255
|
- test/OBV/Simple/server.rb
|
245
|
-
- test/OBV/Simple_Event/client.rb
|
246
256
|
- test/OBV/Simple_Event/Event.idl
|
247
257
|
- test/OBV/Simple_Event/Event_impl.rb
|
258
|
+
- test/OBV/Simple_Event/client.rb
|
248
259
|
- test/OBV/Simple_Event/run_test.rb
|
249
260
|
- test/OBV/Simple_Event/server.ior
|
250
261
|
- test/OBV/Simple_Event/server.rb
|
@@ -259,13 +270,13 @@ files:
|
|
259
270
|
- test/OBV/Tree/server.ior
|
260
271
|
- test/OBV/Tree/server.rb
|
261
272
|
- test/OBV/Tree/test.idl
|
262
|
-
- test/OBV/Truncatable/client.rb
|
263
273
|
- test/OBV/Truncatable/Extra.idl
|
274
|
+
- test/OBV/Truncatable/Truncatable.idl
|
275
|
+
- test/OBV/Truncatable/Truncatable_impl.rb
|
276
|
+
- test/OBV/Truncatable/client.rb
|
264
277
|
- test/OBV/Truncatable/run_test.rb
|
265
278
|
- test/OBV/Truncatable/server.ior
|
266
279
|
- test/OBV/Truncatable/server.rb
|
267
|
-
- test/OBV/Truncatable/Truncatable.idl
|
268
|
-
- test/OBV/Truncatable/Truncatable_impl.rb
|
269
280
|
- test/OBV/ValueBox/client.rb
|
270
281
|
- test/OBV/ValueBox/run_test.rb
|
271
282
|
- test/OBV/ValueBox/server.ior
|
@@ -274,46 +285,35 @@ files:
|
|
274
285
|
- test/OBV/ValueBox/vb_basic.idl
|
275
286
|
- test/OBV/ValueBox/vb_struct.idl
|
276
287
|
- test/OBV/ValueBox/vb_union.idl
|
288
|
+
- test/Object/Test.idl
|
289
|
+
- test/Object/client.rb
|
290
|
+
- test/Object/run_test.rb
|
291
|
+
- test/Object/server.ior
|
292
|
+
- test/Object/server.rb
|
293
|
+
- test/POA/Test.idl
|
294
|
+
- test/POA/run_test.rb
|
295
|
+
- test/POA/test.rb
|
296
|
+
- test/Param_Test/Test.idl
|
277
297
|
- test/Param_Test/client.rb
|
278
298
|
- test/Param_Test/run_test.rb
|
279
299
|
- test/Param_Test/server.ior
|
280
300
|
- test/Param_Test/server.rb
|
281
|
-
- test/
|
301
|
+
- test/Performance/Simple/Test.idl
|
282
302
|
- test/Performance/Simple/client.rb
|
283
303
|
- test/Performance/Simple/run_test.rb
|
284
304
|
- test/Performance/Simple/server.ior
|
285
305
|
- test/Performance/Simple/server.rb
|
286
|
-
- test/Performance/Simple/Test.idl
|
287
|
-
- test/POA/run_test.rb
|
288
|
-
- test/POA/Test.idl
|
289
|
-
- test/POA/test.rb
|
290
|
-
- test/Policies/run_test.rb
|
291
306
|
- test/Policies/Test.idl
|
307
|
+
- test/Policies/run_test.rb
|
292
308
|
- test/Policies/test.rb
|
293
|
-
- test/test_runner.rb
|
294
309
|
- test/Timeout/client.rb
|
295
310
|
- test/Timeout/run_test.rb
|
296
311
|
- test/Timeout/server.ior
|
297
312
|
- test/Timeout/server.rb
|
298
313
|
- test/Timeout/test.idl
|
299
|
-
-
|
300
|
-
-
|
301
|
-
-
|
302
|
-
- CHANGES
|
303
|
-
- mkrf_conf_bingem.rb
|
304
|
-
- rakelib/bin.rake
|
305
|
-
- rakelib/bin.rb
|
306
|
-
- rakelib/build.rake
|
307
|
-
- rakelib/config.rake
|
308
|
-
- rakelib/config.rb
|
309
|
-
- rakelib/ext.rake
|
310
|
-
- rakelib/ext.rb
|
311
|
-
- rakelib/ext_r2tao.rb
|
312
|
-
- rakelib/gem.rake
|
313
|
-
- rakelib/gem.rb
|
314
|
-
- rakelib/package.rake
|
315
|
-
- rakelib/test.rake
|
316
|
-
- ext/.keep
|
314
|
+
- test/lib/assert.rb
|
315
|
+
- test/lib/test.rb
|
316
|
+
- test/test_runner.rb
|
317
317
|
homepage: https://osportal.remedy.nl/projects/r2corba
|
318
318
|
licenses:
|
319
319
|
- R2CORBA
|
@@ -322,24 +322,24 @@ licenses:
|
|
322
322
|
metadata: {}
|
323
323
|
post_install_message:
|
324
324
|
rdoc_options:
|
325
|
-
- --exclude
|
326
|
-
- --exclude
|
325
|
+
- "--exclude=\\.dll"
|
326
|
+
- "--exclude=\\.so"
|
327
|
+
- "--exclude=\\.pidlc"
|
327
328
|
require_paths:
|
328
329
|
- lib
|
329
|
-
- ext
|
330
330
|
required_ruby_version: !ruby/object:Gem::Requirement
|
331
331
|
requirements:
|
332
|
-
- -
|
332
|
+
- - ">="
|
333
333
|
- !ruby/object:Gem::Version
|
334
|
-
version: 1.
|
334
|
+
version: 1.9.3
|
335
335
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
336
336
|
requirements:
|
337
|
-
- -
|
337
|
+
- - ">="
|
338
338
|
- !ruby/object:Gem::Version
|
339
339
|
version: '0'
|
340
340
|
requirements: []
|
341
341
|
rubyforge_project:
|
342
|
-
rubygems_version: 2.
|
342
|
+
rubygems_version: 2.4.5
|
343
343
|
signing_key:
|
344
344
|
specification_version: 4
|
345
345
|
summary: CORBA language mapping implementation for Ruby
|