Sha256: 7aff19d55a4ee54ab9ed1d9de40de496471dc0bce8ac62dd15f2b729a3939c49
Contents?: true
Size: 171 Bytes
Versions: 1
Compression:
Stored size: 171 Bytes
Contents
module Jekyll class Octopod module VERSION #:nodoc: MAJOR = 0 MINOR = 7 TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-octopod-0.7.2 | lib/octopod/version.rb |