Skip to content

Instantly share code, notes, and snippets.

@mrmoneyc
Forked from edgar/semver_using_gem_ver.rb
Created May 29, 2019 09:44
Show Gist options
  • Save mrmoneyc/b424be38f7b4ca9c5c6006d4035ec7b9 to your computer and use it in GitHub Desktop.
Save mrmoneyc/b424be38f7b4ca9c5c6006d4035ec7b9 to your computer and use it in GitHub Desktop.
Gem::Version.new('0.3.2') < Gem::Version.new('0.10.1')
=> true
Gem::Version.new('0.3.0') == Gem::Version.new('0.3')
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment