Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dir.glob too liberal when no lib folder #2

Closed
techbelly opened this issue Dec 14, 2009 · 1 comment
Closed

Dir.glob too liberal when no lib folder #2

techbelly opened this issue Dec 14, 2009 · 1 comment

Comments

@techbelly
Copy link

If there's no lib folder in the folder in which you run 'gem this' s.files gets set to something like Dir.glob("{}/*/"). Then, when you run rake s.files will get set to every file on your machine - or least rake will hang until it runs out of memory.

@lazyatom
Copy link
Owner

Fixed glob so that if none of the expected directories are there, the
Rakefile doesn't crap out. Closed by cb86401

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants