rails-assets icon indicating copy to clipboard operation
rails-assets copied to clipboard

Namespacing introduced package duplication

Open xire28 opened this issue 8 years ago • 4 comments

There seems to be two naming conventions for components:

  • The one used for dependencies without namespace : rails-assets-BOWER_PACKAGE_NAME
  • The normal one with namespace : rails-assets-USERNAME--BOWER_PACKAGE_NAME

So if you add a package as a dependency and then add it on his own, will get two separated package for one repository:

Using a real example, I currently have the two following gems:

gem 'rails-assets-behavior-google-map-marker-ujs'
gem 'rails-assets-xire28--behavior-google-map-marker-ujs'

xire28 avatar Apr 01 '16 12:04 xire28