Dan Cermak writes: > Hi list, > > when collecting the dependencies of rubocop for a submission to Factory, > I've found out that we have a duplicate gem: ruby-progressbar exists as > rubygem-progressbar and rubygem-ruby-progressbar. > > If I haven't messed up the repoquery, then the following packages depend > on rubygem-ruby-progressbar: > - rubygem-fuubar > - rubygem-rubocop > - rubygem-minitest-reporters > - rubygem-rails_best_practices > > In contrast to rubygem-dister which appears to be the only package > depending on rubygem-progressbar. > > I would therefore propose to patch rubygem-dister so that it's > dependencies are correct and subsequently delete rubygem-progressbar. > > > Any objections/suggestion/ideas?
Looks like the duplication happened upstream, otherwise _one_ package would be going against name conventions: https://rubygems.org/gems/progressbar https://rubygems.org/gems/ruby-progressbar The source has two gemspecs: https://github.com/jfelchner/ruby-progressbar -- Duncan Mac-Vicar P. - Director, Data Center Management; R&D SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, 247165 (AG München) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
