You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently if you build a bundle named, for example VictorOps the developer will have a module named
VictorOps
sitting in a directory namedvictor_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 acamelize
method.The text was updated successfully, but these errors were encountered: