r2corba 1.4.1 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES +15 -1
  3. data/THANKS +3 -1
  4. data/bin/r2corba +1 -1
  5. data/bin/ridlc +1 -1
  6. data/bin/rins +1 -1
  7. data/lib/corba/cbase/ORB.rb +8 -2
  8. data/lib/corba/common/ORB.rb +1 -1
  9. data/lib/corba/common/Object.rb +1 -1
  10. data/lib/corba/common/version.rb +1 -1
  11. data/lib/corba/jbase/ORB.rb +14 -1
  12. data/lib/corba/jbase/Object.rb +12 -11
  13. data/lib/corba/jbase/Servant.rb +3 -2
  14. data/lib/corba/jbase/require.rb +7 -4
  15. data/lib/ridlbe/ruby/config.rb +6 -6
  16. data/mkrf_conf_srcgem.rb +8 -2
  17. data/rakelib/bin.rb +3 -3
  18. data/rakelib/config.rb +96 -2
  19. data/rakelib/ext.rake +1 -1
  20. data/rakelib/ext.rb +10 -2
  21. data/rakelib/ext_r2tao.rb +6 -3
  22. data/rakelib/gem.rake +48 -24
  23. data/rakelib/gem.rb +6 -6
  24. data/test/BiDirectional/server.ior +1 -0
  25. data/test/CORBA_Services/Naming/BindingIterator/ins.ior +1 -0
  26. data/test/CORBA_Services/Naming/Corbaname/corbaname.ior +1 -0
  27. data/test/CORBA_Services/Naming/Corbaname/ins.ior +1 -0
  28. data/test/CORBA_Services/Naming/Simple/ins.ior +1 -0
  29. data/test/DII/server.ior +1 -0
  30. data/test/DSI/server.ior +1 -0
  31. data/test/Exceptions/server.ior +1 -0
  32. data/test/Hello/gateway.ior +1 -0
  33. data/test/IDL_Test/server.ior +1 -0
  34. data/test/IORMap/server.ior +1 -0
  35. data/test/IORTable/server.ior +0 -0
  36. data/test/Implicit_Conversion/server.ior +1 -0
  37. data/test/Multi_Threading/Multiple_ORB/server0.ior +1 -0
  38. data/test/Multi_Threading/Multiple_ORB/server1.ior +1 -0
  39. data/test/Multi_Threading/Simple/Test.idl +1 -1
  40. data/test/Multi_Threading/Simple/client.rb +17 -12
  41. data/test/Multi_Threading/Simple/server.ior +1 -0
  42. data/test/Multi_Threading/Simple/server.rb +2 -2
  43. data/test/Multi_Threading/Threads/server.ior +1 -0
  44. data/test/Multi_Threading/Threads/server.rb +1 -1
  45. data/test/Multi_Threading/Threads/watchdog.ior +1 -0
  46. data/test/Multiple_Servant_Interfaces/server.ior +1 -0
  47. data/test/OBV/AbstractInterface/server.ior +1 -0
  48. data/test/OBV/Custom/server.ior +1 -0
  49. data/test/OBV/Simple/server.ior +1 -0
  50. data/test/OBV/Simple_Event/server.ior +1 -0
  51. data/test/OBV/Supports/server.ior +1 -0
  52. data/test/OBV/Tree/server.ior +1 -0
  53. data/test/OBV/Truncatable/server.ior +1 -0
  54. data/test/OBV/ValueBox/server.ior +1 -0
  55. data/test/Object/client.rb +30 -21
  56. data/test/Object/server.ior +1 -0
  57. data/test/Param_Test/server.ior +1 -0
  58. data/test/Performance/Simple/server.ior +1 -0
  59. data/test/Timeout/server.ior +1 -0
  60. data/test/test.log +20 -0
  61. data/test/test2.log +5000 -0
  62. metadata +241 -209
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.1
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Corino
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-09 00:00:00.000000000 Z
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.2.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.2.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.1
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.1
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,258 +49,291 @@ extensions:
49
49
  - mkrf_conf_srcgem.rb
50
50
  extra_rdoc_files: []
51
51
  files:
52
+ - CHANGES
53
+ - LICENSE
54
+ - README
55
+ - THANKS
56
+ - bin/r2corba
52
57
  - bin/ridlc
