-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add gemfile variables #223
Add gemfile variables #223
Conversation
e5d2cec
to
86db4b8
Compare
This PR contains the commit from #222 but is otherwise ready for review |
3281de5
to
66dc1de
Compare
66dc1de
to
53ad665
Compare
Nice! Thanks for doing this. Could you add a line to the README mentioning it? |
@nickcharlton , done and I added a few more useful variables as well. All documented and covered by specs! 😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for doing this!
@nickcharlton I believe this is ready to merge. Thanks! |
Raised in #191 (comment), it seems desirable to be able to use variables in
customize_gemfiles
so that custom instructions can be provided. I have added the most likely used options, but I am open to additional ideas.I also wanted to rewrite the specs to make them a bit easier to troubleshoot if they fail. I added a spec to cover the issue fixed in #222 and coverage for the new variables feature added here.