Sha256: c7f77f3cf565f2c57af1600d1932769270403f1b550b229837372826070e648a

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

# frozen_string_literal: true

module HtmlBeautifier # :nodoc:
  module VERSION # :nodoc:
    MAJOR = 1
    MINOR = 4
    TINY  = 1

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

Version data entries

1 entries across 1 versions & 1 rubygems

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