From 25b851af36d9260a18ffbf1494e572b54ce6d426 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Wed, 17 Feb 2010 23:10:48 +0000 Subject: [PATCH] add some missing files to Manifest git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@911217 13f79535-47bb-0310-9956-ffa450edef68 --- lib/rb/Manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/rb/Manifest b/lib/rb/Manifest index 7b4503fb..fd1f0315 100644 --- a/lib/rb/Manifest +++ b/lib/rb/Manifest @@ -28,6 +28,8 @@ lib/thrift/core_ext.rb lib/thrift/exceptions.rb lib/thrift/processor.rb lib/thrift/struct.rb +lib/thrift/struct_union.rb +lib/thrift/union.rb lib/thrift/thrift_native.rb lib/thrift/types.rb lib/thrift/core_ext/fixnum.rb @@ -76,6 +78,7 @@ spec/socket_spec.rb spec/socket_spec_shared.rb spec/spec_helper.rb spec/struct_spec.rb +spec/union_spec.rb spec/ThriftSpec.thrift spec/types_spec.rb spec/unix_socket_spec.rb -- 2.17.1