Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created February 8, 2017 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsbt/6f13ff42d3e1c14a88b261faff54447e to your computer and use it in GitHub Desktop.
Save hsbt/6f13ff42d3e1c14a88b261faff54447e to your computer and use it in GitHub Desktop.
>> Gem::Requirement.new('2.5.0').satisfied_by?(Gem::Version.new('2.5.0dev'))
=> false
>> Gem::Requirement.new('2.5.0dev').satisfied_by?(Gem::Version.new('2.5.0dev'))
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment