rb-gsl
rb-gsl copied to clipboard
rb-gsl-2.1 distfile contains tmp files
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!
Cool will do. Thanks for that!
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.
I don't know, I don't speak gemspec, sorry.
Since those extra files are all rdoc files, my guess is they come from the line
s.extra_rdoc_files = Dir['**/*.rdoc']