for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module Kerb
module VERSION
MAJOR = 0
MINOR = 1
TINY = 0
STRING = [MAJOR, MINOR, TINY].compact.join('.')
end
def self.version
Gem::Version.new VERSION::STRING