module GLOC NAME = 'gloc'.freeze VERSION = '0.5.0'.freeze def self.version "#{NAME} v#{VERSION}" end end