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