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

Allow for specification of environment variables when bundle-ing #23

Merged
merged 1 commit into from
Jan 26, 2014

Conversation

pjkelly
Copy link
Contributor

@pjkelly pjkelly commented Dec 11, 2013

New pull request for work done previously in #21.


```ruby
# This translates to NOKOGIRI_USE_SYSTEM_LIBRARIES=1 when executed
set :bundle_environment_variables, { :nokogiri_use_system_libraries => 1 }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe get rid of the hash rocket?

@pjkelly
Copy link
Contributor Author

pjkelly commented Dec 12, 2013

@Kriechi - requested changes have been made!

@Kriechi
Copy link
Contributor

Kriechi commented Dec 12, 2013

Code looks good to me.
Please add an entry to the changelog and rebase/squash into a single commit.

@pjkelly
Copy link
Contributor Author

pjkelly commented Dec 13, 2013

Good to go!

@pjkelly
Copy link
Contributor Author

pjkelly commented Dec 17, 2013

Anything else we need to do to get this merged in?

@Kriechi
Copy link
Contributor

Kriechi commented Dec 19, 2013

Should be ready to merge
@kirs any objections?

@seenmyfate
Copy link
Member

Looks good to me 👍

@kirs
Copy link
Member

kirs commented Dec 20, 2013

I'm ok to merge, but I would prefer bundle_env_variables instead of bundle_environment_variables.

…the `bundle_env_variables` configuration option.
@pjkelly
Copy link
Contributor Author

pjkelly commented Jan 24, 2014

ok @kirs - made the requested naming change - this is now using bundle_env_variables.

Let me know if you need anything else.

kirs added a commit that referenced this pull request Jan 26, 2014
Allow for specification of environment variables when bundle-ing
@kirs kirs merged commit 675a2eb into capistrano:master Jan 26, 2014
@kirs
Copy link
Member

kirs commented Jan 26, 2014

Thanks!

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

Successfully merging this pull request may close these issues.

4 participants