rb-gsl icon indicating copy to clipboard operation
rb-gsl copied to clipboard

rb-gsl-2.1 distfile contains tmp files

Open 0-wiz-0 opened this issue 9 years ago • 4 comments

The 2.1.0 gem as provided by rubygems.org contains lots of files called tmp/i686-linux/stage/*. I'm pretty sure these shouldn't be there. Please release 2.1.1 without them. Thanks!

0-wiz-0 avatar Mar 11 '16 09:03 0-wiz-0

Cool will do. Thanks for that!

v0dro avatar Mar 11 '16 10:03 v0dro

I don't understand how they made their way in there. Files are loaded in the gemspec with

s.files = `git ls-files`.split("\n")

...and tmp/ is present in .gitignore.

v0dro avatar Mar 11 '16 10:03 v0dro

I don't know, I don't speak gemspec, sorry.

0-wiz-0 avatar Mar 12 '16 08:03 0-wiz-0

Since those extra files are all rdoc files, my guess is they come from the line

s.extra_rdoc_files = Dir['**/*.rdoc']

mvz avatar Jan 27 '17 16:01 mvz