Sha256: c33ca078eaff923d5761cc530bc3812af9694d24f18ecc7354da8369fc92a964

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

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

      module VERSION
        MAJOR = 3
        MINOR = 18
        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-wpscan-3.18.0 lib/dradis/plugins/wpscan/gem_version.rb