version_compare 0.2.0
VersionCompare simplifies comparison of version numbers with other version numbers. It aims to be as light and flexible as possible. Inputs can be a String, Integer, Float, Array, or any object that defines `#to_comparable_version`.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
- 0.2.0 April 16, 2018 (10.5 KB)
- 0.1.1 July 04, 2016 (17 KB)
- 0.0.2 August 31, 2014 (16.5 KB)
- 0.0.1 December 07, 2013 (16.5 KB)
Development Dependencies (8):
            bundler
            ~> 1.16
          
          
            byebug
            ~> 10.0
          
          
            minitest
            ~> 5.0
          
          
            minitest-reporters
            ~> 1.2
          
          
            pry
            ~> 0.11
          
          
            pry-byebug
            ~> 3.6
          
          
            rake
            ~> 10.0
          
          
            simplecov
            ~> 0.16
          
    