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

(HC-46) Confine provider based on hocon feature #28

Merged

Commits on Feb 4, 2016

  1. (HC-46) Confine provider based on hocon feature

    Previously, we guarded requiring the hocon gem based on the feature, but
    we never re-evaluated the feature, so you couldn't use the hocon module
    in the same run that the hocon gem was installed.
    
    This commit moves the requiring logic into the feature definition, and
    confines the provider based on the hocon feature.
    joshcooper committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    36c593e View commit details
    Browse the repository at this point in the history