r2corba 1.4.1 → 1.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (243) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGES +15 -1
  3. data/LICENSE +5 -5
  4. data/README.rdoc +62 -0
  5. data/THANKS +7 -5
  6. data/bin/r2corba +1 -1
  7. data/bin/ridlc +1 -1
  8. data/bin/rins +1 -1
  9. data/ext/extload/extload.c +5 -6
  10. data/ext/libr2tao/any.cpp +1 -2
  11. data/ext/libr2tao/exception.cpp +0 -1
  12. data/ext/libr2tao/exception.h +0 -2
  13. data/ext/libr2tao/longdouble.cpp +0 -1
  14. data/ext/libr2tao/longdouble.h +0 -1
  15. data/ext/libr2tao/object.cpp +4 -4
  16. data/ext/libr2tao/object.h +0 -1
  17. data/ext/libr2tao/orb.cpp +8 -9
  18. data/ext/libr2tao/orb.h +0 -1
  19. data/ext/libr2tao/r2tao_export.h +1 -2
  20. data/ext/libr2tao/r2tao_ext.h +0 -13
  21. data/ext/libr2tao/required.cpp +3 -22
  22. data/ext/libr2tao/required.h +14 -51
  23. data/ext/libr2tao/typecode.cpp +0 -1
  24. data/ext/libr2tao/typecode.h +0 -1
  25. data/ext/libr2tao/values.cpp +13 -14
  26. data/ext/libr2tao/values.h +20 -23
  27. data/ext/librpoa/iortable.cpp +3 -3
  28. data/ext/librpoa/poa.cpp +7 -7
  29. data/ext/librpoa/poa.h +0 -1
  30. data/ext/librpoa/rpoa_export.h +0 -1
  31. data/ext/librpoa/servant.cpp +17 -92
  32. data/ext/librpoa/servant.h +13 -36
  33. data/ext/librpol/policies.cpp +0 -1
  34. data/ext/librpol/policies.h +0 -1
  35. data/ext/librpol/rpol_export.h +0 -1
  36. data/lib/corba.rb +0 -1
  37. data/lib/corba/cbase/IORMap.rb +0 -1
  38. data/lib/corba/cbase/ORB.rb +15 -10
  39. data/lib/corba/cbase/Request.rb +1 -2
  40. data/lib/corba/cbase/Streams.rb +2 -3
  41. data/lib/corba/cbase/Stub.rb +0 -1
  42. data/lib/corba/cbase/Typecode.rb +6 -7
  43. data/lib/corba/cbase/Values.rb +0 -1
  44. data/lib/corba/cbase/exception.rb +2 -3
  45. data/lib/corba/cbase/poa.rb +0 -1
  46. data/lib/corba/cbase/policies.rb +2 -3
  47. data/lib/corba/cbase/post_require.rb +1 -2
  48. data/lib/corba/cbase/require.rb +2 -1
  49. data/lib/corba/cmds/base.rb +1 -2
  50. data/lib/corba/cmds/test.rb +0 -1
  51. data/lib/corba/common/Any.rb +1 -2
  52. data/lib/corba/common/IDL.rb +5 -9
  53. data/lib/corba/common/ORB.rb +2 -3
  54. data/lib/corba/common/Object.rb +5 -3
  55. data/lib/corba/common/Request.rb +1 -2
  56. data/lib/corba/common/Servant.rb +0 -1
  57. data/lib/corba/common/Struct.rb +1 -2
  58. data/lib/corba/common/Stub.rb +1 -2
  59. data/lib/corba/common/Typecode.rb +56 -57
  60. data/lib/corba/common/Union.rb +1 -2
  61. data/lib/corba/common/Values.rb +1 -2
  62. data/lib/corba/common/const.rb +2 -3
  63. data/lib/corba/common/exception.rb +0 -1
  64. data/lib/corba/common/require.rb +8 -1
  65. data/lib/corba/common/version.rb +3 -4
  66. data/lib/corba/idl/IDL.rb +0 -1
  67. data/lib/corba/idl/IORTable.pidl +0 -1
  68. data/lib/corba/idl/TAO_Ext.pidl +0 -1
  69. data/lib/corba/idl/require.rb +0 -1
  70. data/lib/corba/jbase/Any.rb +24 -25
  71. data/lib/corba/jbase/IORMap.rb +1 -2
  72. data/lib/corba/jbase/ORB.rb +17 -5
  73. data/lib/corba/jbase/Object.rb +12 -12
  74. data/lib/corba/jbase/Request.rb +6 -7
  75. data/lib/corba/jbase/Servant.rb +14 -14
  76. data/lib/corba/jbase/ServerRequest.rb +8 -9
  77. data/lib/corba/jbase/Streams.rb +4 -5
  78. data/lib/corba/jbase/Stub.rb +0 -1
  79. data/lib/corba/jbase/Typecode.rb +14 -15
  80. data/lib/corba/jbase/Values.rb +0 -1
  81. data/lib/corba/jbase/exception.rb +1 -2
  82. data/lib/corba/jbase/poa.rb +3 -4
  83. data/lib/corba/jbase/policies.rb +4 -5
  84. data/lib/corba/jbase/post_require.rb +0 -1
  85. data/lib/corba/jbase/require.rb +7 -5
  86. data/lib/corba/naming.rb +0 -1
  87. data/lib/corba/naming_service.rb +0 -1
  88. data/lib/corba/poa.rb +1 -2
  89. data/lib/corba/policies.rb +1 -2
  90. data/lib/corba/require.rb +2 -3
  91. data/lib/corba/svcs/ins/cos_naming.rb +64 -67
  92. data/lib/corba/svcs/ins/ins.rb +24 -25
  93. data/lib/corba/svcs/ins/naming_service.rb +3 -4
  94. data/lib/ridlbe/ruby/config.rb +55 -58
  95. data/lib/ridlbe/ruby/require.rb +0 -1
  96. data/lib/ridlbe/ruby/walker.rb +38 -38
  97. data/mkrf_conf_srcgem.rb +16 -12
  98. data/rakelib/bin.rake +2 -3
  99. data/rakelib/bin.rb +4 -5
  100. data/rakelib/build.rake +21 -21
  101. data/rakelib/config.rake +1 -2
  102. data/rakelib/config.rb +114 -22
  103. data/rakelib/ext.rake +16 -16
  104. data/rakelib/ext.rb +18 -49
  105. data/rakelib/ext_r2tao.rb +38 -25
  106. data/rakelib/gem.rake +86 -47
  107. data/rakelib/gem.rb +14 -15
  108. data/rakelib/package.rake +1 -2
  109. data/rakelib/test.rake +0 -1
  110. data/test/BiDirectional/Test.idl +0 -1
  111. data/test/BiDirectional/client.rb +4 -5
  112. data/test/BiDirectional/run_test.rb +1 -2
  113. data/test/BiDirectional/server.rb +4 -6
  114. data/test/CORBA_Services/Naming/BindingIterator/Test.idl +0 -1
  115. data/test/CORBA_Services/Naming/BindingIterator/client.rb +5 -6
  116. data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +1 -2
  117. data/test/CORBA_Services/Naming/BindingIterator/server.rb +4 -5
  118. data/test/CORBA_Services/Naming/Corbaname/Test.idl +0 -1
  119. data/test/CORBA_Services/Naming/Corbaname/client.rb +3 -4
  120. data/test/CORBA_Services/Naming/Corbaname/run_test.rb +1 -2
  121. data/test/CORBA_Services/Naming/Corbaname/server.rb +10 -11
  122. data/test/CORBA_Services/Naming/Simple/Test.idl +0 -1
  123. data/test/CORBA_Services/Naming/Simple/client.rb +4 -5
  124. data/test/CORBA_Services/Naming/Simple/run_test.rb +1 -2
  125. data/test/CORBA_Services/Naming/Simple/server.rb +4 -5
  126. data/test/Collocation/Diamond.idl +0 -1
  127. data/test/Collocation/run_test.rb +0 -1
  128. data/test/Collocation/test.rb +2 -3
  129. data/test/Connect_Timeout/Test.idl +0 -1
  130. data/test/Connect_Timeout/client.rb +3 -5
  131. data/test/Connect_Timeout/run_test.rb +0 -1
  132. data/test/DII/Test.idl +0 -1
  133. data/test/DII/client.rb +5 -6
  134. data/test/DII/run_test.rb +1 -2
  135. data/test/DII/server.rb +3 -4
  136. data/test/DSI/Test.idl +0 -1
  137. data/test/DSI/client.rb +3 -4
  138. data/test/DSI/run_test.rb +1 -2
  139. data/test/DSI/server.rb +3 -4
  140. data/test/Exceptions/Test.idl +0 -1
  141. data/test/Exceptions/client.rb +5 -6
  142. data/test/Exceptions/run_test.rb +1 -2
  143. data/test/Exceptions/server.rb +3 -4
  144. data/test/Hello/Test.idl +0 -1
  145. data/test/Hello/client.rb +3 -4
  146. data/test/Hello/run_test.rb +1 -2
  147. data/test/Hello/server.rb +3 -4
  148. data/test/IDL_Test/Test.idl +4 -1
  149. data/test/IDL_Test/client.rb +6 -5
  150. data/test/IDL_Test/run_test.rb +1 -2
  151. data/test/IDL_Test/server.rb +8 -4
  152. data/test/IORMap/Test.idl +0 -1
  153. data/test/IORMap/client.rb +3 -4
  154. data/test/IORMap/run_test.rb +1 -2
  155. data/test/IORMap/server.rb +4 -5
  156. data/test/IORTable/Test.idl +0 -1
  157. data/test/IORTable/client.rb +3 -4
  158. data/test/IORTable/run_test.rb +1 -2
  159. data/test/IORTable/server.rb +4 -5
  160. data/test/Implicit_Conversion/Test.idl +0 -1
  161. data/test/Implicit_Conversion/client.rb +4 -5
  162. data/test/Implicit_Conversion/run_test.rb +1 -2
  163. data/test/Implicit_Conversion/server.rb +3 -4
  164. data/test/Multi_Threading/Multiple_ORB/Test.idl +0 -1
  165. data/test/Multi_Threading/Multiple_ORB/client.rb +3 -4
  166. data/test/Multi_Threading/Multiple_ORB/run_test.rb +2 -3
  167. data/test/Multi_Threading/Multiple_ORB/server.rb +3 -4
  168. data/test/Multi_Threading/Simple/Test.idl +1 -2
  169. data/test/Multi_Threading/Simple/client.rb +18 -14
  170. data/test/Multi_Threading/Simple/run_test.rb +1 -2
  171. data/test/Multi_Threading/Simple/server.rb +6 -7
  172. data/test/Multi_Threading/Threads/Test.idl +0 -4
  173. data/test/Multi_Threading/Threads/client.rb +10 -13
  174. data/test/Multi_Threading/Threads/run_test.rb +1 -2
  175. data/test/Multi_Threading/Threads/server.rb +5 -8
  176. data/test/Multi_Threading/Threads/watchdog.rb +3 -3
  177. data/test/Multiple_Servant_Interfaces/Test.idl +0 -1
  178. data/test/Multiple_Servant_Interfaces/client.rb +3 -4
  179. data/test/Multiple_Servant_Interfaces/run_test.rb +1 -2
  180. data/test/Multiple_Servant_Interfaces/server.rb +3 -4
  181. data/test/Nil/Test.idl +0 -1
  182. data/test/Nil/run_test.rb +0 -1
  183. data/test/Nil/test.rb +11 -9
  184. data/test/OBV/AbstractInterface/client.rb +3 -4
  185. data/test/OBV/AbstractInterface/run_test.rb +1 -2
  186. data/test/OBV/AbstractInterface/server.rb +3 -4
  187. data/test/OBV/AbstractInterface/test.idl +0 -1
  188. data/test/OBV/Custom/OBV_impl.rb +0 -1
  189. data/test/OBV/Custom/client.rb +3 -4
  190. data/test/OBV/Custom/run_test.rb +1 -2
  191. data/test/OBV/Custom/server.rb +3 -4
  192. data/test/OBV/Simple/OBV_impl.rb +0 -1
  193. data/test/OBV/Simple/client.rb +3 -4
  194. data/test/OBV/Simple/run_test.rb +1 -2
  195. data/test/OBV/Simple/server.rb +3 -4
  196. data/test/OBV/Simple_Event/Event_impl.rb +0 -1
  197. data/test/OBV/Simple_Event/client.rb +3 -4
  198. data/test/OBV/Simple_Event/run_test.rb +1 -2
  199. data/test/OBV/Simple_Event/server.rb +3 -4
  200. data/test/OBV/Supports/client.rb +3 -4
  201. data/test/OBV/Supports/run_test.rb +1 -2
  202. data/test/OBV/Supports/server.rb +3 -4
  203. data/test/OBV/Supports/supports.idl +0 -1
  204. data/test/OBV/Supports/supports_impl.rb +0 -1
  205. data/test/OBV/Tree/client.rb +3 -4
  206. data/test/OBV/Tree/run_test.rb +1 -2
  207. data/test/OBV/Tree/server.rb +3 -4
  208. data/test/OBV/Tree/test.idl +0 -1
  209. data/test/OBV/Truncatable/Extra.idl +0 -1
  210. data/test/OBV/Truncatable/Truncatable_impl.rb +1 -2
  211. data/test/OBV/Truncatable/client.rb +4 -5
  212. data/test/OBV/Truncatable/run_test.rb +1 -2
  213. data/test/OBV/Truncatable/server.rb +3 -4
  214. data/test/OBV/ValueBox/client.rb +44 -45
  215. data/test/OBV/ValueBox/run_test.rb +1 -2
  216. data/test/OBV/ValueBox/server.rb +29 -29
  217. data/test/Object/Test.idl +0 -1
  218. data/test/Object/client.rb +33 -25
  219. data/test/Object/run_test.rb +1 -2
  220. data/test/Object/server.rb +3 -4
  221. data/test/POA/run_test.rb +0 -1
  222. data/test/POA/test.rb +4 -5
  223. data/test/Param_Test/client.rb +8 -9
  224. data/test/Param_Test/run_test.rb +1 -2
  225. data/test/Param_Test/server.rb +7 -8
  226. data/test/Performance/Simple/Test.idl +0 -1
  227. data/test/Performance/Simple/client.rb +3 -4
  228. data/test/Performance/Simple/run_test.rb +1 -2
  229. data/test/Performance/Simple/server.rb +3 -4
  230. data/test/Policies/Test.idl +0 -1
  231. data/test/Policies/run_test.rb +0 -1
  232. data/test/Policies/test.rb +2 -4
  233. data/test/Timeout/client.rb +6 -7
  234. data/test/Timeout/run_test.rb +1 -2
  235. data/test/Timeout/server.rb +4 -5
  236. data/test/Timeout/test.idl +0 -1
  237. data/test/lib/assert.rb +0 -2
  238. data/test/lib/test.rb +15 -17
  239. data/test/test_runner.rb +6 -8
  240. metadata +221 -222
  241. data/README +0 -62
  242. data/ext/librpoa/srvreq_fix.cpp +0 -283
  243. data/ext/librpoa/srvreq_fix.h +0 -149
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -28,13 +27,13 @@ ARGV.options do |opts|
28
27
 
