technicalpickles / jeweler

Opinionated tool for creating and managing Rubygem projects
MIT License
1.48k stars 164 forks source link

todo file in windows results in TODO file in gemspec #229

Closed rdp closed 11 years ago

rdp commented 12 years ago

Hello. Noticed with this gem (built with jeweler): https://github.com/rdp/sane

that if I have a file named "todo" in the root, it causes the gemspec to look like this:

s.extra_rdoc_files = [ "ChangeLog", "README", "TODO" ] s.files = [ "ChangeLog", "todo" ... ]

on windows. This results in the gem itself including two (2) files -- one called TODO and the other todo. which I'd guess isn't expected? Thanks. -roger-

emilsoman commented 11 years ago

Not active since around a year. Please reopen if this is still a problem.