53
58
  - bin/rins
54
- - bin/r2corba
59
+ - ext/ext.mwc
55
60
  - ext/extload/extload.c
56
- - ext/libr2tao/orb.cpp
57
- - ext/libr2tao/required.cpp
58
61
  - ext/libr2tao/any.cpp
59
- - ext/libr2tao/object.cpp
60
62
  - ext/libr2tao/exception.cpp
61
- - ext/libr2tao/values.cpp
62
- - ext/libr2tao/typecode.cpp
63
+ - ext/libr2tao/exception.h
63
64
  - ext/libr2tao/longdouble.cpp
64
- - ext/librpol/policies.cpp
65
- - ext/librpoa/servant.cpp
66
- - ext/librpoa/srvreq_fix.cpp
67
- - ext/librpoa/poa.cpp
68
- - ext/librpoa/iortable.cpp
69
- - ext/libr2tao/r2tao_ext.h
70
- - ext/libr2tao/orb.h
71
- - ext/libr2tao/values.h
65
+ - ext/libr2tao/longdouble.h
66
+ - ext/libr2tao/object.cpp
72
67
  - ext/libr2tao/object.h
68
+ - ext/libr2tao/orb.cpp
69
+ - ext/libr2tao/orb.h
70
+ - ext/libr2tao/r2tao_export.h
71
+ - ext/libr2tao/r2tao_ext.h
72
+ - ext/libr2tao/required.cpp
73
73
  - ext/libr2tao/required.h
74
- - ext/libr2tao/exception.h
74
+ - ext/libr2tao/typecode.cpp
75
75
  - ext/libr2tao/typecode.h
76
- - ext/libr2tao/longdouble.h
77
- - ext/libr2tao/r2tao_export.h
78
- - ext/librpol/policies.h
79
- - ext/librpol/rpol_export.h
80
- - ext/librpoa/srvreq_fix.h
76
+ - ext/libr2tao/values.cpp
77
+ - ext/libr2tao/values.h
78
+ - ext/librpoa/iortable.cpp
79
+ - ext/librpoa/poa.cpp
80
+ - ext/librpoa/poa.h
81
81
  - ext/librpoa/rpoa_export.h
82
+ - ext/librpoa/servant.cpp
82
83
  - ext/librpoa/servant.h
83
- - ext/librpoa/poa.h
84
- - ext/ext.mwc
85
- - lib/corba/common/Servant.rb
86
- - lib/corba/common/Object.rb
87
- - lib/corba/common/ORB.rb
88
- - lib/corba/common/version.rb
89
- - lib/corba/common/require.rb
90
- - lib/corba/common/Values.rb
91
- - lib/corba/common/Struct.rb
84
+ - ext/librpoa/srvreq_fix.cpp
85
+ - ext/librpoa/srvreq_fix.h
86
+ - ext/librpol/policies.cpp
87
+ - ext/librpol/policies.h
88
+ - ext/librpol/rpol_export.h
89
+ - lib/corba.rb
90
+ - lib/corba/cbase/IORMap.rb
91
+ - lib/corba/cbase/ORB.rb
92
+ - lib/corba/cbase/Request.rb
93
+ - lib/corba/cbase/Streams.rb
94
+ - lib/corba/cbase/Stub.rb
95
+ - lib/corba/cbase/Typecode.rb
96
+ - lib/corba/cbase/Values.rb
97
+ - lib/corba/cbase/exception.rb
98
+ - lib/corba/cbase/poa.rb
99
+ - lib/corba/cbase/policies.rb
100
+ - lib/corba/cbase/post_require.rb
101
+ - lib/corba/cbase/require.rb
102
+ - lib/corba/cmds/base.rb
103
+ - lib/corba/cmds/test.rb
92
104
  - lib/corba/common/Any.rb
93
105
  - lib/corba/common/IDL.rb
94
- - lib/corba/common/Union.rb
95
- - lib/corba/common/Typecode.rb
96
- - lib/corba/common/Stub.rb
97
- - lib/corba/common/exception.rb
106
+ - lib/corba/common/ORB.rb
107
+ - lib/corba/common/Object.rb
98
108
  - lib/corba/common/Request.rb
