Sha256: e151fcff58ce95abd7a967c27c8a8abcfdc7ee0b49d18be509812717542a20e7

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 = 20
        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.20.0 lib/dradis/plugins/html_export/gem_version.rb