Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Update url_generator.rb #2676

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update url_generator.rb #2676

wants to merge 2 commits into from

Commits on Mar 14, 2021

  1. Update url_generator.rb

    undefined method `escape' for URI:Module with Ruby 3.0.0
    This method is obsolete and should not be used. Instead, use
    CGI.escape, URI.encode_www_form or URI.encode_www_form_component
    depending on your specific use case.
    iqre8 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a75f49f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Update url_generator.rb

    Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
    Layout/SpaceInsideBlockBraces: Space between { and | missing.
    Metrics/LineLength: Line is too long. [95/80]
    iqre8 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    22721c7 View commit details
    Browse the repository at this point in the history