109
+ - lib/corba/common/Servant.rb
110
+ - lib/corba/common/Struct.rb
111
+ - lib/corba/common/Stub.rb
112
+ - lib/corba/common/Typecode.rb
113
+ - lib/corba/common/Union.rb
114
+ - lib/corba/common/Values.rb
99
115
  - lib/corba/common/const.rb
100
- - lib/corba/jbase/Servant.rb
101
- - lib/corba/jbase/Object.rb
116
+ - lib/corba/common/exception.rb
117
+ - lib/corba/common/require.rb
118
+ - lib/corba/common/version.rb
119
+ - lib/corba/idl/IDL.rb
120
+ - lib/corba/idl/IORTable.pidl
121
+ - lib/corba/idl/TAO_Ext.pidl
122
+ - lib/corba/idl/require.rb
123
+ - lib/corba/jbase/Any.rb
124
+ - lib/corba/jbase/IORMap.rb
102
125
  - lib/corba/jbase/ORB.rb
103
- - lib/corba/jbase/poa.rb
104
- - lib/corba/jbase/require.rb
105
- - lib/corba/jbase/Values.rb
126
+ - lib/corba/jbase/Object.rb
127
+ - lib/corba/jbase/Request.rb
128
+ - lib/corba/jbase/Servant.rb
106
129
  - lib/corba/jbase/ServerRequest.rb
107
- - lib/corba/jbase/Any.rb
108
- - lib/corba/jbase/policies.rb
109
- - lib/corba/jbase/Typecode.rb
130
+ - lib/corba/jbase/Streams.rb
110
131
  - lib/corba/jbase/Stub.rb
132
+ - lib/corba/jbase/Typecode.rb
133
+ - lib/corba/jbase/Values.rb
111
134
  - lib/corba/jbase/exception.rb
112
- - lib/corba/jbase/IORMap.rb
113
- - lib/corba/jbase/Streams.rb
114
- - lib/corba/jbase/Request.rb
135
+ - lib/corba/jbase/poa.rb
136
+ - lib/corba/jbase/policies.rb
115
137
  - lib/corba/jbase/post_require.rb
138
+ - lib/corba/jbase/require.rb
139
+ - lib/corba/naming.rb
116
140
  - lib/corba/naming_service.rb
117
141
  - lib/corba/poa.rb
118
- - lib/corba/require.rb
119
- - lib/corba/idl/TAO_Ext.pidl
120
- - lib/corba/idl/require.rb
121
- - lib/corba/idl/IDL.rb
122
- - lib/corba/idl/IORTable.pidl
123
- - lib/corba/naming.rb
124
- - lib/corba/cbase/ORB.rb
125
- - lib/corba/cbase/poa.rb
126
- - lib/corba/cbase/require.rb
127
- - lib/corba/cbase/Values.rb
128
- - lib/corba/cbase/policies.rb
129
- - lib/corba/cbase/Typecode.rb
130
- - lib/corba/cbase/Stub.rb
131
- - lib/corba/cbase/exception.rb
132
- - lib/corba/cbase/IORMap.rb
133
- - lib/corba/cbase/Streams.rb
134
- - lib/corba/cbase/Request.rb
135
- - lib/corba/cbase/post_require.rb
136
142
  - lib/corba/policies.rb
143
+ - lib/corba/require.rb
137
144
  - lib/corba/svcs/ins/cos_naming.rb
138
- - lib/corba/svcs/ins/naming_service.rb
139
145
  - lib/corba/svcs/ins/ins.rb
140
- - lib/corba/cmds/test.rb
141
- - lib/corba/cmds/base.rb
146
+ - lib/corba/svcs/ins/naming_service.rb
147
+ - lib/ridlbe/ruby/config.rb
142
148
  - lib/ridlbe/ruby/require.rb
143
149
  - lib/ridlbe/ruby/walker.rb
