Sha256: 4cbe63f25e7655275438256fd318edce3e5e0ed0abed5f71e4c1fcac1a4eb76d

Contents?: true

Size: 119 Bytes

Versions: 1

Compression:

Stored size: 119 Bytes

Contents

# encoding: utf-8
module Infoboxer
  MAJOR = 0
  MINOR = 2
  PATCH = 0
  VERSION = [MAJOR, MINOR, PATCH].join('.')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infoboxer-0.2.0 lib/infoboxer/version.rb