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

gem bootstrap -f glob doesn't seem to use the glob strategy #20

Closed
svenfuchs opened this issue Mar 27, 2012 · 2 comments
Closed

gem bootstrap -f glob doesn't seem to use the glob strategy #20

svenfuchs opened this issue Mar 27, 2012 · 2 comments

Comments

@svenfuchs
Copy link
Owner

gem bootstrap -f should add

s.files = Dir.glob("{lib//,[A-Z]}")

but it actually adds

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

(using 0.2.1)

@dgeb
Copy link
Collaborator

dgeb commented Mar 27, 2012

Hmmm... looks like the strategy hasn't been getting passed from BootstrapCommand to GemspecCommand for a while.

gem bootstrap -f glob should be fixed now in 0.2.2.

@dgeb dgeb closed this as completed Mar 27, 2012
@svenfuchs
Copy link
Owner Author

fantastic, thank you buddy :)

On Mar 27, 2012, at 11:55 PM, Dan Gebhardt wrote:

Hmmm... looks like the strategy hasn't been getting passed from BootstrapCommand to GemspecCommand for a while.

gem bootstrap -f glob should be fixed now in 0.2.2.


Reply to this email directly or view it on GitHub:
#20 (comment)

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