Sha256: 4bfba775723c76cd3a9411496bc83ca2b35d39c93b9edb87de60bc321a71ca9c

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

module WhereLower
  # String form of version, to be parsed by Gem::Version
  VERSION = "0.3.2"

  # Return a version object instead of just a string for easier comparison
  #
  # @return [Gem::Version]
  def self.version
    Gem::Version.new(VERSION)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
where_lower-0.3.2 lib/where_lower/version.rb