29
28
  opts.on("--k IORFILE",
30
29
  "Set IOR.",
31
- "Default: 'file://server.ior'") { |v| OPTIONS[:iorfile]=v }
30
+ "Default: 'file://server.ior'") { |v| OPTIONS[:iorfile] = v }
32
31
  opts.on("--d LVL",
33
32
  "Set ORBDebugLevel value.",
34
- "Default: 0", Integer) { |v| OPTIONS[:orb_debuglevel]=v }
33
+ "Default: 0", Integer) { |v| OPTIONS[:orb_debuglevel] = v }
35
34
  opts.on("--use-implement",
36
35
  "Load IDL through CORBA.implement() instead of precompiled code.",
37
- "Default: off") { |v| OPTIONS[:use_implement]=v }
36
+ "Default: off") { |v| OPTIONS[:use_implement] = v }
38
37
 
39
38
  opts.separator ""
40
39
 
@@ -114,8 +113,8 @@ begin
114
113
  mid_value = 10000 * (Min_timeout + Max_timeout) / 2 # convert from msec to "TimeT" (0.1 usec units)
115
114
 
116
115
  any_orb = CORBA::Any.to_any(mid_value, TimeBase::TimeT._tc)
117
- any_thread = CORBA::Any.to_any(mid_value+10000, TimeBase::TimeT._tc) # midvalue + 1 msec
118
- any_object = CORBA::Any.to_any(mid_value+20000, TimeBase::TimeT._tc) # midvalue + 2 msec
116
+ any_thread = CORBA::Any.to_any(mid_value + 10000, TimeBase::TimeT._tc) # midvalue + 1 msec
117
+ any_object = CORBA::Any.to_any(mid_value + 20000, TimeBase::TimeT._tc) # midvalue + 2 msec
119
118
 
