Sha256: 42694a89997963235f7ced835492f875152862ef5325f828adbd151fb647474b

Contents?: true

Size: 292 Bytes

Versions: 1

Compression:

Stored size: 292 Bytes

Contents

# frozen_string_literal: true

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

  # 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.3 lib/where_lower/version.rb