144
- - lib/ridlbe/ruby/config.rb
145
- - lib/corba.rb
146
- - test/Hello/Test.idl
147
- - test/Hello/run_test.rb
148
- - test/Hello/server.rb
149
- - test/Hello/client.rb
150
- - test/Collocation/run_test.rb
151
- - test/Collocation/test.rb
152
- - test/Collocation/Diamond.idl
153
- - test/Object/Test.idl
154
- - test/Object/run_test.rb
155
- - test/Object/server.rb
156
- - test/Object/client.rb
157
- - test/Nil/Test.idl
158
- - test/Nil/run_test.rb
159
- - test/Nil/test.rb
160
- - test/Exceptions/Test.idl
161
- - test/Exceptions/run_test.rb
162
- - test/Exceptions/server.rb
163
- - test/Exceptions/client.rb
164
- - test/IORMap/Test.idl
165
- - test/IORMap/run_test.rb
166
- - test/IORMap/server.rb
167
- - test/IORMap/client.rb
168
- - test/Connect_Timeout/Test.idl
169
- - test/Connect_Timeout/run_test.rb
170
- - test/Connect_Timeout/client.rb
171
- - test/Policies/Test.idl
172
- - test/Policies/run_test.rb
173
- - test/Policies/test.rb
150
+ - mkrf_conf_srcgem.rb
151
+ - rakelib/bin.rake
152
+ - rakelib/bin.rb
153
+ - rakelib/build.rake
154
+ - rakelib/config.rake
155
+ - rakelib/config.rb
156
+ - rakelib/ext.rake
157
+ - rakelib/ext.rb
158
+ - rakelib/ext_r2tao.rb
159
+ - rakelib/gem.rake
160
+ - rakelib/gem.rb
161
+ - rakelib/package.rake
162
+ - rakelib/test.rake
163
+ - test/BiDirectional/Test.idl
164
+ - test/BiDirectional/client.rb
165
+ - test/BiDirectional/run_test.rb
166
+ - test/BiDirectional/server.ior
167
+ - test/BiDirectional/server.rb
174
168
  - test/CORBA_Services/Naming/BindingIterator/Test.idl
169
+ - test/CORBA_Services/Naming/BindingIterator/client.rb
170
+ - test/CORBA_Services/Naming/BindingIterator/ins.ior
175
171
  - test/CORBA_Services/Naming/BindingIterator/run_test.rb
176
172
  - test/CORBA_Services/Naming/BindingIterator/server.rb
177
- - test/CORBA_Services/Naming/BindingIterator/client.rb
178
173
  - test/CORBA_Services/Naming/Corbaname/Test.idl
174
+ - test/CORBA_Services/Naming/Corbaname/client.rb
175
+ - test/CORBA_Services/Naming/Corbaname/corbaname.ior
176
+ - test/CORBA_Services/Naming/Corbaname/ins.ior
179
177
  - test/CORBA_Services/Naming/Corbaname/run_test.rb
180
178
  - test/CORBA_Services/Naming/Corbaname/server.rb
181
- - test/CORBA_Services/Naming/Corbaname/client.rb
182
179
  - test/CORBA_Services/Naming/Simple/Test.idl
180
+ - test/CORBA_Services/Naming/Simple/client.rb
181
+ - test/CORBA_Services/Naming/Simple/ins.ior
183
182
  - test/CORBA_Services/Naming/Simple/run_test.rb
184
183
  - test/CORBA_Services/Naming/Simple/server.rb
185
- - test/CORBA_Services/Naming/Simple/client.rb
184
+ - test/Collocation/Diamond.idl
185
+ - test/Collocation/run_test.rb
186
+ - test/Collocation/test.rb
187
+ - test/Connect_Timeout/Test.idl
188
+ - test/Connect_Timeout/client.rb
189
+ - test/Connect_Timeout/run_test.rb
186
190
  - test/DII/Test.idl
191
+ - test/DII/client.rb
187
192
  - test/DII/run_test.rb
193
+ - test/DII/server.ior
188
194
  - test/DII/server.rb
