Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/did_you_mean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: ruby/did_you_mean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 5, 2022

  1. Test against more recent Ruby versions (#181)

    * Test against more recent Ruby versions
    * Use URI.open over Kernel#open which has been removed
    yuki24 authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ebf0945 View commit details
    Browse the repository at this point in the history
  2. Do not suggest #name= for #name and vice versa (#180)

    * Do not suggest #name= for #name and vice versa
    * Avoid allocating unnecessary MatchData
    
    Co-authored-by: Jean byroot Boussier <jean.boussier+github@shopify.com>
    Co-authored-by: Jean byroot Boussier <jean.boussier+github@shopify.com>
    mboeh and casperisfine authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0516931 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Note v1.6.2 changes

    hsbt committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1d3a1ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #182 from ruby/1-6-2-changelog

    Note v1.6.2 changes
    hsbt authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    66c2a58 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Bump version to 1.6.3

    hsbt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f7703ad View commit details
    Browse the repository at this point in the history
Loading