Sha256: 6e5768a0ba6cf530b33583bf71e827e9ff3832fa0e195a80507450bb4077769b

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

module Dradis
  module Plugins
    module PdfExport
      # 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 = 5
        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-pdf_export-4.5.0 lib/dradis/plugins/pdf_export/gem_version.rb