Sha256: 16d49262f385abc8e68ba450f6526bc575d303f81fcb01260f81c8a3d6852cb2

Contents?: true

Size: 154 Bytes

Versions: 1

Compression:

Stored size: 154 Bytes

Contents

module HtmlBeautifier #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 1
    MINOR = 0
    TINY  = 2

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
htmlbeautifier-1.0.2 lib/htmlbeautifier/version.rb