Sha256: 415512e7b5f1dc518d2f4a5a1240a83fe7efbe4cc3fbac404152f8fca6185471
Contents?: true
Size: 120 Bytes
Versions: 1
Compression:
Stored size: 120 Bytes
Contents
# encoding: utf-8 module Infoboxer MAJOR = 0 MINOR = 2 PATCH = 8 VERSION = [MAJOR, MINOR, PATCH].join('.') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infoboxer-0.2.8 | lib/infoboxer/version.rb |