Closed kourylape closed 4 years ago
I believe this project is dead, but this fixes #5
The current version of Taglib is 1.11.1
'1.11.1' < '1.7.2' => true
The expected result is false.
Gem::Version.new('1.11.1') < Gem::Version.new('1.7.2') => false
I believe this project is dead, but this fixes #5
The current version of Taglib is 1.11.1
The expected result is false.