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

Fix URI.escape deprecation warning #911

Merged
merged 3 commits into from
Jan 25, 2021

Commits on Dec 31, 2020

  1. Fix deprecation warning for URI.escape

    Ruby 2.7 deprecated URI.escape.
    ekohl committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    b145358 View commit details
    Browse the repository at this point in the history
  2. Correct indenting

    ekohl committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    d70cead View commit details
    Browse the repository at this point in the history
  3. Remove mention of Ruby 1.8 in a comment

    Ruby 1.8 is long dead and nobody needs to be reminded of those days.
    ekohl committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    7d808c9 View commit details
    Browse the repository at this point in the history