r1262@dev030 (orig r62193): cpiro | 2007-10-03 00:13:44 -0700
commitbc38fccc291c7f5301ac2f97e70f79309df373dd
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Wed, 3 Oct 2007 06:58:46 +0000 (3 06:58 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Wed, 3 Oct 2007 06:58:46 +0000 (3 06:58 +0000)
tree4c67bf32c240134da6ccc6231ec5a56058ba171f
parenta69a18834c033320945b7e2354f47f0bb9f29b7e
 r1262@dev030 (orig r62193):  cpiro | 2007-10-03 00:13:44 -0700
 [thrift] fix Ruby codegen: capitalize module name for enums

 Summary: all module names must be capitalized in Ruby -- if the enum name from the interface isn't capitalized \
          then it's a runtime error, e.g. in fb303_types.rb:

          -module fb_status
          +module Fb_status

 Reviewed By: mcslee

 Test Plan: fb303 now works with Ruby binding

 Revert: OK

 TracCamp Project: Thrift

 DiffCamp Revision: 692

git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@616 41a61cd8-c433-0410-bb1c-e256eeef9e11
compiler/cpp/src/generate/t_rb_generator.cc