Sha256: 34eb14996729e12879d2c20e4be6028335fca4e4cb6aa12fbc4ba2638d99b26a

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

module Twurl
  module VERSION
    MAJOR  = '0'
    MINOR  = '6'
    TINY   = '0'
    BETA   = nil # Time.now.to_i.to_s
  end

  Version = [VERSION::MAJOR, VERSION::MINOR, VERSION::TINY, VERSION::BETA].compact * '.'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twurl-0.6.0 lib/twurl/version.rb