Brian: I see you added Gemfile to CC.rb. Not having external dependencies, binary gems etc - this was, in fact, by design.
The rationale was that this tool should be easy to install for people who know nothing about Ruby (because it was used on non-Ruby gigs; probably still is). Therefore, it should only require Ruby and nothing else (not even rubygems). Everything else is vendored. I have a tentative (i.e., not extremely convinced) opinion that it better remain this way. --Alex
_______________________________________________ Cruisecontrolrb-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-developers