120
119
  policies = []
121
120
  policies << orb.create_policy(Messaging::RELATIVE_RT_TIMEOUT_POLICY_TYPE, any_object)
@@ -188,7 +187,7 @@ begin
188
187
  for i in 0..3
189
188
  timeout_count_total += Timeout_count[i]
190
189
  in_time_count_total += In_time_count[i]
191
- puts "client (#{Process.pid}) in_time_count[#{To_type_names[i]}]= #{In_time_count[i]} "+
190
+ puts "client (#{Process.pid}) in_time_count[#{To_type_names[i]}]= #{In_time_count[i]} " +
192
191
  "timeout_count[#{To_type_names[i]}]= #{Timeout_count[i]}"
193
192
  end
194
193
 
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -60,7 +59,7 @@ end
60
59
 
61
60
  exrc = clt.wait(400)
62
61
 
63
- if exrc ==0
62
+ if exrc == 0
64
63
  srv.wait(400)
65
64
  else
66
65
  srv.wait_term(400)
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -27,16 +26,16 @@ ARGV.options do |opts|
27
26
 
28
27
  opts.on("--o IORFILE",
29
28
  "Set IOR filename.",
30
- "Default: 'server.ior'") { |v| OPTIONS[:iorfile]=v }
29
+ "Default: 'server.ior'") { |v| OPTIONS[:iorfile] = v }
31
30
  opts.on("--d LVL",
32
31
  "Set ORBDebugLevel value.",
33
- "Default: 0") { |v| OPTIONS[:orb_debuglevel]=v }
32
+ "Default: 0") { |v| OPTIONS[:orb_debuglevel] = v }
34
33
  opts.on("--use-implement",
35
34
  "Load IDL through CORBA.implement() instead of precompiled code.",
36
- "Default: off") { |v| OPTIONS[:use_implement]=v }
35
+ "Default: off") { |v| OPTIONS[:use_implement] = v }
37
36
  opts.on("--i ITERATIONS",
38
37
  "Set number of iterations.",
39
- "Default: 10", Integer) { |v| OPTIONS[:iter_num]=v }
38
+ "Default: 10", Integer) { |v| OPTIONS[:iter_num] = v }
40
39
 
