Closed rdp closed 11 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-
Not active since around a year. Please reopen if this is still a problem.
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-