Sha256: 6642f21680c7d3876dc34a4d3cd019c0bb375bdab1f1dfc0a2deeddf4deecef3

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  = 5

      STRING = [MAJOR, MINOR, TINY].join('.')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-octopod-0.7.5 lib/octopod/version.rb