richpeck/exception_handler

View on GitHub
lib/exception_handler/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
###########################################
###########################################
##   _   _               _               ##
##  | | | |             (_)              ##
##  | | | | ___ _ __ ___ _  ___  _ __    ##
##  | | | |/ _ \ '__/ __| |/ _ \| '_ \   ##
##  \ \_/ /  __/ |  \__ \ | (_) | | | |  ##
##   \___/ \___|_|  |___/_|\___/|_| |_|  ##
##                                       ##
###########################################
###########################################

module ExceptionHandler
  module VERSION
    MAJOR = 0
    MINOR = 8
    TINY  = 0
    PRE   = 1 # "alpha"

    STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
  end
end

###########################################
###########################################