Currently if you build a bundle named, for example VictorOps the developer will have a module named VictorOps sitting in a directory named victor_ops. Cog.bundle/1 doesn't support that naming style.
To fix, capitalize at https://github.com/operable/cog-rb/blob/master/lib/cog/bundle.rb#L12 needs to be replaced with a camelize method.