41
40
  opts.separator ""
42
41
 
@@ -6,7 +6,6 @@
6
6
  * included with this program.
7
7
  *
8
8
  * Copyright (c) Remedy IT Expertise BV
9
- * Chamber of commerce Rotterdam nr.276339, The Netherlands
10
9
  *--------------------------------------------------------------------*/
11
10
 
12
11
  interface Simple_Server {
data/test/lib/assert.rb CHANGED
@@ -8,7 +8,6 @@
8
8
  # included with this program.
9
9
  #
10
10
  # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
11
  #--------------------------------------------------------------------
13
12
 
14
13
  module TestUtil
@@ -40,4 +39,3 @@ module TestUtil
40
39
  end
41
40
 
42
41
  end
43
-
data/test/lib/test.rb CHANGED
@@ -8,7 +8,6 @@
8
8
  # included with this program.
9
9
  #
10
10
  # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
11
  #--------------------------------------------------------------------
13
12
 
14
13
  require 'rbconfig'
@@ -66,7 +65,7 @@ if defined?(JRUBY_VERSION)
66
65
  # const char *const *argv,
67
66
  # const char *const *envp);
68
67
 
69
- attach_function :_spawnvpe,:_spawnvpe, [:int, :string, :pointer, :pointer], :pointer
68
+ attach_function :_spawnvpe, :_spawnvpe, [:int, :string, :pointer, :pointer], :pointer
70
69
 
71
70
  P_NOWAIT = 1
72
71
 
@@ -106,7 +105,7 @@ if defined?(JRUBY_VERSION)
106
105
  def self.wait(pid)
107
106
  stat_ptr = FFI::MemoryPointer.new(:int, 1)
108
107
  tmp_pid = _wait(stat_ptr, pid, 0)
109
- if tmp_pid==pid
108
+ if tmp_pid == pid
110
109
  return [pid, stat_ptr.get_int()]
111
110
  else
112
111
  return [pid, 0]
@@ -121,7 +120,7 @@ if defined?(JRUBY_VERSION)
121
120
  args_ary.put_array_of_pointer(0, str_ptrs)
122
121
 
123
122
  env_ary = FFI::MemoryPointer.new(:pointer, ENV.length + 1)
124
- env_ptrs = ENV.map {|key,value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
123
+ env_ptrs = ENV.map {|key, value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
125
124
  env_ary.put_array_of_pointer(0, env_ptrs)
126
125
 
127
126
  [P_NOWAIT, args[0], args_ary, env_ary]
@@ -160,7 +159,7 @@ if defined?(JRUBY_VERSION)
160
159
  def self.wait(pid)
161
160
  begin
162
161
  tmp, status = ::Process.waitpid2(pid, ::Process::WNOHANG)
163
- if tmp==pid and status.success? != nil
162
+ if tmp == pid and status.success? != nil
164
163
  return [pid, status.success?() ? 0 : status.exitstatus ]
165
164
  end
166
165
  return [nil, 0]
@@ -179,7 +178,7 @@ if defined?(JRUBY_VERSION)
179
178
  args_ary.put_array_of_pointer(0, str_ptrs)
180
179
 
181
180
  env_ary = FFI::MemoryPointer.new(:pointer, ENV.length + 1)
182
- env_ptrs = ENV.map {|key,value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
181
+ env_ptrs = ENV.map {|key, value| FFI::MemoryPointer.from_string("#{key}=#{value}")}
183
182
  env_ary.put_array_of_pointer(0, env_ptrs)
184
183
 
185
184
  [pid_ptr, args[0], nil, nil, args_ary, env_ary]
@@ -198,7 +197,7 @@ if defined?(JRUBY_VERSION)
198
197
  sleep 0.01
199
198
 
200
199
  tmp_pid, tmp_status = Exec.wait(@pid)
201
- if tmp_pid==@pid
200
+ if tmp_pid == @pid
202
201
  exit_status = tmp_status
203
202
  is_running = false
204
203
  end
@@ -238,7 +237,7 @@ if defined?(JRUBY_VERSION)
238
237
  end
239
238
 
240
239
  def is_running?; @exitstatus.nil?; end
241
- def has_error? ; @trd.status.nil? or (!self.is_running? and self.exitstatus!=0) ;end
240
+ def has_error? ; @trd.status.nil? or (!self.is_running? and self.exitstatus != 0) ;end
242
241
 
243
242
  def stop
244
243
  Exec.stop(@pid)
@@ -288,9 +287,9 @@ elsif is_win32? && TestUtil::RBVersion[0] < 2 && TestUtil::RBVersion[1] < 9
288
287
  extend WinAPI
289
288
 
290
289
  def Process.create(cmd_)
291
- startinfo = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
290
+ startinfo = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
292
291
  startinfo = startinfo.pack('LLLLLLLLLLLLSSLLLL')
293
- procinfo = [0,0,0,0].pack('LLLL')
292
+ procinfo = [0, 0, 0, 0].pack('LLLL')
294
293
 
295
294
  bool = CreateProcess(
296
295
  0, # App name
@@ -310,10 +309,10 @@ elsif is_win32? && TestUtil::RBVersion[0] < 2 && TestUtil::RBVersion[1] < 9
310
309
  end
311
310
 
312
311
  ProcessInfo.new(
313
- procinfo[0,4].unpack('L').first, # hProcess
314
- procinfo[4,4].unpack('L').first, # hThread
315
- procinfo[8,4].unpack('L').first, # hProcessId
316
- procinfo[12,4].unpack('L').first # hThreadId
312
+ procinfo[0, 4].unpack('L').first, # hProcess
313
+ procinfo[4, 4].unpack('L').first, # hThread
314
+ procinfo[8, 4].unpack('L').first, # hProcessId
315
+ procinfo[12, 4].unpack('L').first # hThreadId
317
316
  )
318
317
  end
319
318
 
@@ -442,7 +441,7 @@ else # !win32
442
441
  def check_status
443
442
  begin
444
443
  tmp, @status = ::Process.waitpid2(@pid, ::Process::WNOHANG)
445
- if tmp==@pid and @status.success? == false
444
+ if tmp == @pid and @status.success? == false
446
445
  @exitstatus = @status.exitstatus
447
446
  return false
448
447
  end
@@ -535,8 +534,7 @@ end
535
534
  end
536
535
 
537
536
  def TestUtil.remove_file(filename)
538
- File.delete(filename) if File.exists?(filename)
537
+ File.delete(filename) if File.exist?(filename)
539
538
  end
540
539
 
541
540
  end
542
-
data/test/test_runner.rb CHANGED
@@ -8,7 +8,6 @@
8
8
  # included with this program.
9
9
  #
10
10
  # Copyright (c) Remedy IT Expertise BV
11
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
12
11
  #--------------------------------------------------------------------
13
12
 
14
13
  require 'rbconfig'
@@ -50,23 +49,23 @@ else
50
49
  ENV['RUBYLIB'] = incdirs.join(File::PATH_SEPARATOR)
51
50
  if is_win32
52
51
  ENV['PATH'] = [
53
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
52
+ File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'], 'lib') : nil,
54
53
  File.expand_path(File.join(root_path, 'ext')),
55
54
  ENV['PATH']
56
55
  ].compact.join(File::PATH_SEPARATOR)
57
56
  elsif RUBY_PLATFORM =~ /darwin/
58
57
  ENV['DYLD_LIBRARY_PATH'] = [
59
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
58
+ File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'], 'lib') : nil,
60
59
  ENV['DYLD_LIBRARY_PATH']
61
60
  ].compact.join(File::PATH_SEPARATOR)
62
61
  ENV['DYLD_FALLBACK_LIBRARY_PATH'] = [
63
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
62
+ File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'], 'lib') : nil,
64
63
  File.expand_path(File.join(root_path, 'ext')),
65
64
  ENV['DYLD_FALLBACK_LIBRARY_PATH']
66
65
  ].compact.join(File::PATH_SEPARATOR)
67
66
  else
68
67
  ENV['LD_LIBRARY_PATH'] = [
69
- File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'],'lib') : nil,
68
+ File.directory?(ace_root) ? File.join(ENV['ACE_ROOT'], 'lib') : nil,
70
69
  ENV['LD_LIBRARY_PATH']
71
70
  ].compact.join(File::PATH_SEPARATOR)
72
71
  end
@@ -110,7 +109,7 @@ module TestFinder
110
109
  (OPTIONS[:debug] ? '-d' : '')
111
110
  end
112
111
  if File.directory?(path)
113
- if File.exists?(File.join(path, 'run_test.rb'))
112
+ if File.exist?(File.join(path, 'run_test.rb'))
114
113
  dir = path.gsub(/^#{ROOT.gsub('/', '\/')}\//, '')
115
114
  return if (OPTIONS[:exclude] || []).any? {|match| /^#{match.gsub('/', '\/')}/ =~ dir }
116
115
  unless OPTIONS[:listonly]
@@ -185,9 +184,8 @@ module TestFinder
185
184
  end
186
185
 
187
186
  # add Ruby library path for test library
188
- ENV['RUBYLIB'] = ((ENV['RUBYLIB'] || '').split(File::PATH_SEPARATOR)+[TestFinder::ROOT]).join(File::PATH_SEPARATOR)
187
+ ENV['RUBYLIB'] = ((ENV['RUBYLIB'] || '').split(File::PATH_SEPARATOR) + [TestFinder::ROOT]).join(File::PATH_SEPARATOR)
189
188
 
190
189
  if $0 == __FILE__
191
190
  TestFinder.run(ARGV)
192
191
  end
193
-
metadata CHANGED
@@ -1,45 +1,46 @@
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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Corino
8
+ - Johnny Willemsen
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-08-09 00:00:00.000000000 Z
12
+ date: 2021-03-16 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: ridl
15
16
  requirement: !ruby/object:Gem::Requirement
16
17
  requirements:
17
- - - '>='
18
+ - - "~>"
18
19
  - !ruby/object:Gem::Version
19
- version: 2.2.2
20
+ version: '2.8'
20
21
  type: :runtime
21
22
  prerelease: false
22
23
  version_requirements: !ruby/object:Gem::Requirement
23
24
  requirements:
24
- - - '>='
25
+ - - "~>"
25
26
  - !ruby/object:Gem::Version
26
- version: 2.2.2
27
+ version: '2.8'
27
28
  - !ruby/object:Gem::Dependency
28
29
  name: rake
29
30
  requirement: !ruby/object:Gem::Requirement
30
31
  requirements:
31
- - - '>='
32
+ - - ">="
32
33
  - !ruby/object:Gem::Version
33
- version: 10.0.1
34
+ version: 12.3.3
34
35
  type: :runtime
35
36
  prerelease: false
36
37
  version_requirements: !ruby/object:Gem::Requirement
37
38
  requirements:
38
- - - '>='
39
+ - - ">="
39
40
  - !ruby/object:Gem::Version
40
- version: 10.0.1
41
- description: 'OMG CORBA v. 3.3 compliant CORBA language mapping implementation for
42
- Ruby. Depends on ridl gem for providing native Ruby IDL compiler. '
41
+ version: 12.3.3
42
+ description: 'OMG CORBA v3.3 compliant CORBA language mapping implementation for Ruby.
43
+ Depends on ridl gem for providing native Ruby IDL compiler. '
43
44
  email: mcorino@remedy.nl
44
45
  executables:
45
46
  - ridlc
@@ -49,285 +50,283 @@ extensions:
49
50
  - mkrf_conf_srcgem.rb
50
51
  extra_rdoc_files: []
51
52
  files:
53
+ - CHANGES
54
+ - LICENSE
55
+ - README.rdoc
56
+ - THANKS
57
+ - bin/r2corba
52
58
  - bin/ridlc
53
59
  - bin/rins
54
- - bin/r2corba
60
+ - ext/ext.mwc
55
61
  - ext/extload/extload.c
56
- - ext/libr2tao/orb.cpp
57
- - ext/libr2tao/required.cpp
58
62
  - ext/libr2tao/any.cpp
59
- - ext/libr2tao/object.cpp
60
63
  - ext/libr2tao/exception.cpp
61
- - ext/libr2tao/values.cpp
62
- - ext/libr2tao/typecode.cpp
64
+ - ext/libr2tao/exception.h
63
65
  - 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
66
+ - ext/libr2tao/longdouble.h
67
+ - ext/libr2tao/object.cpp
72
68
  - ext/libr2tao/object.h
69
+ - ext/libr2tao/orb.cpp
70
+ - ext/libr2tao/orb.h
71
+ - ext/libr2tao/r2tao_export.h
72
+ - ext/libr2tao/r2tao_ext.h
73
+ - ext/libr2tao/required.cpp
73
74
  - ext/libr2tao/required.h
74
- - ext/libr2tao/exception.h
75
+ - ext/libr2tao/typecode.cpp
75
76
  - 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
77
+ - ext/libr2tao/values.cpp
78
+ - ext/libr2tao/values.h
79
+ - ext/librpoa/iortable.cpp
80
+ - ext/librpoa/poa.cpp
81
+ - ext/librpoa/poa.h
81
82
  - ext/librpoa/rpoa_export.h
83
+ - ext/librpoa/servant.cpp
82
84
  - 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
85
+ - ext/librpol/policies.cpp
86
+ - ext/librpol/policies.h
87
+ - ext/librpol/rpol_export.h
88
+ - lib/corba.rb
89
+ - lib/corba/cbase/IORMap.rb
90
+ - lib/corba/cbase/ORB.rb
91
+ - lib/corba/cbase/Request.rb
92
+ - lib/corba/cbase/Streams.rb
93
+ - lib/corba/cbase/Stub.rb
94
+ - lib/corba/cbase/Typecode.rb
95
+ - lib/corba/cbase/Values.rb
96
+ - lib/corba/cbase/exception.rb
97
+ - lib/corba/cbase/poa.rb
98
+ - lib/corba/cbase/policies.rb
99
+ - lib/corba/cbase/post_require.rb
100
+ - lib/corba/cbase/require.rb
101
+ - lib/corba/cmds/base.rb
102
+ - lib/corba/cmds/test.rb
92
103
  - lib/corba/common/Any.rb
93
104
  - 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
105
+ - lib/corba/common/ORB.rb
106
+ - lib/corba/common/Object.rb
98
107
  - lib/corba/common/Request.rb
108
+ - lib/corba/common/Servant.rb
109
+ - lib/corba/common/Struct.rb
110
+ - lib/corba/common/Stub.rb
111
+ - lib/corba/common/Typecode.rb
112
+ - lib/corba/common/Union.rb
113
+ - lib/corba/common/Values.rb
99
114
  - lib/corba/common/const.rb
100
- - lib/corba/jbase/Servant.rb
101
- - lib/corba/jbase/Object.rb
115
+ - lib/corba/common/exception.rb
116
+ - lib/corba/common/require.rb
117
+ - lib/corba/common/version.rb
118
+ - lib/corba/idl/IDL.rb
119
+ - lib/corba/idl/IORTable.pidl
120
+ - lib/corba/idl/TAO_Ext.pidl
121
+ - lib/corba/idl/require.rb
122
+ - lib/corba/jbase/Any.rb
123
+ - lib/corba/jbase/IORMap.rb
102
124
  - lib/corba/jbase/ORB.rb
103
- - lib/corba/jbase/poa.rb
104
- - lib/corba/jbase/require.rb
105
- - lib/corba/jbase/Values.rb
125
+ - lib/corba/jbase/Object.rb
126
+ - lib/corba/jbase/Request.rb
127
+ - lib/corba/jbase/Servant.rb
106
128
  - lib/corba/jbase/ServerRequest.rb
107
- - lib/corba/jbase/Any.rb
108
- - lib/corba/jbase/policies.rb
109
- - lib/corba/jbase/Typecode.rb
129
+ - lib/corba/jbase/Streams.rb
110
130
  - lib/corba/jbase/Stub.rb
131
+ - lib/corba/jbase/Typecode.rb
132
+ - lib/corba/jbase/Values.rb
111
133
  - lib/corba/jbase/exception.rb
112
- - lib/corba/jbase/IORMap.rb
113
- - lib/corba/jbase/Streams.rb
114
- - lib/corba/jbase/Request.rb
134
+ - lib/corba/jbase/poa.rb
135
+ - lib/corba/jbase/policies.rb
115
136
  - lib/corba/jbase/post_require.rb
137
+ - lib/corba/jbase/require.rb
138
+ - lib/corba/naming.rb
116
139
  - lib/corba/naming_service.rb
117
140
  - 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
141
  - lib/corba/policies.rb
142
+ - lib/corba/require.rb
137
143
  - lib/corba/svcs/ins/cos_naming.rb
138
- - lib/corba/svcs/ins/naming_service.rb
139
144
  - lib/corba/svcs/ins/ins.rb
140
- - lib/corba/cmds/test.rb
141
- - lib/corba/cmds/base.rb
145
+ - lib/corba/svcs/ins/naming_service.rb
146
+ - lib/ridlbe/ruby/config.rb
142
147
  - lib/ridlbe/ruby/require.rb
143
148
  - 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
149
+ - mkrf_conf_srcgem.rb
150
+ - rakelib/bin.rake
151
+ - rakelib/bin.rb
152
+ - rakelib/build.rake
153
+ - rakelib/config.rake
154
+ - rakelib/config.rb
155
+ - rakelib/ext.rake
156
+ - rakelib/ext.rb
157
+ - rakelib/ext_r2tao.rb
158
+ - rakelib/gem.rake
159
+ - rakelib/gem.rb
160
+ - rakelib/package.rake
161
+ - rakelib/test.rake
162
+ - test/BiDirectional/Test.idl
163
+ - test/BiDirectional/client.rb
164
+ - test/BiDirectional/run_test.rb
165
+ - test/BiDirectional/server.rb
174
166
  - test/CORBA_Services/Naming/BindingIterator/Test.idl
167
+ - test/CORBA_Services/Naming/BindingIterator/client.rb
175
168
  - test/CORBA_Services/Naming/BindingIterator/run_test.rb
176
169
  - test/CORBA_Services/Naming/BindingIterator/server.rb
177
- - test/CORBA_Services/Naming/BindingIterator/client.rb
178
170
  - test/CORBA_Services/Naming/Corbaname/Test.idl
171
+ - test/CORBA_Services/Naming/Corbaname/client.rb
179
172
  - test/CORBA_Services/Naming/Corbaname/run_test.rb
180
173
  - test/CORBA_Services/Naming/Corbaname/server.rb
181
- - test/CORBA_Services/Naming/Corbaname/client.rb
182
174
  - test/CORBA_Services/Naming/Simple/Test.idl
175
+ - test/CORBA_Services/Naming/Simple/client.rb
183
176
  - test/CORBA_Services/Naming/Simple/run_test.rb
184
177
  - test/CORBA_Services/Naming/Simple/server.rb
185
- - test/CORBA_Services/Naming/Simple/client.rb
178
+ - test/Collocation/Diamond.idl
179
+ - test/Collocation/run_test.rb
180
+ - test/Collocation/test.rb
181
+ - test/Connect_Timeout/Test.idl
182
+ - test/Connect_Timeout/client.rb
183
+ - test/Connect_Timeout/run_test.rb
186
184
  - test/DII/Test.idl
185
+ - test/DII/client.rb
187
186
  - test/DII/run_test.rb
188
187
  - 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
188
+ - test/DSI/Test.idl
189
+ - test/DSI/client.rb
190
+ - test/DSI/run_test.rb
191
+ - test/DSI/server.rb
192
+ - test/Exceptions/Test.idl
193
+ - test/Exceptions/client.rb
194
+ - test/Exceptions/run_test.rb
195
+ - test/Exceptions/server.rb
196
+ - test/Hello/Test.idl
197
+ - test/Hello/client.rb
198
+ - test/Hello/run_test.rb
199
+ - test/Hello/server.rb
200
+ - test/IDL_Test/Test.idl
201
+ - test/IDL_Test/Test_inc.idl
202
+ - test/IDL_Test/client.rb
203
+ - test/IDL_Test/run_test.rb
204
+ - test/IDL_Test/server.rb
205
+ - test/IORMap/Test.idl
206
+ - test/IORMap/client.rb
207
+ - test/IORMap/run_test.rb
208
+ - test/IORMap/server.rb
209
+ - test/IORTable/Test.idl
210
+ - test/IORTable/client.rb
211
+ - test/IORTable/run_test.rb
212
+ - test/IORTable/server.rb
213
+ - test/Implicit_Conversion/Test.idl
214
+ - test/Implicit_Conversion/client.rb
215
+ - test/Implicit_Conversion/run_test.rb
216
+ - test/Implicit_Conversion/server.rb
217
+ - test/Multi_Threading/Multiple_ORB/Test.idl
218
+ - test/Multi_Threading/Multiple_ORB/client.rb
219
+ - test/Multi_Threading/Multiple_ORB/run_test.rb
220
+ - test/Multi_Threading/Multiple_ORB/server.rb
221
+ - test/Multi_Threading/Simple/Test.idl
222
+ - test/Multi_Threading/Simple/client.rb
223
+ - test/Multi_Threading/Simple/run_test.rb
224
+ - test/Multi_Threading/Simple/server.rb
225
+ - test/Multi_Threading/Threads/Test.idl
226
+ - test/Multi_Threading/Threads/client.rb
227
+ - test/Multi_Threading/Threads/run_test.rb
228
+ - test/Multi_Threading/Threads/server.rb
229
+ - test/Multi_Threading/Threads/watchdog.rb
230
+ - test/Multiple_Servant_Interfaces/Test.idl
231
+ - test/Multiple_Servant_Interfaces/client.rb
232
+ - test/Multiple_Servant_Interfaces/run_test.rb
233
+ - test/Multiple_Servant_Interfaces/server.rb
234
+ - test/Nil/Test.idl
235
+ - test/Nil/run_test.rb
236
+ - test/Nil/test.rb
237
+ - test/OBV/AbstractInterface/client.rb
213
238
  - test/OBV/AbstractInterface/run_test.rb
214
239
  - test/OBV/AbstractInterface/server.rb
215
- - test/OBV/AbstractInterface/client.rb
216
240
  - 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
241
+ - test/OBV/Custom/OBV.idl
242
+ - test/OBV/Custom/OBV_impl.rb
243
+ - test/OBV/Custom/client.rb
244
+ - test/OBV/Custom/run_test.rb
245
+ - test/OBV/Custom/server.rb
246
+ - test/OBV/Simple/OBV.idl
224
247
  - test/OBV/Simple/OBV_impl.rb
248
+ - test/OBV/Simple/client.rb
225
249
  - test/OBV/Simple/run_test.rb
226
- - test/OBV/Simple/OBV.idl
227
250
  - test/OBV/Simple/server.rb
228
- - test/OBV/Simple/client.rb
229
251
  - test/OBV/Simple_Event/Event.idl
252
+ - test/OBV/Simple_Event/Event_impl.rb
253
+ - test/OBV/Simple_Event/client.rb
230
254
  - test/OBV/Simple_Event/run_test.rb
231
255
  - 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
256
+ - test/OBV/Supports/client.rb
257
+ - test/OBV/Supports/run_test.rb
258
+ - test/OBV/Supports/server.rb
259
+ - test/OBV/Supports/supports.idl
260
+ - test/OBV/Supports/supports_impl.rb
261
+ - test/OBV/Tree/client.rb
262
+ - test/OBV/Tree/run_test.rb
263
+ - test/OBV/Tree/server.rb
264
+ - test/OBV/Tree/test.idl
238
265
  - test/OBV/Truncatable/Extra.idl
266
+ - test/OBV/Truncatable/Truncatable.idl
239
267
  - test/OBV/Truncatable/Truncatable_impl.rb
240
- - test/test_runner.rb
268
+ - test/OBV/Truncatable/client.rb
269
+ - test/OBV/Truncatable/run_test.rb
270
+ - test/OBV/Truncatable/server.rb
271
+ - test/OBV/ValueBox/client.rb
272
+ - test/OBV/ValueBox/run_test.rb
273
+ - test/OBV/ValueBox/server.rb
274
+ - test/OBV/ValueBox/valuebox.idl
275
+ - test/OBV/ValueBox/vb_basic.idl
276
+ - test/OBV/ValueBox/vb_struct.idl
277
+ - test/OBV/ValueBox/vb_union.idl
278
+ - test/Object/Test.idl
279
+ - test/Object/client.rb
280
+ - test/Object/run_test.rb
281
+ - test/Object/server.rb
282
+ - test/POA/Test.idl
283
+ - test/POA/run_test.rb
284
+ - test/POA/test.rb
241
285
  - test/Param_Test/Test.idl
286
+ - test/Param_Test/client.rb
242
287
  - test/Param_Test/run_test.rb
243
288
  - 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
289
+ - test/Performance/Simple/Test.idl
290
+ - test/Performance/Simple/client.rb
291
+ - test/Performance/Simple/run_test.rb
292
+ - test/Performance/Simple/server.rb
293
+ - test/Policies/Test.idl
294
+ - test/Policies/run_test.rb
295
+ - test/Policies/test.rb
296
+ - test/Timeout/client.rb
271
297
  - test/Timeout/run_test.rb
272
298
  - test/Timeout/server.rb
273
- - test/Timeout/client.rb
274
299
  - 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
304
- homepage: https://osportal.remedy.nl/projects/r2corba
300
+ - test/lib/assert.rb
301
+ - test/lib/test.rb
302
+ - test/test_runner.rb
303
+ homepage: https://www.remedy.nl/opensource/r2corba.html
305
304
  licenses:
306
- - R2CORBA
307
- - ACE
308
- - GPL
309
- metadata: {}
305
+ - Nonstandard
306
+ - DOC
307
+ - GPL-2.0
308
+ metadata:
309
+ bug_tracker_uri: https://github.com/RemedyIT/r2corba/issues
310
+ source_code_uri: https://github.com/RemedyIT/r2corba
310
311
  post_install_message:
311
312
  rdoc_options:
312
- - --exclude=\.dll
313
- - --exclude=\.so
314
- - --exclude=\.pidlc
313
+ - "--exclude=\\.dll"
314
+ - "--exclude=\\.so"
315
+ - "--exclude=\\.pidlc"
315
316
  require_paths:
316
317
  - lib
317
- - ext
318
318
  required_ruby_version: !ruby/object:Gem::Requirement
319
319
  requirements:
320
- - - '>='
320
+ - - ">="
321
321
  - !ruby/object:Gem::Version
322
- version: 1.8.6
322
+ version: '2.0'
323
323
  required_rubygems_version: !ruby/object:Gem::Requirement
324
324
  requirements:
325
- - - '>='
325
+ - - ">="
326
326
  - !ruby/object:Gem::Version
327
327
  version: '0'
328
328
  requirements: []
329
- rubyforge_project:
330
- rubygems_version: 2.0.3
329
+ rubygems_version: 3.1.4
331
330
  signing_key:
332
331
  specification_version: 4
333
332
  summary: CORBA language mapping implementation for Ruby