Sha256: a4c535d0dd5e5469cf0e88659371e4c0f2501d76d22e0a3ad33375b32a1df57e

Contents?: true

Size: 406 Bytes

Versions: 1

Compression:

Stored size: 406 Bytes

Contents

module Dradis
  module Plugins
    module HtmlExport
      # Returns the version of the currently loaded Frontend as a <tt>Gem::Version</tt>
      def self.gem_version
        Gem::Version.new VERSION::STRING
      end

      module VERSION
        MAJOR = 3
        MINOR = 11
        TINY  = 0
        PRE   = nil

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dradis-html_export-3.11.0 lib/dradis/plugins/html_export/gem_version.rb