Fix `GithubDiffParser::Diff#new_mode?` and ``GithubDiffParser::Diff#deleted_mode?`
[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