189
- - test/DII/client.rb
190
- - test/Performance/Simple/Test.idl
191
- - test/Performance/Simple/run_test.rb
192
- - test/Performance/Simple/server.rb
193
- - test/Performance/Simple/client.rb
194
- - test/lib/assert.rb
195
- - test/lib/test.rb
196
- - test/POA/Test.idl
197
- - test/POA/run_test.rb
198
- - test/POA/test.rb
199
- - test/OBV/Tree/run_test.rb
200
- - test/OBV/Tree/server.rb
201
- - test/OBV/Tree/client.rb
202
- - test/OBV/Tree/test.idl
203
- - test/OBV/Custom/OBV_impl.rb
204
- - test/OBV/Custom/run_test.rb
205
- - test/OBV/Custom/OBV.idl
206
- - test/OBV/Custom/server.rb
207
- - test/OBV/Custom/client.rb
208
- - test/OBV/Supports/run_test.rb
209
- - test/OBV/Supports/server.rb
210
- - test/OBV/Supports/client.rb
211
- - test/OBV/Supports/supports.idl
212
- - test/OBV/Supports/supports_impl.rb
195
+ - test/DSI/Test.idl
196
+ - test/DSI/client.rb
197
+ - test/DSI/run_test.rb
198
+ - test/DSI/server.ior
199
+ - test/DSI/server.rb
200
+ - test/Exceptions/Test.idl
201
+ - test/Exceptions/client.rb
202
+ - test/Exceptions/run_test.rb
203
+ - test/Exceptions/server.ior
204
+ - test/Exceptions/server.rb
205
+ - test/Hello/Test.idl
206
+ - test/Hello/client.rb
207
+ - test/Hello/gateway.ior
208
+ - test/Hello/run_test.rb
209
+ - test/Hello/server.rb
210
+ - test/IDL_Test/Test.idl
211
+ - test/IDL_Test/Test_inc.idl
212
+ - test/IDL_Test/client.rb
213
+ - test/IDL_Test/run_test.rb
214
+ - test/IDL_Test/server.ior
215
+ - test/IDL_Test/server.rb
216
+ - test/IORMap/Test.idl
217
+ - test/IORMap/client.rb
218
+ - test/IORMap/run_test.rb
219
+ - test/IORMap/server.ior
220
+ - test/IORMap/server.rb
221
+ - test/IORTable/Test.idl
222
+ - test/IORTable/client.rb
223
+ - test/IORTable/run_test.rb
224
+ - test/IORTable/server.ior
225
+ - test/IORTable/server.rb
226
+ - test/Implicit_Conversion/Test.idl
227
+ - test/Implicit_Conversion/client.rb
228
+ - test/Implicit_Conversion/run_test.rb
229
+ - test/Implicit_Conversion/server.ior
230
+ - test/Implicit_Conversion/server.rb
231
+ - test/Multi_Threading/Multiple_ORB/Test.idl
232
+ - test/Multi_Threading/Multiple_ORB/client.rb
233
+ - test/Multi_Threading/Multiple_ORB/run_test.rb
234
+ - test/Multi_Threading/Multiple_ORB/server.rb
235
+ - test/Multi_Threading/Multiple_ORB/server0.ior
236
+ - test/Multi_Threading/Multiple_ORB/server1.ior
237
+ - test/Multi_Threading/Simple/Test.idl
238
+ - test/Multi_Threading/Simple/client.rb
239
+ - test/Multi_Threading/Simple/run_test.rb
240
+ - test/Multi_Threading/Simple/server.ior
241
+ - test/Multi_Threading/Simple/server.rb
242
+ - test/Multi_Threading/Threads/Test.idl
243
+ - test/Multi_Threading/Threads/client.rb
244
+ - test/Multi_Threading/Threads/run_test.rb
245
+ - test/Multi_Threading/Threads/server.ior
246
+ - test/Multi_Threading/Threads/server.rb
247
+ - test/Multi_Threading/Threads/watchdog.ior
248
+ - test/Multi_Threading/Threads/watchdog.rb
249
+ - test/Multiple_Servant_Interfaces/Test.idl
250
+ - test/Multiple_Servant_Interfaces/client.rb
251
+ - test/Multiple_Servant_Interfaces/run_test.rb
252
+ - test/Multiple_Servant_Interfaces/server.ior
253
+ - test/Multiple_Servant_Interfaces/server.rb
254
+ - test/Nil/Test.idl
255
+ - test/Nil/run_test.rb
256
+ - test/Nil/test.rb
257
+ - test/OBV/AbstractInterface/client.rb
213
258
  - test/OBV/AbstractInterface/run_test.rb
259
+ - test/OBV/AbstractInterface/server.ior
214
260
  - test/OBV/AbstractInterface/server.rb
215
- - test/OBV/AbstractInterface/client.rb
216
261
  - test/OBV/AbstractInterface/test.idl
