Closed gma closed 12 years ago
We can fix that in init.rb but in version.rb, generated by bundle gem, we can't do it easily. But according to the bundle developers, it's not a bug: carlhuda/bundler#1255. Should we instead create gems like nesta-plugin-name_of_plugin?
I'm not so keen on underscores. If that's the behaviour that the Rubygems manual advocates, I no longer consider it a bug, so I'll close it. Cheers for investigating…
If you create a plugin called
nesta-plugin-wheel-barrow
the plugin's Ruby module is calledNesta::Plugin::Wheel::Barrow
. That makes no sense; it should beNesta::Plugin::WheelBarrow
.