Sha256: 405204d0b1d31a5ef5008961e1516e885a91acb965c4835501c99ab3b8c1d537

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 Bytes

Contents

module Dradis
  module Plugins
    # 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 = 19
      TINY  = 0
      PRE   = nil

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dradis-plugins-3.19.0 lib/dradis/plugins/gem_version.rb