Closed hana-da closed 2 years ago
Hi @sinsoku ,
I've added support for version numbers like Rails, where the version number may have 4 digits.
GemsComparator::GithubRepository.new('https://github.com/rails/rails').compare('7.0.2', '7.0.2.2') # => "https://github.com/rails/rails/compare/v7.0.2.2...v7.0.2.2"
GemsComparator::GithubRepository.new('https://github.com/rails/rails').compare('7.0.2', '7.0.2.2') # => "https://github.com/rails/rails/compare/v7.0.2...v7.0.2.2"
Thanks
Hi @sinsoku ,
I've added support for version numbers like Rails, where the version number may have 4 digits.
before
after