Sha256: 2e8d2b9e3c50dcaf19e4db294170db99e9a312499e239bed32c1a910b2cb5a21

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

module Iprofiler

  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 1
    PATCH = 3
    PRE   = nil
    STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iprofiler-0.1.3 lib/iprofiler/version.rb