Sha256: 84aa5b6946bf690bfcab0815e2290606d3a88caf72aa6f1624b026e234d6eac0

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

module Betterlog
  # Betterlog version
  VERSION         = '0.5.0'
  VERSION_ARRAY   = VERSION.split('.').map(&:to_i) # :nodoc:
  VERSION_MAJOR   = VERSION_ARRAY[0] # :nodoc:
  VERSION_MINOR   = VERSION_ARRAY[1] # :nodoc:
  VERSION_BUILD   = VERSION_ARRAY[2] # :nodoc:
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
betterlog-0.5.0 lib/betterlog/version.rb