Sha256: 51d5024deed2f68479950f10d54c1b040b3a9a6e6df5edd4148af41906a2640d

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

module Iprofiler

  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 1
    PATCH = 2
    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.2 lib/iprofiler/version.rb