Skip to content

Fix `GithubDiffParser::Diff#new_mode?` and ``GithubDiffParser::Diff#deleted_mode?`

Choose a tag to compare

@Edouard-chin Edouard-chin released this 21 Feb 12:03
· 12 commits to main since this release

[1.1.1] - 2024-2-21

Fixed

  • GithubDiffParser::Diff#new_mode? and ``GithubDiffParser::Diff#deleted_mode?` would raise
    an error with this kind of diff:

    diff --git a/blabla.rb b/app/my_file.rb
    similarity index 100%
    rename from blabla.rb
    rename to app/my_file.rb