Sha256: f36ba5e39ed3494b5e4bd125c13158229cd61b9a4f5efbfa041d009d8a3f96c3

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

module Iprofiler

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