Sha256: 2de1ece5d80e105924af9f247e2225bd0a54703c995e9bdb684a06405f5d5883

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

module Iprofiler

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