217
- - test/OBV/ValueBox/vb_basic.idl
218
- - test/OBV/ValueBox/vb_struct.idl
219
- - test/OBV/ValueBox/run_test.rb
220
- - test/OBV/ValueBox/vb_union.idl
221
- - test/OBV/ValueBox/valuebox.idl
222
- - test/OBV/ValueBox/server.rb
223
- - test/OBV/ValueBox/client.rb
262
+ - test/OBV/Custom/OBV.idl
263
+ - test/OBV/Custom/OBV_impl.rb
264
+ - test/OBV/Custom/client.rb
265
+ - test/OBV/Custom/run_test.rb
266
+ - test/OBV/Custom/server.ior
267
+ - test/OBV/Custom/server.rb
268
+ - test/OBV/Simple/OBV.idl
224
269
  - test/OBV/Simple/OBV_impl.rb
270
+ - test/OBV/Simple/client.rb
225
271
  - test/OBV/Simple/run_test.rb
226
- - test/OBV/Simple/OBV.idl
272
+ - test/OBV/Simple/server.ior
227
273
  - test/OBV/Simple/server.rb
228
- - test/OBV/Simple/client.rb
229
274
  - test/OBV/Simple_Event/Event.idl
275
+ - test/OBV/Simple_Event/Event_impl.rb
276
+ - test/OBV/Simple_Event/client.rb
230
277
  - test/OBV/Simple_Event/run_test.rb
278
+ - test/OBV/Simple_Event/server.ior
231
279
  - test/OBV/Simple_Event/server.rb
232
- - test/OBV/Simple_Event/client.rb
233
- - test/OBV/Simple_Event/Event_impl.rb
234
- - test/OBV/Truncatable/run_test.rb
235
- - test/OBV/Truncatable/Truncatable.idl
236
- - test/OBV/Truncatable/server.rb
237
- - test/OBV/Truncatable/client.rb
280
+ - test/OBV/Supports/client.rb
281
+ - test/OBV/Supports/run_test.rb
282
+ - test/OBV/Supports/server.ior
283
+ - test/OBV/Supports/server.rb
284
+ - test/OBV/Supports/supports.idl
285
+ - test/OBV/Supports/supports_impl.rb
286
+ - test/OBV/Tree/client.rb
287
+ - test/OBV/Tree/run_test.rb
288
+ - test/OBV/Tree/server.ior
289
+ - test/OBV/Tree/server.rb
290
+ - test/OBV/Tree/test.idl
238
291
  - test/OBV/Truncatable/Extra.idl
292
+ - test/OBV/Truncatable/Truncatable.idl
239
293
  - test/OBV/Truncatable/Truncatable_impl.rb
240
- - test/test_runner.rb
294
+ - test/OBV/Truncatable/client.rb
295
+ - test/OBV/Truncatable/run_test.rb
296
+ - test/OBV/Truncatable/server.ior
297
+ - test/OBV/Truncatable/server.rb
298
+ - test/OBV/ValueBox/client.rb
299
+ - test/OBV/ValueBox/run_test.rb
300
+ - test/OBV/ValueBox/server.ior
301
+ - test/OBV/ValueBox/server.rb
302
+ - test/OBV/ValueBox/valuebox.idl
303
+ - test/OBV/ValueBox/vb_basic.idl
304
+ - test/OBV/ValueBox/vb_struct.idl
305
+ - test/OBV/ValueBox/vb_union.idl
306
+ - test/Object/Test.idl
307
+ - test/Object/client.rb
308
+ - test/Object/run_test.rb
309
+ - test/Object/server.ior
310
+ - test/Object/server.rb
311
+ - test/POA/Test.idl
312
+ - test/POA/run_test.rb
313
+ - test/POA/test.rb
241
314
  - test/Param_Test/Test.idl
315
+ - test/Param_Test/client.rb
242
316
  - test/Param_Test/run_test.rb
317
+ - test/Param_Test/server.ior
243
318
  - test/Param_Test/server.rb
