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

Explicitly stringify the values for pun_custom_env #33

Merged
merged 3 commits into from
Apr 11, 2019

Commits on Mar 29, 2019

  1. Explicitly stringify the values for pun_custom_env

    Fixes error where integer values for pun_custom_env would cause TypeErrors: "no implicit conversion of Integer into String".
    Morgan Rodgers committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    c6a3d48 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Add comment explaining why pun_custom_env needs to be Hash<String,Str…

    …ing>
    Morgan Rodgers committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7bfd1a0 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Morgan Rodgers committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    0e55e3b View commit details
    Browse the repository at this point in the history