Sha256: 1faea13f7eaa04050988818058e334b5494d05ce64e3547198098ea6b5e81d6b

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 = 4
        MINOR = 10
        TINY  = 1
        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-4.10.1 lib/dradis/plugins/html_export/gem_version.rb