244
- - test/Param_Test/client.rb
245
- - test/BiDirectional/Test.idl
246
- - test/BiDirectional/run_test.rb
247
- - test/BiDirectional/server.rb
248
- - test/BiDirectional/client.rb
249
- - test/Multi_Threading/Threads/Test.idl
250
- - test/Multi_Threading/Threads/run_test.rb
251
- - test/Multi_Threading/Threads/server.rb
252
- - test/Multi_Threading/Threads/client.rb
253
- - test/Multi_Threading/Threads/watchdog.rb
254
- - test/Multi_Threading/Simple/Test.idl
255
- - test/Multi_Threading/Simple/run_test.rb
256
- - test/Multi_Threading/Simple/server.rb
257
- - test/Multi_Threading/Simple/client.rb
258
- - test/Multi_Threading/Multiple_ORB/Test.idl
259
- - test/Multi_Threading/Multiple_ORB/run_test.rb
260
- - test/Multi_Threading/Multiple_ORB/server.rb
261
- - test/Multi_Threading/Multiple_ORB/client.rb
262
- - test/Implicit_Conversion/Test.idl
263
- - test/Implicit_Conversion/run_test.rb
264
- - test/Implicit_Conversion/server.rb
265
- - test/Implicit_Conversion/client.rb
266
- - test/IDL_Test/Test.idl
267
- - test/IDL_Test/run_test.rb
268
- - test/IDL_Test/server.rb
269
- - test/IDL_Test/client.rb
270
- - test/IDL_Test/Test_inc.idl
319
+ - test/Performance/Simple/Test.idl
320
+ - test/Performance/Simple/client.rb
321
+ - test/Performance/Simple/run_test.rb
322
+ - test/Performance/Simple/server.ior
323
+ - test/Performance/Simple/server.rb
324
+ - test/Policies/Test.idl
325
+ - test/Policies/run_test.rb
326
+ - test/Policies/test.rb
327
+ - test/Timeout/client.rb
271
328
  - test/Timeout/run_test.rb
329
+ - test/Timeout/server.ior
272
330
  - test/Timeout/server.rb
273
- - test/Timeout/client.rb
274
331
  - test/Timeout/test.idl
275
- - test/DSI/Test.idl
276
- - test/DSI/run_test.rb
277
- - test/DSI/server.rb
278
- - test/DSI/client.rb
279
- - test/IORTable/Test.idl
280
- - test/IORTable/run_test.rb
281
- - test/IORTable/server.rb
282
- - test/IORTable/client.rb
283
- - test/Multiple_Servant_Interfaces/Test.idl
284
- - test/Multiple_Servant_Interfaces/run_test.rb
285
- - test/Multiple_Servant_Interfaces/server.rb
286
- - test/Multiple_Servant_Interfaces/client.rb
287
- - LICENSE
288
- - README
289
- - THANKS
290
- - CHANGES
291
- - mkrf_conf_srcgem.rb
292
- - rakelib/package.rake
293
- - rakelib/ext_r2tao.rb
294
- - rakelib/bin.rb
295
- - rakelib/build.rake
296
- - rakelib/gem.rb
297
- - rakelib/config.rake
298
- - rakelib/test.rake
299
- - rakelib/ext.rake
300
- - rakelib/bin.rake
301
- - rakelib/gem.rake
302
- - rakelib/config.rb
303
- - rakelib/ext.rb
332
+ - test/lib/assert.rb
333
+ - test/lib/test.rb
334
+ - test/test.log
335
+ - test/test2.log
336
+ - test/test_runner.rb
304
337
  homepage: https://osportal.remedy.nl/projects/r2corba
305
338
  licenses:
306
339
  - R2CORBA
@@ -314,12 +347,11 @@ rdoc_options:
314
347
  - --exclude=\.pidlc
315
348
  require_paths:
316
349
  - lib
317
- - ext
318
350
  required_ruby_version: !ruby/object:Gem::Requirement
319
351
  requirements:
320
352
  - - '>='
321
353
  - !ruby/object:Gem::Version
322
- version: 1.8.6
354
+ version: 1.9.3
323
355
  required_rubygems_version: !ruby/object:Gem::Requirement
324
356
  requirements:
325
357
  - - '>='
@@ -327,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
327
359
  version: '0'
328
360
  requirements: []
329
361
  rubyforge_project:
330
- rubygems_version: 2.0.3
362
+ rubygems_version: 2.4.2
331
363
  signing_key:
332
364
  specification_version: 4
333
365
  summary: CORBA language mapping implementation for Ruby