I am facing the same issue; has any progress been made on this namespacing issue?
On Sunday, December 22, 2013 2:14:37 PM UTC-8, Robin Böning wrote: > > Sometimes I use bundle gem ..., sometimes I use rails plugin new ... to > create new gem scaffold. > > The rails plugin generator does not allow dashes in names, while the > bundle command does. > > > https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/plugin/plugin_generator.rb#L311 > > https://github.com/bundler/bundler/blob/master/lib/bundler/cli.rb#L759 > > I want to start a public discussion about: > > - What is the intention that rails does not allow dashes > - Lets make the gem naming consistent between bundler and the rails > plugin generator, either on rails side, or on side of bundler. > > I don't see any drawbacks of using dashes in gem names, so I would like to > send a PR that enables one to use dashes. > > Thanks > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
