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

Requirement for empty directory conflicts with Bundler #145

Closed
stuartellis opened this issue Aug 2, 2010 · 6 comments
Closed

Requirement for empty directory conflicts with Bundler #145

stuartellis opened this issue Aug 2, 2010 · 6 comments
Labels
Milestone

Comments

@stuartellis
Copy link
Contributor

I've installed Glyph 0.3.0 successfully with Bundler 1.0 RC2, but the presence of the Bundler Gemfile means that glyph init will not run in the root directory.

If you use a subdirectory for the Glyph project, then "bundle exec glyph init" runs correctly.

@h3rald
Copy link
Owner

h3rald commented Aug 2, 2010

Thanks! I'll look into it...

@stuartellis
Copy link
Contributor Author

In case it helps, I've just updated the public copy of the repository:

http://github.com/stuartellis/jruby_quickstart

@h3rald
Copy link
Owner

h3rald commented Aug 2, 2010

Thanks a lot, I'll take a look at it tomorrow (i.e. in 12 hours or so).

@h3rald
Copy link
Owner

h3rald commented Aug 3, 2010

Closed by e55267a.

@stuartellis
Copy link
Contributor Author

The glyph init command was blocking on the Gemfile.lock that Bundler also creates, so I've amended the regular expression to allow Gemfile* and also Rakefile, and sent you a pull request. I guess that if the number of names grows further this might be better as a white-list...

@h3rald
Copy link
Owner

h3rald commented Aug 3, 2010

Pulled, thanks a lot!

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

No branches or pull requests

2 participants